Bug 30136 - python traceback upon resume from suspend/hibernate
Summary: python traceback upon resume from suspend/hibernate
Status: RESOLVED DUPLICATE of bug 29042
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: 2010-09-11 09:37 UTC by Julian Sikorski
Modified: 2010-09-11 10:08 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.