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

Fixed the issue that caused quick login to crash #2446

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

DaVinci9196
Copy link
Contributor

Fixed the issue that caused quick login to crash due to UNREGISTERED_ON_API_CONSOLE.
e.g. DeutschlandCard (de.deutschlandcard.app)

@fynngodau
Copy link
Contributor

Fixed the issue that caused quick login to crash due to UNREGISTERED_ON_API_CONSOLE

Does it fix other causes as well, i.e. #2424, or only exceptions thrown in some of the cases?

@mar-v-in mar-v-in added this to the 0.3.3 milestone Jul 24, 2024
Copy link
Member

@mar-v-in mar-v-in left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only fixes the crash in the case where the error happens:

  1. with the first account
  2. at first attempt to connect

It will still crash if a connection issue happens later. The better way to fix this is to catch the exceptions when they happen in AssistedSignInFragment instead of doing some useless additional network request early to try to detect issues.

@DaVinci9196
Copy link
Contributor Author

Processed

@mar-v-in mar-v-in merged commit 75a23ed into microg:master Aug 5, 2024
1 check passed
ysfchn pushed a commit to ysfchn/GmsCore that referenced this pull request Aug 8, 2024
@DaVinci9196 DaVinci9196 deleted the fix_login_error branch August 12, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants