Bug 10932

Summary: Error when connecting
Product: Telepathy Reporter: Xavier Claessens <xclaesse>
Component: tp-pythonAssignee: Ali Sabil <ali.sabil>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Xavier Claessens 2007-05-12 12:05:15 UTC
** (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)
Comment 1 Ali Sabil 2007-05-31 05:17:11 UTC
This bug really seem to be related to telepathy-python
Comment 2 Xavier Claessens 2007-06-02 02:35:25 UTC
Ok I found the problem, in telepathy-python:

conn.py line 62 should use self._name.get_bus().add_signal_receiver()
Comment 3 Simon McVittie 2007-06-04 07:29:21 UTC
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.