Haaxor1689 / humble-steam-sync

https://humble-steam-sync.vercel.app
MIT License
9 stars 1 forks source link

Can't "login" with SteamID nor CustomURL #16

Closed LoVega1337 closed 10 months ago

LoVega1337 commented 1 year ago

Entering the SteamID or CustomURL just loads a second and then goes back like I entered nothing. ServiceWorker shows: image

Haaxor1689 commented 1 year ago

Thanks for the report. Try resetting your local data.

LoVega1337 commented 1 year ago

Cheers, it worked. Didn't come to my mind to reset the data for the extension. Should I keep the issue open for a potential bug fix that if this issue happens, the local data e.g. automatically deletes itself?

Haaxor1689 commented 1 year ago

Yeah keep it open so I have a reminder to go check how it could have gotten to this incorrect state.

freaker7100 commented 1 year ago

The problem appears to be the dynamicstore/userdata endpoint that you try to call. According to a thread from a similar project for IndieGala the endpoint accesses the data from a logged in account. If you go into incognito tab for example you are not logged into steam so you get an account that is bascially empty. I guess its either: tell the user to log in or use a normal GetAllGames type of endpoint...