rehmatworks / gplaydl

Command Line Google Play APK downloader. Download APK files to your PC directly from Google Play Store.
MIT License
350 stars 55 forks source link

'server says: BadAuthentication' #5

Closed PakanAngel closed 3 years ago

PakanAngel commented 4 years ago

Despite the authentication is correct and I've checked it with different Gmail accounts upon running the script I get: 'server says: BadAuthentication'

burak5 commented 3 years ago

I fixed it for my self: change line in requierements.txt to: cryptography==3.2

rehmatworks commented 3 years ago

Please install the latest version.

Elbandi commented 3 years ago

Still not working. :(

elbandi@server:~/gplaydl$ docker run -it --rm  -v "$PWD":/usr/src/myapp -w /usr/src/myapp python:3.6 /bin/bash
root@0db8dc494449:/usr/src/myapp# python3 setup.py install
....
root@0db8dc494449:/usr/src/myapp# gplaydl configure
Google Email: xxxxx@gmail.com
Google Password:
'server says: BadAuthentication'

Less secure app allowed (https://myaccount.google.com/lesssecureapps) in my google account, and account unlocked too (https://accounts.google.com/DisplayUnlockCaptcha) There is another apk downloader, i can login with it, but require android device id.