Fuzzilla01: Hi All,
@Nephilim983 I have edited your code. On my system the plugin now works as intended, closing the window after logon, then performing the sync operation. This is verified with several close / opens of Galaxy.
PLEASE make a backup of your file before editing! I usually just add a .BAK extension.
The forum will Not stop hypertexting links automatically so I'm trying this workaround. You are replacing the line starting at the two forward slashes. You can copy/paste the lines if you wish.
Change the corresponding data in Line45 to read:
//www.ea.com/ea-play/views/login.html",
and Line 46 to read:
//www.ea.com/ea-play/views/login\.html.*"
I only changed lines 45 and 46 from what Nephilim had provided. I got lucky. :o)
Will everyone please post your results so this can be tweaked if needed by an actual coder if need be.
I hope this works for everyone!
Not working:
LOCAL_GAMES_CACHE_VALID_PERIOD = 5
AUTH_PARAMS = {
"window_title": "Login to Origin",
"window_width": 495 if is_windows() else 480,
"window_height": 746 if is_windows() else 708,
"start_uri": "
https://accounts.ea.com/connect/auth"
"?response_type=code&client_id=ORIGIN_SPA_ID&display=originXWeb/login"
"&locale=en_US&release_type=prod"
"&redirect_uri=
https://www.ea.com/ea-play/views/login.html",
"end_uri_regex": r"^
https://www.ea.com/ea-play/views/login\.html.*"
Results in this error:
{"error":"invalid_request","error_description":"redirect_uri is invalid","code":102111}
This line "&redirect_uri=
https://www.ea.com/ea-play/views/login.html", directs to a 404 error page
Cut and pasting the ENTIRE code per Nephilim983 post actually worked.