Skip to content
New issue

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

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

Open
SeBsZ opened this issue Sep 6, 2024 · 1 comment
Open

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

SeBsZ opened this issue Sep 6, 2024 · 1 comment

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?

@dinihou
Copy link

dinihou commented Feb 16, 2025

i confirm

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

No branches or pull requests

2 participants