简体   繁体   English

什么是**错误:Odoo 中的 [Errno 32] Broken pipe**?

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

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.我认为 odoo.conf 存在一些问题。 Any idea?任何的想法?

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.重新检查您的.conf文件是否缺少端口。
  2. Reload your Odoo instance.重新加载您的 Odoo 实例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM