Bug 30136

Summary: python traceback upon resume from suspend/hibernate
Product: Telepathy Reporter: Julian Sikorski <belegdol>
Component: butterflyAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED DUPLICATE QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Julian Sikorski 2010-09-11 09:37:16 UTC
This was originally reported as a Red Hat bug 586228:
https://bugzilla.redhat.com/show_bug.cgi?id=586228
With 0.5.12, the traceback is slightly different to what is present there:

connection_manager.py:87:quit:TypeError: 'set' object is unsubscriptable

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/butterfly/util/decorator.py", line 87, in async_function
    func(*args, **kwargs)
  File "/usr/libexec/telepathy-butterfly", line 67, in quit
    manager.quit()
  File "/usr/lib/python2.6/site-packages/butterfly/connection_manager.py", line 87, in quit
    conns = self._connections[:]
TypeError: 'set' object is unsubscriptable

Local variables in innermost frame:
self: <butterfly.connection_manager.ButterflyConnectionManager at /org/freedesktop/Telepathy/ConnectionManager/butterfly at 0x1f4b950>

Let me know if you need more information.
Comment 1 Jonny Lamb 2010-09-11 10:08:08 UTC

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

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.