Bug 751540
Summary: | [abrt] telepathy-butterfly-0.5.15-3.fc15: connmgr.py:65:disconnected:KeyError: <butterfly.connection.ButterflyConnection at /org/freedesktop/Telepathy/Connection/butterfly/msn/abdelmalek_5falg_40msn_2ecom at 0x324f690> | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Abdelmalek BENKOUIDER <abdelmalek_alg> |
Component: | telepathy-butterfly | Assignee: | Brian Pepple <bdpepple> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | bdpepple, david.linten, sander |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | abrt_hash:d3d290ad5db16a7a6af7bea6661bb1f9458b3916 | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-11-20 14:53:16 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Abdelmalek BENKOUIDER
2011-11-05 11:07:33 UTC
Same issue here: connmgr.py:65:disconnected:KeyError: <butterfly.connection.ButterflyConnection at /org/freedesktop/Telepathy/Connection/butterfly/msn/myemailaddress_40testserver_2ecom at 0x24e9650> Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/papyon/client.py", line 425, in disconnected self._state = ClientState.CLOSED File "/usr/lib/python2.7/site-packages/papyon/client.py", line 319, in fset self._dispatch("on_client_state_changed", state) File "/usr/lib/python2.7/site-packages/papyon/event/__init__.py", line 44, in _dispatch if event_handler._dispatch_event(name, *args): File "/usr/lib/python2.7/site-packages/papyon/event/__init__.py", line 65, in _dispatch_event handler(*params) File "/usr/lib/python2.7/site-packages/butterfly/connection.py", line 393, in on_client_state_changed self._disconnected() File "/usr/lib/python2.7/site-packages/butterfly/connection.py", line 286, in _disconnected self._manager.disconnected(self) File "/usr/lib/python2.7/site-packages/butterfly/connection_manager.py", line 51, in disconnected result = telepathy.server.ConnectionManager.disconnected(self, conn) File "/usr/lib/python2.7/site-packages/telepathy/server/connmgr.py", line 65, in disconnected self._connections.remove(conn) KeyError: <butterfly.connection.ButterflyConnection at /org/freedesktop/Telepathy/Connection/butterfly/msn/myemailaddress_40testserver_2ecom at 0x24e9650> Local variables in innermost frame: self: <butterfly.connection_manager.ButterflyConnectionManager at /org/freedesktop/Telepathy/ConnectionManager/butterfly at 0x24e9210> conn: <butterfly.connection.ButterflyConnection at /org/freedesktop/Telepathy/Connection/butterfly/msn/myemailaddress_40testserver_2ecom at 0x24e9650> Then following when I tried to reset the account: ab.py:202:_HandleABFindAllResponse:AttributeError: 'NoneType' object has no attribute 'find' Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/papyon/service/SOAPService.py", line 230, in _response_handler handler(callback, errback, response, user_data) File "/usr/lib/python2.7/site-packages/papyon/service/AddressBook/ab.py", line 202, in _HandleABFindAllResponse last_changes = response[0].find("./ab:lastChange") AttributeError: 'NoneType' object has no attribute 'find' Local variables in innermost frame: callback: (<bound method InitialSyncScenario.__ab_findall_callback of <papyon.service.AddressBook.scenario.sync.initial_sync.InitialSyncScenario object at 0x15eab10>>,) self: <papyon.service.AddressBook.ab.AB object at 0x15ea490> errback: (<bound method AddressBook.__common_errback of <AddressBook object at 0x15eb050 (papyon+service+AddressBook+address_book+AddressBook at 0x16454a0)>>,) user_data: ('Initial', False) response: (None, [], []) *** This bug has been marked as a duplicate of bug 691209 *** |