NoMore201 / googleplay-api

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

gpapi.googleplay.LoginError: 'server says: BadAuthentication' #84

Open cocozby opened 5 years ago

cocozby commented 5 years ago

There seems to be a login error when I use the old version code. It worked all well when I ran this code several weeks ago. However, when I logged in with my email and password today, I got the error as in the title.

rehmatworks commented 5 years ago

Are you using app specific passwords are regular login details? In most cases, you need to visit https://accounts.google.com/b/0/displayunlockcaptcha and allow access to your account using the same IP address from where you are sending requests using gpapi.

oittaa commented 5 years ago

The newest version is also broken on my systems. That captcha trick didn't help.

gpapi.googleplay.LoginError: 'server says: BadAuthentication'

raulperezalejo commented 5 years ago

@rehmatworks i am using an app specific password, with double factor authentication off, using latest version 0.4.3 and i am getting server says: BadAuthentication, i or we may be missing something in the setup that may or may not in the project description. If there are other issues raised after this one is because works for other people.

Thanks

theapache64 commented 4 years ago

Any updates on this issue ?

danielfrankcom commented 4 years ago

I'm having the same issue. I'm using an app specific password, with 2FA on, and running with the Docker container.

EthanArbuckle commented 4 years ago

Try using python3.7.7

gkovacs81 commented 3 years ago

I was not able to change my python version to 3.7.7, but it works with python 3.7.3 and requests==2.22.0.

d33pak123 commented 3 years ago

Is this still an issue that hasn't been fixed?

pnu-s commented 3 years ago

Still having the issue today.

gkovacs81 commented 2 years ago

I had again issues but https://github.com/NoMore201/googleplay-api/pull/153 helped.

DhruvkumarSeta commented 2 years ago

@gkovacs81 Do we need to log in again or reauthenticate will work? I did try #153 but didn't work