-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NetworkX errors not retried #24
Comments
It makes sense to add this feature to scrapy-splash (handle network.. error codes in addition to http.. codes when |
network... status codes: http://doc.qt.io/qt-5/qnetworkreply.html#NetworkError-enum |
I think at least for |
It means resource_timeout was applied for the first request, and it timed out; this is a bit different from regular Splash timeouts. But yeah, it makes sense to handle network5 errors as 504 HTTP errors. |
It also could make sense to apply a larger timeout for the first request (see Example 6 here: http://splash.readthedocs.org/en/stable/scripting-ref.html#splash-on-request) - what do you think? |
I think this errors are not retried
The text was updated successfully, but these errors were encountered: