Bug 19264

Summary: Does not connect after a previous connection was cancelled half-way through
Product: Telepathy Reporter: Jonny Lamb <jonny.lamb>
Component: butterflyAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED WORKSFORME QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium CC: 84yelo3
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Jonny Lamb 2008-12-23 11:56:55 UTC
Start connecting, cancel, then try again.

ERROR:Butterfly.Connection:Failed to create Connection
Traceback (most recent call last):
  File "/home/jonny/collabora/git/telepathy-butterfly/butterfly/connection.py", line 90, in __init__
    telepathy.server.Connection.__init__(self, 'msn', account, 'butterfly')
  File "/usr/lib/python2.5/site-packages/telepathy/server/conn.py", line 79, in __init__
    _Connection.__init__(self, bus_name, object_path)
  File "/var/lib/python-support/python2.5/dbus/service.py", line 480, in __init__
    self.add_to_connection(conn, object_path)
  File "/var/lib/python-support/python2.5/dbus/service.py", line 571, in add_to_connection
    self._fallback)
KeyError: "Can't register the object-path handler for '/org/freedesktop/Telepathy/Connection/butterfly/msn/jonnylambtest2_40hotmail_2eco_2euk': there is already a handler"
Comment 1 Guillaume Desmottes 2009-02-22 16:17:48 UTC
Got the same problem.

Connection was disconnected because of:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/pymsn/service/SOAPService.py", line 210, in _response_handler
    user_data)
  File "/usr/lib/python2.5/site-packages/pymsn/service/SingleSignOn.py", line 222, in _HandleSOAPFault
    errback[0](*errback[1:])
TypeError: 'NoneType' object is unsubscriptable
Comment 2 Nicolò Chieffo 2009-06-27 01:35:32 UTC
I also have this problem, see bug https://bugs.freedesktop.org/show_bug.cgi?id=22435

they might be duplicate
Comment 3 Nicolò Chieffo 2009-10-06 01:23:49 UTC
This bug is fixed for me

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.