website
website copied to clipboard
Syncing my steam games library doesn't add games to Lutris
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.
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.
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.