Debugging error 500 issues in Python EVE -


what best way debug error 500 issues in python eve on resources? i'm having problem patch method in 1 of item end points. there options more verbose error or catching exceptions proper info before error 500.

my database mongodb , i'm using cerberus styled schema.

if switch debug mode on exception message within body of response. set debug = true in settings, or run application this:

from eve import eve  app = eve() app.run(debug=true) 

furthermore, if want dig in, clone repository , install (pip install -e <path repo>. can set own breakpoints directly in source code.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -