You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crawler will retry for you when retry times less than your configuration, after that an error will appear as the first argument of callback function, which means you have to handle the error by yourself, but not before that.
When i try lots of connections, sometimes appears this error:
error: CRAWLER Error Error: ESOCKETTIMEDOUT when fetching http://adomain.com/post/3427
How can I catch it? None of my try/catch seems to catch this error
The text was updated successfully, but these errors were encountered: