pinkwah / steam-appmanifest

Generates appmanifest_APPID.acf files in ~/.steam/steam/SteamApps
MIT License
391 stars 43 forks source link

Bugfix: fetch xml from URL of all games tab #10

Closed bertvandepoel closed 9 years ago

bertvandepoel commented 9 years ago

For some reason the /games?xml=1 URL redirects to my html formatted profile instead of an XML list of all my games. Chaning the URL to specifically select the "all games" tab seems to fix this.

pinkwah commented 9 years ago

My profile works fine, so I don't know why it would be a problem with your profile. Have you checked your profile's permissions and stuff?

Anyway, using the "All Games" tab doesn't affect functionality, so I'll merge.

bertvandepoel commented 9 years ago

Yeah, I changed the permissions multiple times and checked from different devices and using private browsing. For some reason the behaviour of my profile (bertvandepoel) was different from what was expected. So I presume others might have the same problem. Thanks for the merge :)