-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Absolutely love wsb/pywsb! Thank you for making these two tools!
Would you please add
passthrough_errors=True
to the call to make_server? werkzeug seems to hide all errors by default unless you pass that option.
Ultimately I wasted a bunch of time trying to sort out why I had upgraded the back end, it reported the correct version on the command line, but the browser said the server version was still too low. Turns out I'd forgotten to kill the previous server which was minimized and still running. The new server showed absolutely no errors at all, merely spat out the lines saying it was running, which occur BEFORE the call to serve_forever(). I think it would be helpful to at least catch a bind exception and note that the port is in use.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request