We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When running a basic test using Python 3.11, I'm getting BadAuthentication returned once again:
env-linux/bin/python3.11 gpsoauthtest.py {'Error': 'BadAuthentication'} Traceback (most recent call last): File "/srv/www/htdocs/x/gpsoauthtest.py", line 9, in <module> master_token = master_response['Token'] ~~~~~~~~~~~~~~~^^^^^^^^^ KeyError: 'Token'
However, when using Python 3.10, it works. Has anyone noticed this bug as well, and found a fix or workaround?
The text was updated successfully, but these errors were encountered:
i confirm
Sorry, something went wrong.
No branches or pull requests
When running a basic test using Python 3.11, I'm getting BadAuthentication returned once again:
However, when using Python 3.10, it works. Has anyone noticed this bug as well, and found a fix or workaround?
The text was updated successfully, but these errors were encountered: