Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting BadAuthentication, but only when using Python3.11 #69

Open
SeBsZ opened this issue Sep 6, 2024 · 0 comments
Open

Getting BadAuthentication, but only when using Python3.11 #69

SeBsZ opened this issue Sep 6, 2024 · 0 comments

Comments

@SeBsZ
Copy link

SeBsZ commented Sep 6, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant