-
Notifications
You must be signed in to change notification settings - Fork 30
[Bug]: KeyError: 'request_token_key' #316
Copy link
Copy link
Open
Labels
Description
Contact Details
What happened?
- samsung internet 28.0.5.9
- visit video2commons website
- login with your credentials
- tap confirm for oauth
What browser(s) are you experiencing the problem on?
Other
Relevant error messages
Traceback (most recent call last):
File "/data/project/video2commons/www/python/venv/lib/python3.11/site-packages/flask/app.py", line 917, in full_dispatch_request
rv = self.dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^
File "/data/project/video2commons/www/python/venv/lib/python3.11/site-packages/flask/app.py", line 902, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/project/video2commons/www/python/src/../../../video2commons/frontend/app.py", line 223, in logincallback
session["request_token_key"], session["request_token_secret"]
~~~~~~~^^^^^^^^^^^^^^^^^^^^^
KeyError: 'request_token_key'Reactions are currently unavailable