-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected Error Occurred #24
Comments
My investigation lead me to json.decode() that tries to decode an HTML output, rather than some expected JSON object. I haven't yet pinpointed the exact request, but it seems it's the haaxor proxy service return from some steam API. |
thanks for reporting, I'll investigate after the holidays, just one question, what's your chrome version? |
Looking at the network requests it looks like the wishlist json url has changed so https://store.steampowered.com/wishlist/profiles/[id]/wishlistdata returns a 302 to https://store.steampowered.com/ which explains the HTML being returned. I don't know how to find the new wishlist json url though... |
I've been having the same issue. Just tried to downgrade to the previous version and it seems to work fine. Firefox version 133.0.3 (64-bit) - https://addons.mozilla.org/en-US/firefox/addon/steam-tags-for-humble-bundle/versions/ |
This issue started happening recently. I've tried resetting ALL data and reinstalling the extension.
On page load, the toaster in bottom left reads "Unexpected error occurred". The console lists an error in:
In
main.tsx
, thecatch
is hit:In
helper.js
, it's this chunk. I assume this just reports an error:My settings look like this:
I am logged into Steam. Adding my CustomUrl and clicking "Log in" causes the error to occur again. Same with "Retry". However, these errors don't appear in the Console, only the one from page load.
My initial assumption is something going wrong with reading data from Steam and it being unhandled. Opening the settings window looks like it tries to read as well, then errors - which could explain it not displaying my saved details.
Thanks in advance for investigating.
The text was updated successfully, but these errors were encountered: