[im] Is not working, It seems the connection to the server is encountering problems, please try again later.
Bug #1256037 reported by
Nhomar - Vauxoo
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Medium
|
OpenERP R&D Addons Team 1 |
Bug Description
Hello.
How to reproduce:
Just install trunk.
Install im_* modules.
Go to channels click on "test"
Enable pop up on your browser.
Blue Screen appear, try to open the chat.
What do i get.
This Message appear:
"It seems the connection to the server is encountering problems, please try again later."
What do I expect:
Chat windows works.
Versions tested:
Trunk:
(Build 25628)
server (5004)
addons (8996)
web (3888)
saas-2:
(Build 25658)
server (4991)
addons (9021)
web (3887)
Not tested yet with saas-1
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1) |
importance: | Undecided → Medium |
status: | New → Confirmed |
To post a comment you must log in.
Tested with branch saas-1 en it works with admin.
Login with demo a traceback is given.
Traceback (most recent call last): nhomar/ Instancias/ saas-1/ web-saas- 1/addons/ web/http. py", line 210, in dispatch "result" ] = method(self, **self.params) nhomar/ Instancias/ saas-1/ web-saas- 1/addons/ web/controllers /main.py" , line 1138, in call_kw nhomar/ Instancias/ saas-1/ web-saas- 1/addons/ web/controllers /main.py" , line 1130, in _call_kw req.session. model(model) , method)(*args, **kwargs) nhomar/ Instancias/ saas-1/ web-saas- 1/addons/ web/session. py", line 42, in proxy execute_ kw(self. session. _db, self.session._uid, self.session. _password, self.model, method, args, kw) nhomar/ Instancias/ saas-1/ web-saas- 1/addons/ web/session. py", line 29, in proxy_method send(self. service_ name, method, *args) nhomar/ Instancias/ saas-1/ web-saas- 1/addons/ web/session. py", line 87, in send netsvc. dispatch_ rpc(service_ name, method, args) nhomar/ Instancias/ saas-1/ server- saas-1/ openerp/ netsvc. py", line 236, in dispatch_rpc nhomar/ Instancias/ saas-1/ server- saas-1/ openerp/ service/ model.py" , line 36, in dispatch nhomar/ Instancias/ saas-1/ server- saas-1/ openerp/ service/ model.py" , line 160, in execute_kw nhomar/ Instancias/ saas-1/ server- saas-1/ openerp/ service/ model.py" , line 111, in wrapper nhomar/ Instancias/ saas-1/ server- saas-1/ openerp/ service/ model.py" , line 176, in execute
^
File "/home/
response[
File "/home/
return self._call_kw(req, model, method, args, kwargs)
File "/home/
return getattr(
File "/home/
result = self.proxy.
File "/home/
result = self.session.
File "/home/
return openerp.
File "/home/
result = dispatch(method, params)
File "/home/
res = fn(db, uid, *params)
File "/home/
return execute(db, uid, obj, method, *args, **kw or {})
File "/home/
return f(dbname, *args, **kwargs)
File "/home/
raise
ProgrammingError: column im_user.user does not exist
LINE 1: SELECT "im_user".id FROM "im_user" WHERE (("im_user"."user" ...
Thanks.