My app was working fine, and then in web2py I clicked "toggle breakpoint," which I never used before. Now my site is offline, and the error log shows
2016-07-20 04:25:36,003 :IOError: write error
2016-07-20 04:25:36,004 :Error running WSGI application
Traceback (most recent call last):
File "/bin/user_wsgi_wrapper.py", line 156, in __call__
yield response
GeneratorExit
Edit: earlier it would not reload, but now after I reloaded it, it works again. Nevermind :)