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

Can't sync EA app #208

Open
manish663 opened this issue May 26, 2023 · 34 comments
Open

Can't sync EA app #208

manish663 opened this issue May 26, 2023 · 34 comments

Comments

@manish663
Copy link

Origin is discontinued, now I can't sync anything

Please update this

@killsting
Copy link

Please update EA login, we need it!!

@GhostOfJericho72
Copy link

Yes please

@gnagga
Copy link

gnagga commented Aug 28, 2023

+1

4 similar comments
@YayoKB
Copy link

YayoKB commented Sep 2, 2023

+1

@Semicirculus
Copy link

+1

@CharlieTunafish
Copy link

+1

@Brockenstein
Copy link

+1

@LittleFreak
Copy link

no need to spam +1, just give it a thumbs up in the OP above ;)

@lonewolf0708
Copy link

I have updated the code on a fork of https://github.com/FriendsOfGalaxy/galaxy-integration-origin. The fix is to open
%localappdata%\GOG.com\Galaxy\plugins\installed\origin_ {UNIQUE-ID-STRING} and replace plugin.py with the one in this zipped file.
plugin.zip

@GKid94
Copy link

GKid94 commented Oct 19, 2023

Can't login
Screenshot 2023-10-19 043013

@ramazansancar
Copy link

I have updated the code on a fork of https://github.com/FriendsOfGalaxy/galaxy-integration-origin. The fix is to open %localappdata%\GOG.com\Galaxy\plugins\installed\origin_ {UNIQUE-ID-STRING} and replace plugin.py with the one in this zipped file. plugin.zip

This worked thank you
Only AUTH_PARAMS updated.

@GKid94
Copy link

GKid94 commented Oct 31, 2023

Is there going to be an update fix for the integration or we have to manually fix it every time? 😕

@ramazansancar
Copy link

Is there going to be an update fix for the integration or we have to manually fix it every time? 😕

Repo seems to have been dormant for a long time. GOG needs to do something about this. @goggalaxy

@leonpajuelo
Copy link

Can't login Screenshot 2023-10-19 043013

It works! Thank you!

@GKid94
Copy link

GKid94 commented Mar 7, 2024

@mbanczerowski Can you please fix this already we are waiting for months?

@dennisklad
Copy link

image
Same here.

@plarmbuss
Copy link

same for me ;/

@RaizerLeaf
Copy link

+1 on this. We really need to get the origin repo updated or they start a new repo for the EA Client specifically. I understand its a community integration but considering how GOG was pushing these community integrations its crazy how unusable some of them are nowadays.

@cHiMeRa83
Copy link

works Download this https://github.com/FriendsOfGalaxy/galaxy-integration-origin/releases/download/v0.40/windows.zip

Replace in %localappdata%\GOG.com\Galaxy\plugins\installed\origin , and replace the plugin.py with https://github.com/gogcom/galaxy-integrations-python-api/files/12849055/plugin.zip

@GKid94
Copy link

GKid94 commented Jun 1, 2024

This needs to be changed in the code, what if someone uses the Galaxy client and doesn't have GitHub

@phreeze83
Copy link

i am able to login, but the window does not disappear but looks like the webpage and wants me to sign up for an EA Plan for xx $ / month; i just want it to login and do nothing more..

@TheBrokenG0d
Copy link

TheBrokenG0d commented Jun 26, 2024

i am able to login, but the window does not disappear but looks like the webpage and wants me to sign up for an EA Plan for xx $ / month; i just want it to login and do nothing more..

Just connected and It only had the login box and then went away. No EA Plan for me.

@tryingtokeepup
Copy link

Seems like the only real change you need to do is to go to the install location for your Origin integration (the one you "install" when on the GOG Galaxy app)

(uuid after "origin_" should be unique, but that wasn't true for the steam integration, so adding it on)

%localappdata%\GOG.com\Galaxy\plugins\installed\origin_7f53219b-4e2b-4591-9f4f-dfc5f4ba9eb0

and then open up plugin.py

and replace lines 38-47 with the following (only things changed are the client_id and some of the uris.

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":r"^https://www\.ea\.com/ea-play.*"
}

Confirm this at your leisure, and make sure the above is not sending you to a malicious link. This fixed it for me!

@phreeze83
Copy link

retried again and it's magically working now, didn't change anything since the last try

@Peterkal2112
Copy link

Not working for me even with these changes to plugin.py as of 17.10.2024

GalaxyClient_t2JlzPpW3G

@GKid94
Copy link

GKid94 commented Nov 2, 2024

Still not working
Screenshot 2024-11-02 190231
Screenshot 2024-11-02 190723
Screenshot 2024-11-02 191412

@oerix
Copy link

oerix commented Nov 6, 2024

Has the launcher been abandoned?

@Danyelalejandro
Copy link

Yes. Most community plugins and Galaxy support to them has been abandoned

@GKid94
Copy link

GKid94 commented Nov 6, 2024

Where is the official post about abandoning?

@gbakeman
Copy link

gbakeman commented Nov 6, 2024

Just chiming in here as an interested party, but it does seem like GOG hasn't been focusing on the client (or third party plugins) very much at all. IIRC, the latest update or two were in direct support of GOG's own services and very little to do with the client holistically. If anyone has some leads on a good FOSS game client, I'm all ears.

@oerix
Copy link

oerix commented Nov 8, 2024

If anyone has some leads on a good FOSS game client, I'm all ears.

Not the best looking, but try Playnite. :)

@gbakeman
Copy link

gbakeman commented Nov 8, 2024

Wow, that's a cool looking project, and in a language I like! Thanks.

@Nexusmeister
Copy link

I have updated the code on a fork of https://github.com/FriendsOfGalaxy/galaxy-integration-origin. The fix is to open %localappdata%\GOG.com\Galaxy\plugins\installed\origin_ {UNIQUE-ID-STRING} and replace plugin.py with the one in this zipped file. plugin.zip

Can confirm. That fork is still working if you encounter this problem

@gOOvER
Copy link

gOOvER commented Dec 11, 2024

i would let all integrations die, as long gog dont start to maintain the integrations.
I switched to Playnite and im more than happy.

GOG Galaxy was a good app , when its starts; now you only can use it for gog itself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests