NoMore201 / googleplay-api

Google Play Unofficial Python API
Other
409 stars 208 forks source link

URGENT!!! after more than a year started getting bad authentication #176

Open adtimizer opened 7 months ago

adtimizer commented 7 months ago

PLEASE HELP used to work like a charm with email and app password and suddenly stopped.

on both MAC & ubuntu.

kevnwei commented 7 months ago

having the same problem!!!

adtimizer commented 7 months ago

https://github.com/3052/google

i would love using your project, however the attitude there which requires upfront payment before even providing the minimal instructions, doesn't motivate too much....

kevnwei commented 7 months ago

PLEASE HELP used to work like a charm with email and app password and suddenly stopped.

on both MAC & ubuntu.

@adtimizer Does your problem still exist? it seems ok with debian

adtimizer commented 7 months ago

@kevnwei just checked and its ok now. so weird. didn't change anything on my end and its back working.

mn4r commented 7 months ago

@kevnwei @adtimizer I see your posts that everything is working, but I too started getting messages 5 days ago: gpapi.googleplay.LoginError: 'server says: BadAuthentication'

Authorization and email+password and email+app_password not working.

adtimizer commented 7 months ago

@mn4r what worked for me was to login from a mobile device with the username and password and then go back to the linux machine and it started working again.

mn4r commented 7 months ago

@mn4r what worked for me was to login from a mobile device with the username and password and then go back to the linux machine and it started working again.

The same code that's in the repository?

and can please you specify which version python, protobuf, request you are using?

Zenofex commented 5 months ago

I started to have this issue and the following now works for me (after previously receiving BadAuthentication)

Login: Gmail account w/ 2FA enabled and using the app password

Fork: https://github.com/marty0678/googleplay-api/

Python Packages (from my requirements.txt)

cryptography=42.0.5
protobuf==3.20.3
requests==2.28.1

Hope it helps