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
The validation checking in Flask-Restless is very shaky. If you can provide a minimal working example that causes the error, I can perhaps address this issue.
I tried to make a
POST
request to myAPI
And I get an error
On the server side it says
need more than 1 value to unpack
I looked for this kind of issue but didn't find any help.
Also I checked line 413 from
views.py
and I am guessing the restless is not able to identify the exception.The text was updated successfully, but these errors were encountered: