Bug 36882 - [telepathy-butterfly 0.5.15-1] telepathy-butterfly crashed with UnicodeDecodeError in _signal_text_received(): 'ascii' codec can't decode byte 0xc3 in position 14: ordinal not in range(128)
Summary: [telepathy-butterfly 0.5.15-1] telepathy-butterfly crashed with UnicodeDecode...
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: butterfly (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 17:13 UTC by Cristian Aravena
Modified: 2019-12-03 19:47 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Cristian Aravena 2011-05-05 17:13:38 UTC
Open bug in Launchpad.net:
https://bugs.launchpad.net/bugs/778209

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/papyon/client.py", line 517, in event
    self._dispatch(method_name, *args[:-1])
  File "/usr/lib/pymodules/python2.7/papyon/event/__init__.py", line 44, in _dispatch
    if event_handler._dispatch_event(name, *args):
  File "/usr/lib/pymodules/python2.7/papyon/event/__init__.py", line 65, in _dispatch_event
    handler(*params)
  File "/usr/lib/python2.7/dist-packages/butterfly/connection.py", line 480, in on_oim_messages_fetched
    channel.offline_message_received(message)
  File "/usr/lib/python2.7/dist-packages/butterfly/channel/im.py", line 194, in offline_message_received
    self._signal_text_received(id, timestamp, handle, type, 0, message.display_name, text)
  File "/usr/lib/python2.7/dist-packages/butterfly/channel/text.py", line 169, in _signal_text_received
    dbus.String('content'): dbus.String(text)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 14: ordinal not in range(128)
Comment 1 GitLab Migration User 2019-12-03 19:47:23 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-butterfly/issues/53.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.