-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
tornado.websocket.WebSocketClosedError #251
Comments
Ay, Same here with a Django app :
But it works well when I only edit my HTML templates :
|
Same in flask.
|
Might be an upstream race condition with python-livereload/livereload/handlers.py Lines 38 to 40 in 8f114c4
|
any update for this bug, i have same problem here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I change something in code pages, I get following error 👍
I run my flask web app with :
sudo pipenv run python3 main.py
and my code for the server start is :
The text was updated successfully, but these errors were encountered: