Change line 263 of http.py from
self.sendResponse(500)
to
self.sendResponse(500, "%s" % e)
This will allow getting more information when any uncought Python exception
occurs in WebIOPi (most likely in custom scripts of users).
See this thread for details:
https://groups.google.com/d/msg/webiopi/4K78j3Cfc8k/K-0gq_RTGQIJ
Original issue reported on code.google.com by andreas....@googlemail.com on 26 Mar 2014 at 8:04
Original issue reported on code.google.com by
andreas....@googlemail.com
on 26 Mar 2014 at 8:04