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
{{ message }}
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
Maybe so. I don't raise_for_status catches all kinds of errors. Maybe only client errors (4xx). I vaguely remember it missing server (5xx) status codes. Maybe.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Unless I misunderstand
raise_for_status
(and I might since I've never used it), this line will never be executed:line 243
and this line will only be executed when the returned status is
200
:line 240
Both, as a result of the preceding
raise_for_status
:line 238
The text was updated successfully, but these errors were encountered: