rehmatworks/gplaydl

Security check is needed DisplayUnlockCaptcha

muzzyrost opened this issue · 4 comments

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)

@muzzyrost where you able to workaround this issue?

@adtimizer I think all APK downloader tools have the same issue In response of google authenticator they send this response

they ask you to activate your account using Browser
It was working before

this is a google response

{'error': 'NeedsBrowser', 'url': 'https://accounts.google.com/signin/continue?sarp=1&scc=1&continue=https://accounts.google.com/o/android/auth?hl%3Den_US_en%26xoauth_displervice%26source%3DAndroid%2BLogin&plt=A******************************************************************************************************}

for this reason you see this message
Security check is needed, try to visit https://accounts.google.com/b/0/DisplayUnlockCaptcha to unlock, or setup an app-specific password

Hi,

I have the same problem with gplaydl. Tried to use DisplayUnlockCaptcha, tried application password, it did not help.
Tried to use the url from the error message. After signing in with my browser, the process gets stuck on url https://accounts.google.com/o/oauth2/programmatic_auth - progress spinner and a message "One moment please...". No changes on the gplaydl side, next login attempt ends up with the same error message (NeedsBrowser).

Is this a general problem or is it only affecting some users? A change on google auth api side maybe? Any suggestions how to get past this problem?

Br,
J