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
First of all, errors are not handled at all in some routes such as userstats and profile settings, and when errors are handled, only a few errors (namely 401 and 400) return a response code and message instead of empty data.
To-Do
Handle errors in all routes
Add to existing routes
UserStats
ProfileSettings
TitleStats
LegacySearch
Return error messages when appropriate
Return the correct response code instead of empty data
If an unexpected response code is recieved, do not return 200 and a blank message.
The text was updated successfully, but these errors were encountered:
First of all, errors are not handled at all in some routes such as userstats and profile settings, and when errors are handled, only a few errors (namely 401 and 400) return a response code and message instead of empty data.
To-Do
The text was updated successfully, but these errors were encountered: