paul-graham-gpt icon indicating copy to clipboard operation
paul-graham-gpt copied to clipboard

cause: [ConnectTimeoutError: Connect Timeout Error]

Open Lily369 opened this issue 1 year ago • 2 comments

node

Lily369 avatar Mar 07 '23 17:03 Lily369

node

i have the same issue, do you have any progress

ppxu avatar Mar 17 '23 07:03 ppxu

Hi @ppxu @Lily369

You should check if selectors (classess, ids, tags) exist on the page.

Suppose we want scrap a div with class .blog-title, but this class does not exist on page or anyhow it is wrong then it will always show error.

Also this error occurs when we try to scrap from SPA, because that time a simple axios request would not work.

prasoonthakur8 avatar Oct 24 '23 09:10 prasoonthakur8