Skip to content Skip to sidebar Skip to footer

Flask-restful : Why Do I Get An Assertionerror When Parsing An Argument With The Wrong Type?

I'm using flask-RESTful for the first time. In the docs it says : Using the reqparse module also gives you sane error messages for free. If an argument fails to pass validation, F

Solution 1:

Upgraded flask to 0.10.1 and the problem disappears.


Post a Comment for "Flask-restful : Why Do I Get An Assertionerror When Parsing An Argument With The Wrong Type?"