openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #07523
[Bug 899794] Re: [6.1] random requests fail with "TypeError: can't escape non-string object"
Oliver, you yourself claimed OpenERP 6.1 require a version of Psycopg2
that does not exist for Ubuntu 10.04.
If you can point me to the PPA for Ubuntu 10.04 that has a psycopg2
newer than 2.0.13, then this is not an issue.
If you are saying OpenERP 6.1 actually is working for some on Ubuntu
10.04 using psycopg2==2.0.13 then I can agree with you - but you seemed
to claim that version did not work.
The official PPA list is here:
https://launchpad.net/ubuntu/+source/psycopg2
Assuming 2.0.13 does not work with OpenERP 6.1, then how can you claim
Ubuntu 10.04 is supported without requiring any compilation? To me
Ubuntu 10.04 is not supported until the OpenERP 6.1 code either work
with Psycopg2 2.0.13 as well as newer versions, or that Psycopg2 version
exist for 10.04 that works with OpenERP. As I see it, OpenERP does not
currently work with Ubuntu 10.04. I would love it if you can prove me
wrong by providing installation instructions for Ubuntu 10.04 that
result in OpenERP 6.1 working without any manual compilation of code.
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/899794
Title:
[6.1] random requests fail with "TypeError: can't escape non-string
object"
Status in OpenERP Server:
Incomplete
Bug description:
from a virtual ubuntu 10.04 server installing OpenERP from trunk:
OpenERP-server rev: 3848
OpenERP-addons rev: 5861
OpenERP-web rev: 1596
using pip for installing essentially all software except python-ldap, postgresql.
0) Go to http://<virtualserver>:8069
Create a new database without demo data
This should automatically log you in as Admin with a screen to install modules
1) Click "SETTINGS"
2) Click "Set Company Header and Footer"
3) Click folder icon to add new logo
4) Click "Save"
Result is:
OpenERP Server Error
Client Traceback (most recent call last):
File "/opt/openerp/openerp-web/addons/web/common/http.py", line 154, in dispatch
response["result"] = method(controller, self, **self.params)
File "/opt/openerp/openerp-web/addons/web/controllers/main.py", line 772, in save
r = m.write([id], data, req.session.eval_context(req.context))
File "/opt/openerp/openerp-web/addons/web/common/openerplib/main.py", line 429, in proxy
*args)
File "/opt/openerp/openerp-web/addons/web/common/openerplib/main.py", line 306, in proxy
result = self.connector.send(self.service_name, method, *args)
File "/opt/openerp/openerp-web/addons/web/common/openerplib/main.py", line 276, in send
raise fault
Server Traceback (most recent call last):
File "/opt/openerp/openerp-web/addons/web/common/openerplib/main.py", line 257, in send
result = openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/opt/openerp/openerp-server/openerp/netsvc.py", line 325, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/opt/openerp/openerp-server/openerp/service/web_services.py", line 580, in dispatch
res = fn(db, uid, *params)
File "/opt/openerp/openerp-server/openerp/osv/osv.py", line 120, in wrapper
return f(self, dbname, *args, **kwargs)
File "/opt/openerp/openerp-server/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/opt/openerp/openerp-server/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/opt/openerp/openerp-server/openerp/addons/base/res/res_company.py", line 240, in write
return super(res_company, self).write(cr, *args, **argv)
File "/opt/openerp/openerp-server/openerp/osv/orm.py", line 3854, in write
'where id IN %s', upd1 + [sub_ids])
File "/opt/openerp/openerp-server/openerp/sql_db.py", line 153, in wrapper
return f(self, *args, **kwargs)
File "/opt/openerp/openerp-server/openerp/sql_db.py", line 215, in execute
res = self._obj.execute(query, params)
TypeError: can't escape non-string object
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/899794/+subscriptions