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

×
avatar
FurySwipez: Idk if this would help others but it helped me, I was getting instant loss of connection to Ubisoft connect, I digged around in this forum post and I manually added the appID and genomeID from the login page to the const.py file but it still disconnected. I noticed on line 22 in the sample URL or whatever that's written in the code, it had a language code of "en-US" in the URL. I personally live in the middle east so my link on ubisoft connect is in "en-GB" so I just replaced the former language code with the latter and everything worked. I highly doubt that's what did it but here is that anyways.
This works perfect, thanks!!
avatar
ahbbb: I don't see any such files named that in my directory
avatar
MrKoddy: I still have this issue. Does the workaround still works?

I read other posts, you think GOG Galaxy is dying? I wonder why it is still in beta. This launcher is so cool so we can have all our games in one place

avatar
JokeDeity: This consts.py file made me go from having no connection to Ubisoft because it would instantly disconnect every time I connected it, to getting 4 or so hours of connection before having to reset it. Not perfect, but better and might help some of you.

https://github.com/wearepariah/galaxy-integration-uplay/blob/master/src/consts.py
avatar
MrKoddy: How can I install it?
Yes, how do we install this?
avatar
FurySwipez: Idk if this would help others but it helped me, I was getting instant loss of connection to Ubisoft connect, I digged around in this forum post and I manually added the appID and genomeID from the login page to the const.py file but it still disconnected. I noticed on line 22 in the sample URL or whatever that's written in the code, it had a language code of "en-US" in the URL. I personally live in the middle east so my link on ubisoft connect is in "en-GB" so I just replaced the former language code with the latter and everything worked. I highly doubt that's what did it but here is that anyways.
I just did this (changed to en-GB) and it's been connected for hours without dropping. I also manually changed CLUB_APPID and CLUB_GENOME_ID again but I tried that a few months ago without success so i'm thinking the en-GB thing is what's fixed it. Fingers crossed it holds.

Now to hope/beg someone implements the new EA app since Origin has been depricated. It really sucks that GoG Galaxy appears to be dying/dead and integrations aren't being maintained.
avatar
MrKoddy: I still have this issue. Does the workaround still works?

I read other posts, you think GOG Galaxy is dying? I wonder why it is still in beta. This launcher is so cool so we can have all our games in one place

How can I install it?
avatar
KernkraftX360: Yes, how do we install this?
1. On that page change the view to "RAW" and copy the text.
(The direct link to the raw/text is https://raw.githubusercontent.com/wearepariah/galaxy-integration-uplay/master/src/consts.py )

2. Open the consts.py file in a text editor. It is located in:

(Windows):
%LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\uplay_afb5a69c-b2ee-4d58-b916-f4cd75d4999a\

(SteamDeck/Linux) - This depends on which compatdata folder it was installed. But inside that folder it is:
pfx/drive_c/users/steamuser/AppData/Local/GOG.com/Galaxy/plugins/installed/uplay_afb5a69c-b2ee-4d58-b916-f4cd7 5d4999a/

3. Select all the text and replace it with copied const.py text

4. Save the new/overwritten const.py text
avatar
JokeDeity: This consts.py file made me go from having no connection to Ubisoft because it would instantly disconnect every time I connected it, to getting 4 or so hours of connection before having to reset it. Not perfect, but better and might help some of you.

https://github.com/wearepariah/galaxy-integration-uplay/blob/master/src/consts.py
avatar
Cygsu: And thats it ! That is permanent solution !
It isn't permanent. It still disconnects, as does Steam and Origin. I'm about at the point of not using GoG due to these issues.
I tried this and it managed to pop up the webauth screen, but the ubisoft icon constantly pulses rather than ever giving the option of logging in.

Is there a line in consts.py I need to edit to fix that?
avatar
Annaire: I tried this and it managed to pop up the webauth screen, but the ubisoft icon constantly pulses rather than ever giving the option of logging in.

Is there a line in consts.py I need to edit to fix that?
avatar
Annaire: I tried this and it managed to pop up the webauth screen, but the ubisoft icon constantly pulses rather than ever giving the option of logging in.

Is there a line in consts.py I need to edit to fix that?
avatar
r1cky_r0qu3:
https://www.gog.com/forum/general_beta_gog_galaxy_2.0/ubisoft_connect_connection_lost/post7

For those after 28jan2023 looking for solutions - or find it on page 1 of this thread, 7th post down.

Confirmed worked for me.
high rated
There are more updates for Ubi. Find it on Github - issue #42, second post.

Copy here:
Open the Python file "%LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\uplay_afb5a69c-b2ee-4d58-b916-f4cd75d4999a\consts.py" in a text editor.

Change line 15 and 16 to:

CLUB_APPID = "f35adcb5-1911-440c-b1c9-48fdc1701c68"
CLUB_GENOME_ID = "5b36b900-65d8-47f3-93c8-86bdaa48ab50"

Save the file, exit and relaunch Galaxy. You may need to disconnect and reconnect Ubi in Galaxy
Post edited January 29, 2023 by Sylwester-Z
avatar
Sylwester-Z: There are more updates for Ubi. Find it on Github - issue #42, second post.

Copy here:
Open the Python file "%LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\uplay_afb5a69c-b2ee-4d58-b916-f4cd75d4999a\consts.py" in a text editor.

Change line 15 and 16 to:

CLUB_APPID = "f35adcb5-1911-440c-b1c9-48fdc1701c68"
CLUB_GENOME_ID = "5b36b900-65d8-47f3-93c8-86bdaa48ab50"

Save the file, exit and relaunch Galaxy. You may need to disconnect and reconnect Ubi in Galaxy
Thank you I did this in the past but i had to clean load... why has this not been pushed out as an update? this has been an issue over a year?!
avatar
Trigger911.TTV: Thank you I did this in the past but i had to clean load... why has this not been pushed out as an update? this has been an issue over a year?!
That's because the developer isn't working on it anymore, same for every other integration; it just abandoned the scene.
I have the exact same issue, and it's been happening for many months. Also, GOG needs to change "Origin" link to "EA App" link as I can't link my EA account as Origin is no more and is integrated into the EA App.
avatar
Sylwester-Z: There are more updates for Ubi. Find it on Github - issue #42, second post.

Copy here:
Open the Python file "%LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\uplay_afb5a69c-b2ee-4d58-b916-f4cd75d4999a\consts.py" in a text editor.

Change line 15 and 16 to:

CLUB_APPID = "f35adcb5-1911-440c-b1c9-48fdc1701c68"
CLUB_GENOME_ID = "5b36b900-65d8-47f3-93c8-86bdaa48ab50"

Save the file, exit and relaunch Galaxy. You may need to disconnect and reconnect Ubi in Galaxy
Thank you. I had applied the previous Python changes, but it showed my account as offline even though it was connected. This change shows me as connected and online.
Cela fonctionne merci !
Im dumb, so GOG/CDPR, can you please patch this already?

Edit: Ok, i managed it. All is fine now. Thank you. Still weird its still bugged with the new pandora update.
Post edited February 04, 2023 by Beaterino