My site was running fine this afternoon and now trying to access it, I get the errors below. I have no idea whats going on; I have made no updates. Anyone have an idea? Thank you.
Error Log
2016-04-26 23:38:44,517 :OSError: write error
2016-04-26 23:38:44,548 :Error running WSGI application
Traceback (most recent call last):
File "/bin/user_wsgi_wrapper.py", line 156, in __call__
yield response
GeneratorExit
Server Log
2016-04-26 23:41:43 Tue Apr 26 23:41:43 2016 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request / (ip 10.157.132.49) !!!
2016-04-26 23:41:43 Tue Apr 26 23:41:43 2016 - uwsgi_response_writev_headers_and_body_do(): Broken pipe [core/writer.c line 287] during GET / (10.157.132.49)
2016-04-26 23:41:43 RuntimeError: generator ignored GeneratorExit
[edit by admin: formatting]