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
As it stands right now, there are individual try/except blocks spread through some methods in the API proxy module, these methods should instead be decorated so that there's a general try/except block that catches any unexpected error and responds with the appropriate error message.