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
Takes ages to request_url() due to retrying. Should probably fail straightaway on 404?
Raises an incredibly generic, minimal information error: RuntimeError: Max retries exceeded for <url>
rather than the original error. (Logs do contain more info)
It's impossible to do any additional handling - e.g. "If it's a 404, that's fine; skip to the next item"
Takes ages to
request_url()due to retrying. Should probably fail straightaway on 404?Raises an incredibly generic, minimal information error:
RuntimeError: Max retries exceeded for <url>rather than the original error. (Logs do contain more info)
It's impossible to do any additional handling - e.g. "If it's a 404, that's fine; skip to the next item"