Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export ERROR openerp.http: Exception during JSON #79

Closed
Stefano7777777 opened this issue Aug 25, 2017 · 1 comment
Closed

export ERROR openerp.http: Exception during JSON #79

Stefano7777777 opened this issue Aug 25, 2017 · 1 comment

Comments

@Stefano7777777
Copy link

Stefano7777777 commented Aug 25, 2017

hi,

I know that I should study more, but since I managed to run almost all the import,
I would have a mistake when I export a product to prestashop.
I installed connector_prestashop_catalog_manager without error but if I export a product created in odoo in the log file appear this error and obviously the file does not appear in prestashop, is it possible to know if it depends on some connector installation error?
ERROR Stanem openerp.http: Exception during JSON request handling.
Traceback (most recent call last):
File "/opt/odoo/openerp/http.py", line 650, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo/openerp/http.py", line 687, in dispatch
result = self._call_function(**self.params)
File "/opt/odoo/openerp/http.py", line 323, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/opt/odoo/openerp/service/model.py", line 118, in wrapper
return f(dbname, *args, **kwargs)
File "/opt/odoo/openerp/http.py", line 316, in checked_call
result = self.endpoint(*a, **kw)
File "/opt/odoo/openerp/http.py", line 966, in call
return self.method(*args, **kw)
File "/opt/odoo/openerp/http.py", line 516, in response_wrap
response = f(*args, **kw)
File "/opt/odoo/addons/bus/controllers/main.py", line 34, in poll
raise Exception("bus.Bus unavailable")
Exception: bus.Bus unavailable
2017-08-25 16:42:57,339 2100 INFO Stanem werkzeug: 127.0.0.1 - 17 16:42:57] "POST /longpolling/poll HTTP/1.1" 200 -

grazie

@guewen
Copy link
Member

guewen commented Aug 27, 2017

Hello,

This is unrelated to this project. This is a classical error in Odoo when you don't correctly configure the reverse proxy to redirect the longpolling url to the longpolling port. The only misbehavior in such case is that features using the longpolling such as the chat won't work and that logs are cluttered with this stacktrace. You should find explanations on that configuration with some research.

@guewen guewen closed this as completed Aug 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants