You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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: