-
Notifications
You must be signed in to change notification settings - Fork 208
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
Security check is needed DisplayUnlockCaptcha #159
Comments
Yes,I am also facing the same issue from last day only.When did you start facing this same problem? |
same here... what a nightmare. tried multiple accounts/app specific but nothing worked. Yesterday google announced some changed to the playstore agreement... maybe its related? |
I am also facing the same problem. Did someone figure it out? |
@matlink we need you help |
I am not able to login in the playstore.It is giving me 'Security check is needed, try to visit https://accounts.google.com/b/0/DisplayUnlockCaptcha to unlock, or setup an app-specific password' again and again |
I am still facing this issue.. not sure what is the resolution here. |
Now, I am also facing the same problem. Did someone figure it out? |
great!!!!!! thanks for sharing. |
@pnu-s I'm really not sure, I mostly mimic what this library does, providing the default device configuration of @adtimizer No split |
APKeep (and rust gpapi) not working for me now, either. Have tried multiple old and new accounts, signing onto emulator play store first (and accepting terms) or not. No luck. Is it possible Google has disabled app passwords for play store access? (Or gotten even better about identifying unofficial clients?) |
I am having the same issues, https://github.com/EFForg/apkeep is not an option for me as I need a python api :( |
This problem seems to be still active. Some moths ago ocurred and the solution was to add a parameter ("droidguard_results": "some_random_string") in function getLoginParams (that is in gpapi/config.py). I guess something similar is happening this time. Google might have updated/changed something about their login. Did anyone find out news about this issue? (Or has any idea that can feed to find a solution) |
There was an issue with the headers to some of the requests, I have created this pull request that fixes it for me: #161 |
As mentioned in #162 the above PR doesn't appear to be working any longer. |
This security check only occurs to me when using a plain text password. To fix it just create an App password on your Google account and use it instead. Bear in mind that currently this repo doesn't work due to another error, therefore you need to use the code on the branch of this merge request: |
Nowadays my working setup is to have a dedicated Gmail account for this without 2FA enabled, otherwise authentication with Google will not work, even with app password. This week I also had to downgrade from Python 3.7 to 3.6 to solve My current Dockerfile that clones a fork of this repo that is more up to date.:
I had to trim down the Dockerfile and haven't tested it, but it should work. |
this is a poor fix, as you are just avoiding the underlying issue rather than addressing it. the real problem is that Google uses TLS fingerprinting, which Python 3.6 is part of the whitelist by random chance. A proper fix would be to pass a properly constructed TLS client hello that matches Android API 21-33. I have code that does this in my repos, or for Python you can utilize |
Hello there!
I'm getting the following error message when I try to download an app from the Google Play Store:
Security check is needed, try to visit https://accounts.google.com/b/0/DisplayUnlockCaptcha to unlock, or setup an app-specific password
I tried the following:
account password without MFA
account password without MFA and "unsecure" connection enabled (or however that is called)
app-specific password (with MFA)
The text was updated successfully, but these errors were encountered: