I see a lot of this in the error log for my web2py app (ukitms.com):
2016-09-03 15:45:28,042 :IOError: write error
2016-09-03 15:45:28,044 :Error running WSGI application
Traceback (most recent call last):
File "/bin/user_wsgi_wrapper.py", line 156, in __call__
yield response
GeneratorExit
As it isn't referencing any of my code, I have no idea where to start in tracking the problem down, much less in how to fix it. Any suggestions?
- Scott