Bug 30163

Summary: telepathy-butterfly crashed with TypeError in _send_chunk()
Product: Telepathy Reporter: Pedro Villavicencio <pvillavi>
Component: papyonAssignee: Louis-Francis Ratté-Boulianne <lfrb>
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 Pedro Villavicencio 2010-09-13 06:43:27 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/telepathy-butterfly/+bug/629501

it seems to be a random crash, not sure how to reproduce it. Here's the traceback:

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/papyon/switchboard_manager.py", line 366, in _sb_message_received
    handler._on_message_received(message)
  File "/usr/lib/pymodules/python2.6/papyon/msnp2p/transport/switchboard.py", line 116, in _on_message_received
    self._on_chunk_received(self._peer, self._peer_guid, chunk)
  File "/usr/lib/pymodules/python2.6/papyon/msnp2p/transport/base.py", line 157, in _on_chunk_received
    self.__send_chunk(peer, peer_guid, ack_chunk)
  File "/usr/lib/pymodules/python2.6/papyon/msnp2p/transport/base.py", line 224, in __send_chunk
    self._send_chunk(peer, peer_guid, chunk)
  File "/usr/lib/pymodules/python2.6/papyon/msnp2p/transport/switchboard.py", line 98, in _send_chunk
    peer_guid + "}"}
TypeError: cannot concatenate 'str' and 'NoneType' objects
Comment 1 Louis-Francis Ratté-Boulianne 2010-09-13 08:34:22 UTC

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

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.