Bug 37437 - [telepathy-butterfly 0.5.15-1] telepathy-butterfly crashed with KeyError in disconnected(): <butterfly.connection.ButterflyConnection at /org/freedesktop/Telepathy/Connection/butterfly/msn/cristian_40romanescu_2ecl at 0x3374e50>
Summary: [telepathy-butterfly 0.5.15-1] telepathy-butterfly crashed with KeyError in d...
Status: RESOLVED DUPLICATE of bug 28126
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-21 09:32 UTC by Cristian Aravena
Modified: 2011-07-17 13:21 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Cristian Aravena 2011-05-21 09:32:11 UTC
Open bug in Launchpad.net:
https://bugs.launchpad.net/bugs/786224

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/papyon/client.py", line 425, in disconnected
    self._state = ClientState.CLOSED
  File "/usr/lib/pymodules/python2.7/papyon/client.py", line 319, in fset
    self._dispatch("on_client_state_changed", state)
  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 393, in on_client_state_changed
    self._disconnected()
  File "/usr/lib/python2.7/dist-packages/butterfly/connection.py", line 286, in _disconnected
    self._manager.disconnected(self)
  File "/usr/lib/python2.7/dist-packages/butterfly/connection_manager.py", line 51, in disconnected
    result = telepathy.server.ConnectionManager.disconnected(self, conn)
  File "/usr/lib/python2.7/dist-packages/telepathy/server/connmgr.py", line 65, in disconnected
    self._connections.remove(conn)
KeyError: <butterfly.connection.ButterflyConnection at /org/freedesktop/Telepathy/Connection/butterfly/msn/cristian_40romanescu_2ecl at 0x3374e50>
Comment 1 Brian Pepple 2011-07-17 13:21:45 UTC

*** This bug has been marked as a duplicate of bug 28126 ***


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.