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 Sep 13, 2023. It is now read-only.
First off: this might not be an error with the library itself but I decided to open an issue because maybe someone else has had a similar problem.
I'm doing several successful requests to the API and then suddenly I get a 401 response saying "Authentication credentials missing". My code should handle if the auth details were actually missing when initiating the API object. I've also followed the trace in the code of the requests library and it should crash if it were passed e.g. (None, None) as authentication.
Anyone have a clue of what I might be doing wrong?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
First off: this might not be an error with the library itself but I decided to open an issue because maybe someone else has had a similar problem.
I'm doing several successful requests to the API and then suddenly I get a 401 response saying "Authentication credentials missing". My code should handle if the auth details were actually missing when initiating the API object. I've also followed the trace in the code of the requests library and it should crash if it were passed e.g.
(None, None)
as authentication.Anyone have a clue of what I might be doing wrong?
The text was updated successfully, but these errors were encountered: