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

Ubisoft Connect disconnecting due to recent update #42

Open
GreatOldGame opened this issue Sep 29, 2022 · 15 comments
Open

Ubisoft Connect disconnecting due to recent update #42

GreatOldGame opened this issue Sep 29, 2022 · 15 comments

Comments

@GreatOldGame
Copy link

As title says, recently ubisoft connect got an update, and the plugin is getting disconnected everytime. any one can help with this is greatly appreciated

@JustThat70
Copy link

Looks like the IDs changed again. Try:

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

@GreatOldGame
Copy link
Author

Looks like the IDs changed again. Try:

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

thanks, it worked, thank you very much

@HawkSE
Copy link

HawkSE commented Oct 1, 2022

This worked for me as well. Good to know.

@KS-HTK
Copy link

KS-HTK commented Oct 24, 2022

To avoid running into this issue again in the future see @wearepariah comment
in PR #34 .
It has code to actively get The app and genome ids.

@shinji257
Copy link

I updated my file and it still kicks out my login from time to time.

@NanoWireDnB
Copy link

I updated my file and it still kicks out my login from time to time.

Same for me.

@joerg-nafcom
Copy link

I am having the same issue now
Also Ubisoft connect stays at "connection lost" even when I try "connect" and it initially says it's successful for a fraction of a second (I am at gog galaxy 2.0 version 2.0.62,26)

@kejoat
Copy link

kejoat commented Apr 19, 2023

Fix mentioned above still works.

@threemoons-nyc
Copy link

Still having the issue as of last night.

@J0hnHawk
Copy link

Still having the issue as of last night.

It looks like the IDs have changed again. With the following entries it works for me at the moment:

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

@recoi1er
Copy link

recoi1er commented Nov 3, 2023

Still having the issue as of last night.

It looks like the IDs have changed again. With the following entries it works for me at the moment:

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

Why on earth does GoG fail to stay on top of this???

@hi-yiyang
Copy link

Still having the issue as of last night.

It looks like the IDs have changed again. With the following entries it works for me at the moment:

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

May I know where you found the updated IDs? In case they are changed again, which would most likely happen in a year or so.

@KS-HTK
Copy link

KS-HTK commented Dec 31, 2023

[…]

May I know where you found the updated IDs? In case they are changed again, which would most likely happen in a year or so.

There is a PR mentioned above which includes code to fetch the APPID and GENOME_ID for you. But if you still would like to get them yourself you could look at the code in the PR or just analyze a request to the Ubi connect servers. They are transmitted in any request if logged in, if I remember correctly.

@MicahMaiiTso
Copy link

I know I'm a bit late to this party, but, Ubisoft Connect has stopped working for me, despite me using the code that fetches the APPID and GENOME_ID. Replacing those two lines with the direct coded APPID and GENOME_ID I could log in. I guess Ubisoft has changed something again

@KS-HTK
Copy link

KS-HTK commented May 16, 2024

I know I'm a bit late to this party, but, Ubisoft Connect has stopped working for me, despite me using the code that fetches the APPID and GENOME_ID. Replacing those two lines with the direct coded APPID and GENOME_ID I could log in. I guess Ubisoft has changed something again

Yeah, I have not been able to use this in quite a while now. Maybe they have changed something again. I currently do not have the time to look into this. But I'll make sure to post anything I do find when I find the time to look into it.

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