Skip to content
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

Google Authentication Related Feature does not work #96

Open
wiryadev opened this issue May 19, 2022 · 3 comments
Open

Google Authentication Related Feature does not work #96

wiryadev opened this issue May 19, 2022 · 3 comments
Assignees

Comments

@wiryadev
Copy link

Login
When i tried to login, it shows snackbar with message "NeedsBrowser".
image
Then i check the logcat and it shows this log.
image

Register
When i tried to register, the link that i got redirected at gives 404 error.
image

Additional Info:
Tested both with released .msi in version 1.2.3 and the current master branch which built using IntelliJ. I am using Windows 11.

@smascaro
Copy link

I'm facing it aswell. Just make the /Signup in the URL lowercase (/signup) and it will open the google account creation page.

@paolorotolo
Copy link

paolorotolo commented Aug 26, 2023

Same issue on MacOS Ventura (M2 Pro):

org.apache.http.client.ClientProtocolException: NeedsBrowser
	at com.akdeniz.googleplaycrawler.Identity.doPost(Identity.java:181)
	at com.akdeniz.googleplaycrawler.Identity.signIn(Identity.java:142)
	at com.akdeniz.googleplaycrawler.GooglePlayAPI.login(GooglePlayAPI.java:319)
	at com.github.theapache64.gpa.api.Play$login$2.invokeSuspend(Play.kt:39)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

@smascaro's workaround didn't work

@theapache64 theapache64 self-assigned this Feb 27, 2024
theapache64 added a commit that referenced this issue Feb 27, 2024
@theapache64
Copy link
Owner

The problem with the registration link has been resolved will be accessible in the upcoming version.
The login problem may be due to the 2FA feature. Do you guys have 2FA enabled?

theapache64 added a commit that referenced this issue Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Waiting for input
Development

No branches or pull requests

4 participants