website icon indicating copy to clipboard operation
website copied to clipboard

Syncing my steam games library doesn't add games to Lutris

Open skyace65 opened this issue 6 years ago • 3 comments

I've tried syncing my Steam library with Lutris multiple times to add The Orville Fan Experience to the Lutris database, but it's not working.

skyace65 avatar Aug 06 '19 23:08 skyace65

I have the issue as well with 5 games:

djibux avatar Apr 21 '20 20:04 djibux

I have played with the API a bit (https://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/) and the last two games are not reported by the API. The first three are.

I installed the website locally to try and inspect what's happening during the API call, but I'm a bit lost. My changes to the code in accounts/tasks.py or games/util/steam.py don't seem to be taken into account. I'm totally new to docker and django, I must be doing something wrong.

djibux avatar Apr 23 '20 21:04 djibux

Please try the Steam sync in the Lutris client. This is the same sync that we have on the website except it takes the user ID from the local Steam install instead of authenticating with OpenID.

Once we have a way to sync the Lutris library from the client to the website, the Steam sync on the website will be removed. All the 3rd party integrations are done on the client itself and Steam is the only one where we have a website integration.

strycore avatar May 25 '22 04:05 strycore