AlexaPi icon indicating copy to clipboard operation
AlexaPi copied to clipboard

Improvement - Show Error log from authenticate service

Open indolent-developer opened this issue 7 years ago • 2 comments
trafficstars

While using auth_web.py I was getting 500 error. It would have been good if logs of error are shown on screen.

Adding these lines put errors on browser.

conf = {'global':{'request.show_tracebacks':True}} cherrypy.config.update(conf)

Can we add these lines to code.

indolent-developer avatar Nov 23 '17 08:11 indolent-developer

Could you make a PR?

renekliment avatar Nov 27 '17 16:11 renekliment

sure !

indolent-developer avatar Nov 28 '17 09:11 indolent-developer