Is Google Play now requesting captchas for email logins? Any solutions?
Come here to unlock your account first. https://accounts.google.com/b/0/DisplayUnlockCaptcha
If you're using 2FA, create a temporary app password.
This used to work, but not anymore.
https://github.com/yeriomin/token-dispenser/issues/23
Anyone else consistently getting gpapi.googleplay.LoginError: 'server says: UNKNOWN_ERR' even after performing all the same steps? It was working until a few days ago and now I can't get past api.login(email=mail, password=passwd).
Multiple NodeJS based libraries are facing this problem. Apparently Pythons' are doing fine (afaik).
https://github.com/dweinstein/node-google-play/issues/107
any idea to solve this problem?
based on https://developers.google.com/identity/protocols/AuthForInstalledApps i add captcha text as value of parameter 'logincaptcha' and captcha token as value of parameter 'logintoken' but something seems wrong!
@rbucks @archon810 @ShaunLWM can you solved this problem?
This change is now working for me: https://github.com/Ksauder/googleplay-api/commit/792ec362f681b8fe5785590e6f6847729e6fb409#commitcomment-36004810
AFAIK the sdk solution above resolves UNKNOWN_ERR but not Captchas.
I have analyzed this issue in another project which uses the same API (Android App Aurora Store). My results so far are that Google seems to decide whether to require a Captcha by analyzing TLS protocol details. More specifically, I was able to make it work by forcing specific ciphers and disabling ALPN.
@ahmedetefy Are you seeing problems with this project? That would surprise me as python-requests seems to use PyOpenSSL with certain defaults which seem to NOT trigger the Captcha.
I am detailing my results here: https://gitlab.com/AuroraOSS/AuroraStore/issues/217#note_249390026
any update about the Captchas? i've tried to use AuroraDispenser but got error