Comment 13 for bug 493997

Revision history for this message
Nhomar - Vauxoo (nhomar) wrote :

I'm receiving this message.
The probelm appear like is a problem with the management of accents...

Traceback (most recent call last):
  File "/home/nhomar/openerp/stable/5.0/instancias/netquatro/server/bin/netsvc.py", line 247, in dispatch
    result = LocalService(service_name)(method, *params)
  File "/home/nhomar/openerp/stable/5.0/instancias/netquatro/server/bin/netsvc.py", line 76, in __call__
    return getattr(self, method)(*params)
  File "/home/nhomar/openerp/stable/5.0/instancias/netquatro/server/bin/service/web_services.py", line 577, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/home/nhomar/openerp/stable/5.0/instancias/netquatro/server/bin/osv/osv.py", line 58, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/nhomar/openerp/stable/5.0/instancias/netquatro/server/bin/osv/osv.py", line 119, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/nhomar/openerp/stable/5.0/instancias/netquatro/server/bin/osv/osv.py", line 111, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/nhomar/openerp/stable/5.0/instancias/netquatro/server/bin/addons/poweremail/poweremail_mailbox.py", line 152, in complete_mail
    self.pool.get('poweremail.core_accounts').get_fullmail(cr, uid, id, context)
  File "/home/nhomar/openerp/stable/5.0/instancias/netquatro/server/bin/addons/poweremail/poweremail_core.py", line 1020, in get_fullmail
    server_ref, mailid, context)
  File "/home/nhomar/openerp/stable/5.0/instancias/netquatro/server/bin/addons/poweremail/poweremail_core.py", line 731, in complete_mail
    parsed_mail = self.get_payloads(mail)
  File "/home/nhomar/openerp/stable/5.0/instancias/netquatro/server/bin/addons/poweremail/poweremail_core.py", line 1051, in get_payloads
    parsed_mail['text'] = tools.ustr(part.get_payload(decode=True)) # decode=True to decode a MIME message
  File "/home/nhomar/openerp/stable/5.0/instancias/netquatro/server/bin/tools/misc.py", line 746, in ustr
    raise UnicodeError('unable de to convert %r' % (orig,))