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
Harzzach: https://www.gog.com/forum/general_beta_gog_galaxy_2.0/ubisoft_connect

... which leads to:

https://github.com/FriendsOfGalaxy/galaxy-integration-uplay/issues/33

... where you find the solution:

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 und 16 to:
CLUB_APPID = "314d4fef-e568-454a-ae06-43e3bece12a6"
CLUB_GENOME_ID = "85c31714-0941-4876-a18d-2c7e9dce8d40"

Save, connect (no need to restart Galaxy), stay connected :)

Ubisoft changed the server ID, the plugin had the old values, therefore no connection. Simply change both id's to the values above.
avatar
dani7115: Worked wonders! Thanks
It's good for me! Tanks.
August 15th 2025.
Hello.

There is a way to automatise this actually.

Ubisoft has an API settings link that gives settings for uPlay Connect, including genome and app IDs. The best way would be to grab the info from that and automatically add it to the authentication system.

https://store.ubisoft.com/on/demandware.store/Sites-us_ubisoft-Site/en-US/UPlayConnect-GetAPISettingsJson

Cordially,
BellezaEmporium/ShadixAced.
avatar
ShadixAced: Hello.

There is a way to automatise this actually.

Ubisoft has an API settings link that gives settings for uPlay Connect, including genome and app IDs. The best way would be to grab the info from that and automatically add it to the authentication system.

https://store.ubisoft.com/on/demandware.store/Sites-us_ubisoft-Site/en-US/UPlayConnect-GetAPISettingsJson

Cordially,
BellezaEmporium/ShadixAced.
Yay! Thank you! While quick and sloppy I updated the plugin to use it! So now no need for manual updates.

(Do note its a run once, fail, fixed) I didn't feel like touching too much of the plugin which is why I did it this way.

Plugin Update for Automatic AppID and GenomeID updates. Click the link!

Using the above will fix your ubisoft integration failure to connect issue and should stay up to date for you now.
If ubisoft updates them now, it may fail once but simply hitting connect again / retry should work automagically.

The reason I did it this way was for ease, I tried updating it without having to make changes to the consts.py physically each update....but the way most of the plugin grabs it is set for those hardcoded ID's. So I just did what was quicker and easier by having it update that file physically each time.
(Like you said I tried to implement it into just authentication, but it failed due to other parts of the plugin @ShadixAced)

In short, no more needing to manually make changes to consts.py every Ubisoft update. The plugin should stay functional now!
Post edited 3 days ago by Partakith