UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 1: ordinal not in range(128)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openobject-jasper-reports |
New
|
Undecided
|
Unassigned |
Bug Description
Trying to export data template in an installation with magentoerpconnect installed I obtain this error on 5.0.15 version OpenERP.
Environment Information :
System : Windows-32bit
OS Name : nt
Operating System Release :
Operating System Version : 32bit
Operating System Architecture : 32bit
Operating System Locale : es_ES.cp1252
Python Version : 2.5.2
OpenERP-Client Version : 5.0.15
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/usr/local/
result = LocalService(
File "/usr/local/
return getattr(self, method)(*params)
File "/usr/local/
return self._execute(db, uid, wiz_id, datas, action, context)
File "/usr/local/
return wiz.execute(db, uid, self.wiz_
File "/usr/local/
res = self.execute_cr(cr, uid, data, state, context)
File "/usr/local/
action_res = action(self, cr, uid, data, context)
File "/usr/local/
topNode.toxml()
File "/usr/lib/
return self.toprettyxm
File "/usr/lib/
return writer.getvalue()
File "/usr/lib/
self.buf += ''.join(
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 1: ordinal not in range(128)
Thank you:
Ana
affects: | openobject-client-kde → openobject-jasper-reports |
Sorry I fogot telling that it is on jasper_report module where I obtain the error.
Thanks