Bug 30397 - telepathy-butterfly crashed with TypeError in emit_signal()
Summary: telepathy-butterfly crashed with TypeError in emit_signal()
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: 2010-09-27 06:48 UTC by Pedro Villavicencio
Modified: 2019-12-03 19:46 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Pedro Villavicencio 2010-09-27 06:48:15 UTC
I'm getting this crash on telepathy-butterfly, i've just started empathy and got it:

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/papyon/client.py", line 514, in event
    self._dispatch(method_name, *args[:-1])
  File "/usr/lib/pymodules/python2.6/papyon/event/__init__.py", line 44, in _dispatch
    if event_handler._dispatch_event(name, *args):
  File "/usr/lib/pymodules/python2.6/papyon/event/__init__.py", line 65, in _dispatch_event
    handler(*params)
  File "/usr/lib/python2.6/dist-packages/butterfly/connection.py", line 493, in on_oim_messages_fetched
    channel.offline_message_received(message)
  File "/usr/lib/python2.6/dist-packages/butterfly/channel/im.py", line 200, in offline_message_received
    self._signal_text_received(id, timestamp, handle, type, 0, message.display_name, text)
  File "/usr/lib/python2.6/dist-packages/butterfly/channel/text.py", line 167, in _signal_text_received
    self.Received(id, timestamp, sender, type, flags, text)
  File "/usr/lib/pymodules/python2.6/dbus/decorators.py", line 309, in emit_signal
    message.append(signature=signature, *args)
TypeError: expected string without null bytes
Comment 1 GitLab Migration User 2019-12-03 19:46:08 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/31.


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.