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
client: Fix error when a RequestException has no status_code
It's not available for instance for the following RequestException:
ConnectionError(ProtocolError('Connection aborted.', error("(104, 'ECONNRESET')",)),)
0 commit comments