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

Bad Authentication #3

Closed
EricBoily opened this issue Feb 3, 2021 · 3 comments
Closed

Bad Authentication #3

EricBoily opened this issue Feb 3, 2021 · 3 comments

Comments

@EricBoily
Copy link

hello,
I'm always getting a BadAuthentication error.. I tried my password, I tried to generate an apppassword, I tried another account.. no luck.
is it still working or google change something?

[] Getting master token...
{'Error': 'BadAuthentication'}
[!] Could not get master token.
[
] Master token: None

thanks

@chvancooten
Copy link
Owner

Hi @EricBoily,

Do you get this error if you manually run python3 get_tokens.py? If so, I'm guessing you are running into this issue:

simon-weber/gpsoauth#24

Though it's not clear what exactly, it seems to be an issue with your combination of versions between Python and the Requests library. Try playing with upgrading/downgrading a bit as described in that issue, and it should start working!

Good luck!

@EricBoily
Copy link
Author

Thanks for the answer, @chvancooten

yes I get the error when I run python3 get_tokens.py on macos catalina.
I tried some downgrade suggested in the tread you linked without luck. I'll keep digging on a clean linux installation.

thanks again.

@chvancooten
Copy link
Owner

chvancooten commented Feb 8, 2021

Hi @EricBoily,

It looks like they recently closed the issue, pinpointing it to urllib3. Apparently you should use a version below 1.25.11 for it to work! Hopefully that works if you haven't tried it yet.

See here: simon-weber/gpsoauth#24 (comment)

Closing this issue for now (since it's not an issue with the token retriever script)

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

2 participants