FriendsOfGalaxy / galaxy-integration-uplay

uplay integration with g2.0
MIT License
117 stars 20 forks source link

Path of Uplay client in registry is different than the one that is put in code #25

Closed FirzenYogesh closed 3 years ago

FirzenYogesh commented 3 years ago

Describe the bug Path in my registry is different than the one that is put in code. Due to this, the plugin says it is offline and retry.

To Reproduce No special steps, just installed Ubisoft Connect from the official site

Expected behavior Should connect to Ubisoft Connect and sync games.

Attached logs Log File

More Details The Registry path in my PC Computer\HKEY_CURRENT_USER\SOFTWARE\Ubisoft

The HKEY_LOCAL_MACHINE does not have any Ubisoft related content.

Reference Image: image

FriendsOfGalaxy commented 3 years ago

Hi @FirzenYogesh I don't see any problem with registry lookup in the logs you've posted. Is it right log?

Maybe #14 is the root of problem?

FirzenYogesh commented 3 years ago

Hi @FriendsOfGalaxy, thanks for your reply. I did a deep look into the code and found out "Remember me" has to be checked. I was unchecking it whenever I tried to login. That was the issue. Maybe this could be added to the common problems/faqs.

FriendsOfGalaxy commented 3 years ago

Ok, thanks - that is helpful. See #14 for further discussion.