FriendsOfGalaxy/galaxy-integration-uplay

Plugin Connection Lost

Icemasta opened this issue · 5 comments

Describe the bug
Even though the plugin actually works, it is showing Connection Lost. If I click connect, it instantly connects for one second and then disconnects. But it works for everything else.

To Reproduce
I am fairly sure this is due to Rainbow Six Extraction game which was acquired through xbox game pass. I had to link my xbox account with ubisoft account to enable the game and it started 5 seconds after I did that.

Expected behavior
Does not get connection lost.

probably a duplicate of #33 PR #34 should fix it

Fix is since weeks, plug-in not updated since months. Whole Galaxy looks like abandoned project.

This is 100% a duplicate of #33. @Icemasta I recommend closing this one. You can workaround it by editing: %LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\uplay_afb5a69c-b2ee-4d58-b916-f4cd75d4999a\ lines 15 and 16 so they look like this:

CLUB_APPID = "314d4fef-e568-454a-ae06-43e3bece12a6"
CLUB_GENOME_ID = "85c31714-0941-4876-a18d-2c7e9dce8d40"

Restart Galaxy and it should Just Work again.

This is 100% a duplicate of #33. @Icemasta I recommend closing this one. You can workaround it by editing: %LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\uplay_afb5a69c-b2ee-4d58-b916-f4cd75d4999a\ lines 15 and 16 so they look like this:

CLUB_APPID = "314d4fef-e568-454a-ae06-43e3bece12a6"
CLUB_GENOME_ID = "85c31714-0941-4876-a18d-2c7e9dce8d40"

Restart Galaxy and it should Just Work again.

Where is the 'CLUB_APPID' and 'CLUB_GENOME_ID ' obtained?