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
Hello guys !
This line raises a KeyError: del ACCESS_KEYS['session_token']
It's in parse_rest/connection.py in exit method of class SessionToken.
It's executed when leaving this [familiar] with block in my code: with SessionToken(token): user = User.current_user()
It doesn't make much sense given what's happening in enter. If anybody has an idea, it would be very much appreciated.
The text was updated successfully, but these errors were encountered:
Hello guys !
This line raises a KeyError:
del ACCESS_KEYS['session_token']
It's in parse_rest/connection.py in exit method of class SessionToken.
It's executed when leaving this [familiar] with block in my code:
with SessionToken(token): user = User.current_user()
It doesn't make much sense given what's happening in enter. If anybody has an idea, it would be very much appreciated.
The text was updated successfully, but these errors were encountered: