FriendsOfGalaxy / galaxy-integration-steam

Integration with Steam for Galaxy
370 stars 76 forks source link

Public Backend No longer Works #168

Open yo1dog opened 1 year ago

yo1dog commented 1 year ago

After entering my SteamID64, the UI immediately shows "Offline (Retry)". Looking at the logs I see "Backend responded in unknown way".

After some debugging I found this was due to the request to the community games page, which now requires authentication. As an example, try this URL from an unauthenticated session:

https://steamcommunity.com/profiles/76561197986511509/games/?tab=all

yo1dog commented 1 year ago

Pull request #167 created to fix.