Bug 14670 - telepathy-butterfly crashed with NameError in _on_blob_received()
Summary: telepathy-butterfly crashed with NameError in _on_blob_received()
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: pymsn (show other bugs)
Version: unspecified
Hardware: Other All
: medium critical
Assignee: Ali Sabil
QA Contact: Telepathy bugs list
URL: https://bugs.edge.launchpad.net/ubunt...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-25 09:19 UTC by Kjell Braden
Modified: 2008-02-27 03:01 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Kjell Braden 2008-02-25 09:19:01 UTC
chckens reported the following traceback in Launchpad (see the URL field):

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/pymsn/msnp2p/session_manager.py", line 52, in <lambda>
    lambda tr, blob: self._on_blob_received(blob))
  File "/usr/lib/python2.5/site-packages/pymsn/msnp2p/session_manager.py", line 155, in _on_blob_received
    elif isinstance(message.body, SLPTransferRequestBody):
NameError: global name 'SLPTransferRequestBody' is not defined

"Occurred after logging in to my MSN account with empathy"


The crash is occuring in pymsn 0.3.1

Looking at the source, it seems like SLPTransferRequestBody is completely missing in pymsn/msnp2p/SLP.py
Comment 1 Ali Sabil 2008-02-27 03:01:47 UTC
Thank you for your report, this is fixed in the pymsn bzr branch.


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.