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
When running FIRE and a report from a site you don't have an account in, comes in the chat it fails with a cryptic AJAX error that is commanding you to open the JS console that lists the full error correctly
{
"error_id": 402,
"error_message": "The account associated with the access_token does not have a user on the site",
"error_name": "invalid_access_token"
}
As a non-JS programmer I'd assume it would be easy to catch the error and display a nicer error message for that specific error, but I don't know if it is possible
The text was updated successfully, but these errors were encountered:
signed-log
changed the title
FIRE: Better AJAX error messages
FIRE: Print better AJAX error messages
Mar 11, 2022
When running FIRE and a report from a site you don't have an account in, comes in the chat it fails with a cryptic AJAX error that is commanding you to open the JS console that lists the full error correctly
As a non-JS programmer I'd assume it would be easy to catch the error and display a nicer error message for that specific error, but I don't know if it is possible
The text was updated successfully, but these errors were encountered: