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
In practice, I've seen several occurrences of 522 and/or 524 status codes generated by Cloudflare. Usually a user may simply override setting RETRY_HTTP_CODES to include these values.
Here I suppose it might be good to include these two codes into scrapy.settings.default_settings.RETRY_HTTP_CODES.
Cloudflare is being used widely, which has has introduced its non-standard HTTP status codes. E.g.
In practice, I've seen several occurrences of 522 and/or 524 status codes generated by Cloudflare. Usually a user may simply override setting
RETRY_HTTP_CODES
to include these values.Here I suppose it might be good to include these two codes into
scrapy.settings.default_settings.RETRY_HTTP_CODES
.See also:
The text was updated successfully, but these errors were encountered: