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
While I agree that would be better in an ideal world, making that change now would be a breaking change for all existing users of this package. We definitely already look for a ValueError there, and only a ValueError, to indicate that login wasn't successful.
When I tried to call
get_me()
method of theClient
class without passing email and password to its constructor, I got this error:I think, this should be not
ValueError
, but for example your own error something likeNotLoggedInError
.The text was updated successfully, but these errors were encountered: