It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Looks like the Origin, resp 'EA Play' integration into Galaxy doesn't work...again. :/
Does someone know if there is something at work as I can't find anything in Github.

I can look into my EA library through the EA Play app. But I lost my EA integration in GOG Galaxy and found no way to re-integrate my EA titles into the GOG Galaxy library.

When I try to use the community integrated for Origin it keeps claiming my login doesn't work and even a PW change doesn't help and, even this has nothing to do with Galaxy plug-ins, EA support as usual gives a damn at their end when it comes to troubles with games not working anymore. e.g. Syndicate (2012).

Right now I just hope that there's still some hope to integrate 'EA Play' titles back into GOG Galaxy to keep track of libraries and avoid duplicates. I presume there's nothing planned? But maybe someone knows something I wasn't able to find myself on Github?
Post edited August 08, 2023 by Bearhug_at
Yeah, it doesn't work me either. I'm actually thinking of switching to Playnite just because of this.
Can confirm that login is broken. Even password reset didn't work.
Can confirm. Error is "Your credentials are incorrect or have expired. Please try again or reset your password."
I changed my EA password, this did not fix the issue.

i understand the author has been gone a while. Any help appreciated.
Same here. Login works on the Origin-App, but not on the Plug-In.
totéž, přihlašuje se EA, ale hlásí, že mám špatné heslo, nefunguje to
avatar
Judassem: Yeah, it doesn't work me either. I'm actually thinking of switching to Playnite just because of this.
After many years of using Galaxy as my "Everything But Steam" launcher I finally tried Playnite for the first time. I guess I though that Galaxy was good enough so I had never bothered.

Boy was I wrong. After using Playnite for a bit, Galaxy feels like a left over alpha build of an abandoned program. For me it even runs faster, has every option that tends to work better (I'm looking at you integrations), everything is resizable, customizable, from grids to text, fonts to pictures, colors, icons, etc. It did take a bit of work to set up (as I have a ton of games across multiple clients), but incredibly worth it. I even disconnected all my integrations from Galaxy.

And this is from someone who has previously recommended Galaxy as a solid platform. Basically, there's a point where you just move on from under-developed, left in the past software, and Galaxy is firmly in that category. Go Playnite, don't look back. You'll be much happier once you get it set up. And the more I use it the more I am starting to appreciate many of it's quality of life features. Oh, and it has a portable option (everything is in one single folder), so making a quick backup is super easy.
avatar
Judassem: Yeah, it doesn't work me either. I'm actually thinking of switching to Playnite just because of this.
avatar
usePowerToolz: After many years of using Galaxy as my "Everything But Steam" launcher I finally tried Playnite for the first time. I guess I though that Galaxy was good enough so I had never bothered.

Boy was I wrong. After using Playnite for a bit, Galaxy feels like a left over alpha build of an abandoned program. For me it even runs faster, has every option that tends to work better (I'm looking at you integrations), everything is resizable, customizable, from grids to text, fonts to pictures, colors, icons, etc. It did take a bit of work to set up (as I have a ton of games across multiple clients), but incredibly worth it. I even disconnected all my integrations from Galaxy.

And this is from someone who has previously recommended Galaxy as a solid platform. Basically, there's a point where you just move on from under-developed, left in the past software, and Galaxy is firmly in that category. Go Playnite, don't look back. You'll be much happier once you get it set up. And the more I use it the more I am starting to appreciate many of it's quality of life features. Oh, and it has a portable option (everything is in one single folder), so making a quick backup is super easy.
I just installed it myself and uploading all the libraries took some time. The UI still need some time to get used and the menus. But it certainly looks much more advanced then the Galaxy library, using Github as well.
The general look looks for what it is, like a library interface, quite bare but more importantly, functional.
I hope with time I get more used to the software
avatar
Judassem: Yeah, it doesn't work me either. I'm actually thinking of switching to Playnite just because of this.
avatar
usePowerToolz: After many years of using Galaxy as my "Everything But Steam" launcher I finally tried Playnite for the first time. I guess I though that Galaxy was good enough so I had never bothered.

Boy was I wrong. After using Playnite for a bit, Galaxy feels like a left over alpha build of an abandoned program. For me it even runs faster, has every option that tends to work better (I'm looking at you integrations), everything is resizable, customizable, from grids to text, fonts to pictures, colors, icons, etc. It did take a bit of work to set up (as I have a ton of games across multiple clients), but incredibly worth it. I even disconnected all my integrations from Galaxy.

And this is from someone who has previously recommended Galaxy as a solid platform. Basically, there's a point where you just move on from under-developed, left in the past software, and Galaxy is firmly in that category. Go Playnite, don't look back. You'll be much happier once you get it set up. And the more I use it the more I am starting to appreciate many of it's quality of life features. Oh, and it has a portable option (everything is in one single folder), so making a quick backup is super easy.
Magic word hre is "once you get it set up". It looks gad-awful out of the box with no sensible default values for different column widths, font sizes etc. So "you can tweak everything!" means "you have to tweak everything", I started using playnite very reluctantly when steam integration broke, there's even a rant/howto I wrote how to get it from installation to usable. I went back to Galaxy in a hearbeat after working steam plugin was released, everything just works in Galaxy with no need to faff with obscure settings for different plugins and skins and whatnot.

Speaking of skins, the ugliness seems to be a common theme here, nothing like the clean, functional galaxy colour scheme, at least if you do not tweak a LOT of settings. Themes do have premade colour schemes which are .. ahem .. interesting.
Same for me. Why no update yet?
Same for me.
What are they waiting for the update?
Its been ages that origin replaced with ea
I thought that it's an issue on my side, but it seems like Origin login is borked.
I can log in fine to Origin itself, but not via login in GOG.
high rated
Ok, so I'm not a coder/programer but i managed to fix it for myself by trial and error. t's not a perfect streamlined solution so do it at your own risk.

Open Users/"User name"/AppData/Local/GOG.com/Galaxy/plugins/installed/origin_xxxxx/plugin.py in Notepad. Replace lines 38-47 with following:

AUTH_PARAMS = {
"window_title": "Login to EA Play",
"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=EADOTCOM-WEB-SERVER&display=junoWeb/login"
"&locale=en_US&release_type=prod"
"&redirect_uri=https://www.ea.com/ea-play",
"end_uri_regex": "https://www.ea.com/ea-play"
}

This will allow you to log in with a small caveat, Login window won't close. To complete login, just click on EA Play logo at top of the window page. The window will close, and the connection will be established.

Let me know if this works for you or if you can fix my code to automatically close the login window. Good luck.
avatar
Nephilim983: Ok, so I'm not a coder/programer but i managed to fix it for myself by trial and error. t's not a perfect streamlined solution so do it at your own risk.

Open Users/"User name"/AppData/Local/GOG.com/Galaxy/plugins/installed/origin_xxxxx/plugin.py in Notepad. Replace lines 38-47 with following:
....
Didnt replace the whole thing, just the differences, but it works like a charm.

Much appreciated!!!
Post edited September 19, 2023 by Leprask
avatar
Nephilim983: Ok, so I'm not a coder/programer but i managed to fix it for myself by trial and error. t's not a perfect streamlined solution so do it at your own risk.

Open Users/"User name"/AppData/Local/GOG.com/Galaxy/plugins/installed/origin_xxxxx/plugin.py in Notepad. Replace lines 38-47 with following:
....
avatar
Leprask: Didnt replace the whole thing, just the differences, but it works like a charm.

Much appreciated!!!
Yes, you can definitely do that, I just thought it could be easier to just copy/paste that entire section. I'm glad it worked for you too.