** (process:1623): WARNING **: Connect() failed: Traceback (most recent call last): File "/var/lib/python-support/python2.5/dbus/service.py", line 462, in _message_cb retval = candidate_method(self, *args, **keywords) File "/usr/lib/python2.5/site-packages/telepathy/server/connmgr.py", line 68, in RequestConnection conn = self._protos[proto](self, parameters) File "/usr/lib/python2.5/site-packages/TelepathyButterfly/connection.py", line 118, in __init__ telepathy.server.Connection.__init__(self, 'msn', unicode(parameters['account'])) File "/usr/lib/python2.5/site-packages/telepathy/server/conn.py", line 62, in __init__ self._bus.add_signal_receiver(self.name_owner_changed_callback, AttributeError: 'MsnConnection' object has no attribute '_bus' (org.freedesktop.DBus.Python.AttributeError)
This bug really seem to be related to telepathy-python
Ok I found the problem, in telepathy-python: conn.py line 62 should use self._name.get_bus().add_signal_receiver()
Fixed in telepathy-python 0.13.12 (in a slightly different way).
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.