Bug 27562 - telepathy-butterfly crashed with AttributeError in _send_chunk()
Summary: telepathy-butterfly crashed with AttributeError in _send_chunk()
Status: NEW
Alias: None
Product: papyon
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords: NEEDINFO
Depends on:
Blocks:
 
Reported: 2010-04-09 06:55 UTC by Sebastien Bacher
Modified: 2010-04-28 11:56 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.