DEV Community

Discussion on: Flask Rest API -Part:4- Exception Handling

Collapse
 
ysasson profile image
ysasson

following the code the error was raised but did not get the friendly json message.. what is wrong?

Collapse
 
rozzah profile image
RoZZaH

I was having that trouble but if you turn debug off i.e. app.run() rather than app.run(debug=True)
it works for me

Collapse
 
paurakhsharma profile image
Paurakh Sharma Humagain

Please have a look at the GitHub link and see if you missed anything.
If it doesn't work out please let me know what you tried, and where the error occurred.