Forums

Frequent error in web2py app

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

That's what the server logs when a client disconnects before the result has been fully sent. You'll get it more often when your views are slow and users give up on a request.