Usually after bad task crashes the browser freezes, and a refresh doesn't bring the page back. You have to restart the Django server and then reload the browser page.
- figure out if this is a javascript error or a python error (it should be a python error since the reload should reset the javascript state)
- check if the tornado webserver has crashed
- try to make the task crashes more graceful for the tornado webserver
Usually after bad task crashes the browser freezes, and a refresh doesn't bring the page back. You have to restart the Django server and then reload the browser page.