how to handle timeout error #2622
Unanswered
zy783282949
asked this question in
Q&A
Replies: 1 comment
-
Please share the actual code (simplified, but not pseudocode), as well as the exact error message including a stack trace. Details matter.
You should always upgrade first before reporting anything, as you might be facing something that is already fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which package is this bug report for? If unsure which one to select, leave blank
None
Issue description
I am using CheerioCrawler. When I run the crawler.run() method for a while, an error occurs:
Handling request failure of https://xxx(ZNGIMiMhlwKFihT) timed out after 300 seconds.
I hope to drop this data and continue execution instead of exiting from the main process.
Code sample
Package version
├── crawlee@3.10.0 ├── got@14.3.0 ├── http-proxy-agent@7.0.2 ├── https-proxy-agent@7.0.4 └── tunnel@0.0.6
Node.js version
v20.16.0
Operating system
centos8
Apify platform
I have tested this on the
nextreleaseNo response
Other context
No response
Beta Was this translation helpful? Give feedback.
All reactions