Having issues with reload button

Hi Guys ,

When I click the reload button , I am getting a message that it is Invalid and I could see this in the terminal

09:51:40 web.1            | Error on request:
09:51:40 web.1            | Traceback (most recent call last):
09:51:40 web.1            |   File "/home/ommi/frappe-bench/env/lib/python2.7/site-packages/werkzeug/serving.py", line 193, in run_wsgi
09:51:40 web.1            |     execute(self.server.app)
09:51:40 web.1            |   File "/home/ommi/frappe-bench/env/lib/python2.7/site-packages/werkzeug/serving.py", line 184, in execute
09:51:40 web.1            |     write(data)
09:51:40 web.1            |   File "/home/ommi/frappe-bench/env/lib/python2.7/site-packages/werkzeug/serving.py", line 152, in write
09:51:40 web.1            |     self.send_header(key, value)
09:51:40 web.1            |   File "/usr/lib/python2.7/BaseHTTPServer.py", line 401, in send_header
09:51:40 web.1            |     self.wfile.write("%s: %s\r\n" % (keyword, value))
09:51:40 web.1            | IOError: [Errno 32] Broken pipe

Any help ?

Thanks

This usually happens when the request is taking too long.

Any changes you made to the page you trying to reload? And also bench console for error trace.

1 Like

Many thanks for the reply @KanchanChauhan . I heard a rattling noise in the hard disk , as an indication it is going to fail in the near future . I cloned the disk and now everything works perfectly .

Thanks .

This thread can be closed.