在余弦中得到下面的错误。知道这里发生了什么吗?
NotFound: 404: Not Found
2018-06-12 09:59:38,732 47742 INFO ? werkzeug: 127.0.0.1 - - [12/Jun/2018 09:59:38] "POST /longpolling/poll HTTP/1.1" 200 -
2018-06-12 10:00:04,722 47742 ERROR ? openerp.http: Exception during JSON request handling.
Traceback (most recent call last):
File "/home/git/odoo/openerp/http.py", line 648, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/git/odoo/openerp/http.py", line 1631, in _dispatch_nodb
func, arguments = self.nodb_routing_map.bind_to_environ(request.httprequest.environ).match()
File "/usr/lib/python2.7/dist-packages/werkzeug/routing.py", line 1433, in match发布于 2018-06-12 20:33:51
你的odoo是在域名下运行的吗?Odoo使用默认端口8072的loongpooling。我猜这个港口已经关闭了。只需为该端口添加反向代理。
https://stackoverflow.com/questions/50814451
复制相似问题