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
Hi, I get the following error when the OAuth request has been completed: sqlalchemy.exc.StatementError: (builtins.TypeError) Object of type MultiDict is not JSON serializable
Hi, I get the following error when the OAuth request has been completed: sqlalchemy.exc.StatementError: (builtins.TypeError) Object of type MultiDict is not JSON serializable
I've added a fix here: #2
Here's the link to the relevant documentation: https://docs.pylonsproject.org/projects/webob/en/stable/api/multidict.html#webob.multidict.MultiDict.mixed
The text was updated successfully, but these errors were encountered: