Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stack trace is suppressed on http 500 errors ? #60

Open
7yl4r opened this issue May 11, 2014 · 2 comments
Open

stack trace is suppressed on http 500 errors ? #60

7yl4r opened this issue May 11, 2014 · 2 comments

Comments

@7yl4r
Copy link
Contributor

7yl4r commented May 11, 2014

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.

@7yl4r 7yl4r added the bug label May 11, 2014
@7yl4r
Copy link
Contributor Author

7yl4r commented May 11, 2014

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.

@7yl4r
Copy link
Contributor Author

7yl4r commented Jun 28, 2014

This bug makes debugging REALLY hard. Anyone have any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant