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
Although we are getting 401, it is not properly handled. Looking at the code it seems 4XX errors are handled in except block. However except block never gets executed.
In this situation we should get TransportServerError, but instead we get TransportProtocolError