You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't been able to track down a solution, but as soon as we switched from bottle.app.run() to gevent.pywsgi.WSGIServer so that we could use websockets, exception stack traces server-side seem to be surpessed. This makes debugging server-side issues very difficult.
The closest issue I have found is this stackoverflow post, but the solution there is both nonsensical and not applicable to bottle.py.
The text was updated successfully, but these errors were encountered:
NOTE: this is not an issue with the libraries used, it is localized to this project so something must be wrong with our usage or configuration. Another app I wrote has a very similar config, but does not have this issue.
I haven't been able to track down a solution, but as soon as we switched from bottle.app.run() to gevent.pywsgi.WSGIServer so that we could use websockets, exception stack traces server-side seem to be surpessed. This makes debugging server-side issues very difficult.
The closest issue I have found is this stackoverflow post, but the solution there is both nonsensical and not applicable to bottle.py.
The text was updated successfully, but these errors were encountered: