Bug 14670

Summary: telepathy-butterfly crashed with NameError in _on_blob_received()
Product: Telepathy Reporter: Kjell Braden <fnord>
Component: pymsnAssignee: Ali Sabil <ali.sabil>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: critical    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
URL: https://bugs.edge.launchpad.net/ubuntu/+source/pymsn/+bug/195462
Whiteboard:
i915 platform: i915 features:

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.