unknownskl / greenlight

Greenlight is an open-source client for xCloud and Xbox home streaming made in Typescript.
MIT License
2.21k stars 124 forks source link

[Bug] Stuck Loading #1145

Closed Shrimbop closed 8 months ago

Shrimbop commented 8 months ago

Describe the bug

Hey there,

Greenlight was working fine until yesterday where now I'm stuck on the loading screen.

Screenshot 2024-02-17 at 12 32 17 PM

Any ideas?

To Reproduce

No response

Expected behavior

No response

Environment

- OS: 
- Device: 
- Greenlight version:

Anything else?

No response

New issue

Dragon-23 commented 8 months ago

It seems to be a login issue I basically put this in DEBUG="greenlight:*" /Applications/Greenlight.app/Contents/MacOS/Greenlight and then cleared data and logged back which caused it to be stuck on a login loop and now I get this error "[SigninBlockedByPasswordPrompt] Agent : -2138701818 : : State WaitingForServerToRegister". So I think the login system is to blame.

Dragon-23 commented 8 months ago

Edit: I resetted my password and forgot to do it on my xbox :P, so just add DEBUG="greenlight:*" /Applications/Greenlight.app/Contents/MacOS/Greenlight

It should work 👍

Shrimbop commented 8 months ago

That solved it, thank you.