Bug 27562

Summary: telepathy-butterfly crashed with AttributeError in _send_chunk()
Product: papyon Reporter: Sebastien Bacher <seb128>
Component: generalAssignee: Telepathy bugs list <telepathy-bugs>
Status: NEW --- QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium Keywords: NEEDINFO
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Sebastien Bacher 2010-04-09 06:55:27 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/telepathy-butterfly/+bug/541692

"Not sure what this even is, it just popped up that it crashed...

telepathy-butterfly 0.5.5-0ubuntu1

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/papyon/gnet/io/sock.py", line 89, in _io_channel_handler
    item.callback()
  File "/usr/lib/pymodules/python2.6/papyon/gnet/io/iochannel.py", line 55, in callback
    self._callback(*self._callback_args)
  File "/usr/lib/pymodules/python2.6/papyon/transport.py", line 291, in __on_command_sent
    user_callback(*user_cb_args)
  File "/usr/lib/pymodules/python2.6/papyon/msnp/switchboard.py", line 174, in __on_message_sent
    user_callback(*user_cb_args)
  File "/usr/lib/pymodules/python2.6/papyon/msnp2p/transport/base.py", line 122, in _on_chunk_sent
    self._process_send_queues()
  File "/usr/lib/pymodules/python2.6/papyon/msnp2p/transport/base.py", line 143, in _process_send_queues
    self._send_chunk(chunk)
  File "/usr/lib/pymodules/python2.6/papyon/msnp2p/transport/switchboard.py", line 65, in _send_chunk
    headers = {'P2P-Dest': self.peer.account}
AttributeError: 'NoneType' object has no attribute 'account'"
Comment 1 Jonny Lamb 2010-04-28 11:56:23 UTC
Hm, so what happened here? Any way to reproduce it? What were you doing when it happened? Some butterfly logs? A few more details here would be useful.

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.