From alec.taylor6 at gmail.com Wed Nov 5 20:59:33 2014 From: alec.taylor6 at gmail.com (Alec Taylor) Date: Thu, 6 Nov 2014 14:59:33 +1100 Subject: [Twisted-web] Registering error handlers in Klein? Message-ID: Here's my simple TODO app with basic error handling using your handle_errors decorator: https://gist.github.com/SamuelMarks/9d7c796b8a336bb556f3 Unfortunately it is always throwing 500s. Is there some other way I'm meant to be passing errors? E.g.: in Node.js most of my functions have the signature (err, res). Thanks for all assistance PS: The functions from line 103 to 110 was another attempt of mine to get exceptions handled PPS: Issue reported 10 days ago - https://github.com/twisted/klein/issues/58