Comment 2 for bug 670778

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Here is the traceback:

Traceback (most recent call last):
  File "/home/jvo/workspace/trunk/client/bin/widget/view/form_gtk/parser.py", line 123, in button_clicked
    model.get_button_action(self.form.screen, id, self.attrs)
  File "/home/jvo/workspace/trunk/client/bin/widget/model/record.py", line 388, in get_button_action
    obj.execute(action_id, datas, context=context)
  File "/home/jvo/workspace/trunk/client/bin/modules/action/main.py", line 81, in execute
    res = rpc.session.rpc_exec_auth('/object', 'execute', type, 'read', act_id, False, ctx)
  File "/home/jvo/workspace/trunk/client/bin/rpc.py", line 185, in rpc_exec_auth
    return sock.exec_auth(method, *args)
  File "/home/jvo/workspace/trunk/client/bin/rpc.py", line 90, in exec_auth
    res = self.execute(method, self._uid, self._passwd, *args)
  File "/home/jvo/workspace/trunk/client/bin/rpc.py", line 108, in execute
    result = getattr(self._sock,method)(self._db, *args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.6/xmlrpclib.py", line 1253, in request
    return self._parse_response(h.getfile(), sock)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1387, in _parse_response
    p.feed(response)
  File "/usr/lib/python2.6/xmlrpclib.py", line 868, in end
    return f(self, join(self._data, ""))
  File "/usr/lib/python2.6/xmlrpclib.py", line 916, in end_string
    data = _decode(data, self._encoding)
  File "/usr/lib/python2.6/xmlrpclib.py", line 164, in _decode
    data = unicode(data, encoding)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xaf in position 10: unexpected code byte

Please specify where it has been fixed.
Bug was earlier confirmed, it should better go as released.
Thanks.