windows odoo 报错
-
windows 绿色版odoo安装模块报错如下:
2017-09-06 12:55:39,188 3184 ERROR 0731 odoo.service.server: Exception happened during processing of request from ('127.0.0.1', 50757) Traceback (most recent call last): File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 582, in process_reque st_thread self.finish_request(request, client_address) File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 323, in finish_reques t self.RequestHandlerClass(request, client_address, self) File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 640, in __init__ self.finish() File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 693, in finish self.wfile.flush() File "C:\GOdoo\runtime\python\lib\socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 10053] 2017-09-06 12:55:42,092 3184 DEBUG 0731 odoo.http.rpc.request: poll: None None: time:50.067s mem: 65452k -> 66248k (diff: 796k) 2017-09-06 12:55:42,108 3184 INFO 0731 werkzeug: 127.0.0.1 - - [06/Sep/2017 12:5 5:42] "POST /longpolling/poll HTTP/1.1" 200 - 2017-09-06 12:55:42,130 3184 ERROR 0731 odoo.service.server: Exception happened during processing of request from ('127.0.0.1', 50781) Traceback (most recent call last): File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 582, in process_reque st_thread self.finish_request(request, client_address) File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 323, in finish_reques t self.RequestHandlerClass(request, client_address, self) File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 640, in __init__ self.finish() File "C:\GOdoo\runtime\python\lib\SocketServer.py", line 693, in finish self.wfile.flush() File "C:\GOdoo\runtime\python\lib\socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 10053]
还有如果我想发送邮件,但是我本地测试,用的就是localhost,这样在Email的Outgoing Email Server配置成127.0.0.1,但是Test Connection总是失败?
-
不管是本地还是外部的,你要有对应的发件服务器啊
-
@digitalsatori
本地的不就是127.0.0.1吗