-
Notifications
You must be signed in to change notification settings - Fork 20
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
Uplay connection keeps disconnecting #33
Comments
Same issue here. |
Having the same issue. |
Same issue here. Started a day or two ago. |
Same here. Started yesterday and keeps repeating. Everytime I launch gog ubi sends a verification code. If anyone can help it would be appreciated. (I don't have the first idea of coding but gog is good except when these things happen) |
Until it's fixed I recommend you just keep it disconnected. |
I tried disabled 2FA, and haven't had an issue since. The temporary suspension was less than 12 hours, then I could login again as usual. So if you feel comfortable disabling 2FA, that seems to be a solution until a fix arrives. |
Thanks for your workaround. I'll wait a little, this issue should be adressed soon. |
Here's my log file if that helps fix this issue: Looks like it sometimes receives a 401 unauthorized from the ubisoft public api, maybe their API changed or they decided to time out people using the public api more often? |
Same error happening to me, multiple times per day and only started happening in the last few days. I've had to just leave it disconnected for now as it'll interrupt the game I'm playing and steal focus, sometimes that means I die in the game or it won't resume and crashes. |
I was having this issue as well but now I've been logged in to Ubi through Galaxy for two days straight. Perhaps Ubi solved this on their side? |
It's been 2-3 days for me, was monitoring this from the start and now it seems fine. Assuming something wrong with Ubi's login, etc. |
Mine started doing this today. |
Started having this issue today |
Confirmed the same, maybe some change on Ubisoft side or temporary error? |
From the logs, it looks like a 403 Forbidden when accessing the Ubisoft API:
|
It is very weird, because list of games is downloaded with statistics etc. Maybe some API changed? |
Will this be fixed soon? It seems like these posts have been ignored for a while now since OP |
yeah, same thing here |
I was having problems with this earlier as well, after w few weeks I tried again and it seemed to be working. Last time this happened I got a temporary suspension on my ubisoft account due to too many failed logins. |
Hi! Could someone who is subbed to their "gamepass" try to edit following lines of consts.py galaxy-integration-uplay/src/consts.py Lines 15 to 16 in 61d24e4
to: CLUB_APPID = "f35adcb5-1911-440c-b1c9-48fdc1701c68"
CLUB_GENOME_ID = "5b36b900-65d8-47f3-93c8-86bdaa48ab50" And report if subbed games are correctly added and listed as installed in GOG ? Thanks #EDIT 22/10/08 |
After changing guids in |
THANK YOU! |
Same here |
Thank you @fl4shback I have confirmed the change of app ids has resolved the "Connection Lost" issue for me. (edit: I do not have a Ubisoft+ subscription.) I did notice in your pull request that you appear to have made a typo there. You entered the following for line 15: There is a 'b' at the start that should not be there. |
Copy paste gone wrong... Left the first char of the previous key. Thanks @Diven73 for noticing ! PR Updated |
Works for me thanks 👍 |
It does not seem to work for me. |
Did You try to change guids in |
Just tried that now and now it will not let me log into ubisoft connect at all. Edit: Forgot to edit both lines, it seems to work now, thanks. |
Basically me now: https://www.youtube.com/watch?v=TRtlkcQ6brE "How long did the fix take?" |
what do you mean by subbed games ?
PR is open now #40 |
I will 👍 this one as well. Platform is Windows 11 and macOS both. Confirmed fixed on both. |
Worked great, thanks for the knowledge, :) |
I find it sad that the fix has been around for 7 months and still the PR has not been accepted. |
Hi new here do I need a python editor in order to access the files to implement this fix? No way to do it just within windows? Annoying bug but I have no idea how to actually implement the changes written above. Little help thanks. |
I use Notepad++ on Windows for all my script/source-code editing. Open source, lots of plugins, language highlighting and formatting. Been using it for years now. Highly recommended 😁 |
You can do it even with pure simple Notepad.exe it self, no need for any specific tooling. |
Just done the edits still doesn't seem to work any idea why not? Update: Misread it fixed. Thanks to whoever it was sorted it. |
This edit worked for me. |
It's working! Thank's |
I started having this problem again yesterday. Last time this happened I got my Ubisoft account temporarily suspended due to the constant login attempts. I hope this issue can be resolved again soon. |
@Bansheedragon Yes, there seems to be an issue with the remember me ticket..
I won't be able to do anything about it though, I'm not skilled enough to fix something like that. |
you always were the one that fixes the previous issues, now our hope is gone. Who else can actually do it ? |
Someone posted at the GOG forums that the Ubisoft ID has changed again. CLUB_APPID = "f35adcb5-1911-440c-b1c9-48fdc1701c68" https://www.gog.com/forum/general_beta_gog_galaxy_2.0/ubisoft_connect_connection_lost/post145 I have changed mine again in the hopes that this will solve the issue. |
My # CLUB_APPID = "b8fde481-327d-4031-85ce-7c10a202a700"
# CLUB_GENOME_ID = "fbd6791c-a6c6-4206-a75e-77234080b87b"
# https://github.com/FriendsOfGalaxy/galaxy-integration-uplay/issues/33#issuecomment-1019254379
# CLUB_APPID = "314d4fef-e568-454a-ae06-43e3bece12a6"
# CLUB_GENOME_ID = "85c31714-0941-4876-a18d-2c7e9dce8d40"
# https://github.com/FriendsOfGalaxy/galaxy-integration-uplay/issues/33#issuecomment-1263689396
CLUB_APPID = "f35adcb5-1911-440c-b1c9-48fdc1701c68"
CLUB_GENOME_ID = "5b36b900-65d8-47f3-93c8-86bdaa48ab50" |
@Bansheedragon Thanks for your report. #EDIT |
I changed the IDs like in the comment from fl4shback, its working for me. Thx |
swapped to these too and now it works :D |
Thank you for that fix, should be included in the plugin 🚀 Could there be a way to automatically match Uplay's ids in order to avoid plugin being broken each time Ubisoft decides to change them ? |
I hope it's not a too dumb question, but... if we all know that those two lines fix the issue, why don't they release an update? |
Nobody has write access to the repo and the maintainer is inactive. We could release an update on another repo but galaxy is hardcoded to check updates on this one. |
I can fork this repository and apply the patch. I'm not sure how we can make GOG client to point to my repository then, instead of pointing to this one |
I'm willing to also work with you on this to be a maintainer on a forked repo. Let's get a repo spun up together. I'll see if Gog can be contacted. Perhaps also Heroic. |
I saw this mentioned in this thread back in June #33 (comment) |
Tks lot for me is good 👍 |
Good Day, |
Hello, Sources : Go to the Ubisoft website, and click to connect. It should prompt a connection pop-up. Use the connection pop-up and find the arguments 'appId' and 'genomeId' in the URL Hope this helped Cheers |
I'm having to keep logging in multiple times a day. This started about a day ago, I noticed that Ubisoft Connect needed me to log in after it's last update, but it seems to be working fine after that, but GOG keeps dropping the connection.
The text was updated successfully, but these errors were encountered: