What is **error: [Errno 32] Broken pipe** in Odoo?

Question:

Exception happened during processing of request from ('192.168.15.184', 44813)Traceback (most recent call last):
  File "/usr/lib/python3.8/SocketServer.py", line 593, in process_request_thread self.finish_request(request, client_address)

  File "/usr/lib/python3.8/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self)

  File "/usr/lib/python3.8/SocketServer.py", line 651, in __init__ self.finish()

  File "/usr/lib/python3.8/SocketServer.py", line 704, in finish self.wfile.flush()
  File "/usr/lib/python3.8/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size])

**error: [Errno 32] Broken pipe**

I think there is some issue with odoo.conf. Any idea?

Asked By: Lloyd

||

Answers:

It indicates that your connection to server is lost.

You can follow the steps below to solve it.

  1. Recheck your .conf file whether the port is missing or not.
  2. Reload your Odoo instance.
Answered By: Yassir Irfan
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.