flask-rest-api icon indicating copy to clipboard operation
flask-rest-api copied to clipboard

TypeError: 'NoneType' object is not subscriptable

Open pettyone opened this issue 4 years ago • 0 comments

When trying to make a post in postman I get the following error:

TypeError: 'NoneType' object is not subscriptable

Has to do with: title=request.json['title']

Something is causing this error.

pettyone avatar Feb 22 '21 02:02 pettyone