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
Saw this for the first time today. No changes to tumblpy since 2017, not sure if it's stable and mature or unmaintained (or both), but filing here anyway to share details. oauth_token and oauth_verifier look ok, and oddly when the user reloaded a second later with the exact same params, it worked fine, ie didn't error. Odd.
tumblpy 1.1.4, Python 3.11, on Google App Engine.
Traceback (most recent call last):
...
File "oauth_dropins/tumblr.py", line 117, in dispatch_request
auth_token = tp.get_authorized_tokens(verifier)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "tumblpy/api.py", line 95, in get_authorized_tokens
raise TumblpyError('Unable to decode authorized tokens.')
tumblpy.exceptions.TumblpyError: Unable to decode authorized tokens.
The text was updated successfully, but these errors were encountered:
Saw this for the first time today. No changes to tumblpy since 2017, not sure if it's stable and mature or unmaintained (or both), but filing here anyway to share details.
oauth_token
andoauth_verifier
look ok, and oddly when the user reloaded a second later with the exact same params, it worked fine, ie didn't error. Odd.tumblpy 1.1.4, Python 3.11, on Google App Engine.
The text was updated successfully, but these errors were encountered: