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 Login Failure #1039

Open
rukarangi opened this issue Sep 14, 2024 · 17 comments
Open

Google Login Failure #1039

rukarangi opened this issue Sep 14, 2024 · 17 comments
Labels
bug Something isn't working

Comments

@rukarangi
Copy link

Describe the bug
Sign in with google not working

To Reproduce
Steps to reproduce the behavior:

  1. Open Launcher
  2. Click on 'Sign in with Google'
  3. Complete sign-in
  4. See error

Screenshot
mcpelauncherError

Desktop (please complete the following information):

  • OS: Linux - Ubuntu 20.04.6
  • Version/Installation: Minecraft_Bedrock_Launcher-x86_64-v0.15.0.795.AppImage

Additional context
Add any other context about the problem here.

@rukarangi rukarangi added the bug Something isn't working label Sep 14, 2024
@cratonica
Copy link

Same issue. Manual login fails.

In my case, I'm using a GSuite account. Ubuntu 22.04.

@Henry-Hiles
Copy link

Henry-Hiles commented Oct 12, 2024

Same issue here, both regular and manual login fail on the flatpak.

@Henry-Hiles
Copy link

@ChristopherHX / @MCMrARM any ideas on this? 200 seems to indicate a successful login, but it seems like everyone is getting this auth cookie field error. Thanks.

@ChristopherHX
Copy link
Member

There are still people like my, who can login without error.

Telling someone to provide me credentials for debugging goes too far.

Just tested again today, using the native .deb package for ubuntu 22.04 on a 24.04 machine.

GPL3 provides no right for any kind of technical support

@Henry-Hiles
Copy link

Henry-Hiles commented Oct 12, 2024

There are still people like my, who can login without error.

Telling someone to provide me credentials for debugging goes too far.

Just tested again today, using the native .deb package for ubuntu 22.04 on a 24.04 machine.

GPL3 provides no right for any kind of technical support

hmm, id be happy to help debug this, is there anything i can do other than give credentials? guessing its an a/b testing thing maybe?

@Henry-Hiles
Copy link

Henry-Hiles commented Oct 12, 2024

And i do know theres no guaranteed support, i was just hoping you had a fix, didnt mean to pressure you.

@Henry-Hiles
Copy link

Alternatively, could it be a firewall issue? Does it use some weird port?

@ChristopherHX
Copy link
Member

ChristopherHX commented Oct 12, 2024

Compile mcpelauncher-ui-manifest from source

Then look at the http trace mcpelauncher-ui-qt prints to console including the response that causes the assertion error

All those logs need to be scrubbed if shared publicy

@Henry-Hiles
Copy link

Compile mcpelauncher-ui-manifest from source

Then look at the http trace mcpelauncher-ui-qt prints to console including the response that causes the assertion error

All those logs need to be scrubbed if shared publicy

its going to be difficult for me to compile from source, im on nix, which is why im using the flatpak

@Henry-Hiles
Copy link

Can i not find these prints with the prebuilt flatpak? or maybe build a flatpak from source?

@ChristopherHX
Copy link
Member

Downloading apk uses weird dns names that some firewalls reject, but this is not login

its going to be difficult for me to compile from source, im on nix, which is why im using the flatpak

Prebuild flatpak is build in release mode to protect sensitive information.

You can just fork the manifest and change cmake from release to debug and remove -DNDEBUG

then just open a pr and hope you get a build

@Henry-Hiles
Copy link

Okay ill do that later, thanks. To be clear this error occurs after I login, but before anything else. its right after it asks me for a password to encrypt the key. This is definitely not using that weird dns or something?

@Henry-Hiles
Copy link

I'll disable my firewall to double-check, and then compile with debug.

@Henry-Hiles
Copy link

Just tried with another account and it works, so thats interesting.

@Henry-Hiles
Copy link

It appears to be specifically GSuite accounts that don't work. @rukarangi can you confirm you are using a GSuite account? (might not be @gmail.com)

@Henry-Hiles
Copy link

Henry-Hiles commented Oct 12, 2024

For now i just bought PE on my other account, and it works!

@rukarangi
Copy link
Author

It appears to be specifically GSuite accounts that don't work. @rukarangi can you confirm you are using a GSuite account? (might not be @gmail.com)

Yes my account is a GSuite account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants