-
Notifications
You must be signed in to change notification settings - Fork 7
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
Server crashes when editing routes.py #1
Comments
FYI, for anyone who may encounter this in the future, I was able to fix this by using livereload v2.5.1 instead of 2.6.3. |
Did you use tornado? |
LiveReload uses Tornado. |
@frozenpandaman asked @ghost as tornado is in the stacktrace |
@frozenpandaman v2.5.1 browser does not reload when there is a change in strings? |
@SmartManoj ghost is GitHub's name for a deleted user. ;) |
with 2.5.1 the server its not raising errors anymore, but when writing some changes to a file, it doesnt reload the page automatically. (sometimes it does, most of the times it |
my config is good and everything is fine. |
Oh hey, thanks past me for helping me solve this again over two years later! |
When I apply changes to routes.py the server crashes with the error below.
For example I added another route
The text was updated successfully, but these errors were encountered: