[Bug 28934] New: telepathy-butterfly crashed with UnicodeDecodeError in _signal_text_received()
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jul 6 22:42:19 CEST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=28934
Summary: telepathy-butterfly crashed with UnicodeDecodeError in
_signal_text_received()
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: papyon
AssignedTo: louis-francis.ratte-boulianne at collabora.co.uk
ReportedBy: pvillavi at gmail.com
QAContact: telepathy-bugs at lists.freedesktop.org
the report was filed here:
https://bugs.edge.launchpad.net/ubuntu/+source/telepathy-butterfly/+bug/597381
"Apport keeps raising warnings about this crash over and over again during an
MSN conversation with Empathy on Maverick"
telepathy-butterfly log said:
"papyon/papyon.protocol.switchboard-INFO: 06/07/10 12:39:07.947190:
Disconnected
papyon/papyon.transport-DEBUG: 06/07/10 12:39:24.689409: >>> PNG
papyon/papyon.transport-DEBUG: 06/07/10 12:39:24.843189: <<< QNG 42
papyon/papyon.transport-DEBUG: 06/07/10 12:39:42.766274: <<< NLN NLN
username at hotmail.com 1
Lete..System%20Failure!!!%20DEJA_Vu-->%20%20Mess%20with%20the%20Best;%20Die%20Like%20the%20Rest!“
2789003580
%3cmsnobj%20Creator%3d%22username%40hotmail.com%22%20Type%3d%223%22%20SHA1D%3d%220ms5pw%2fbntRiY8jAXZAu%2bf44Ufc%3d%22%20Size%3d%222674%22%20Location%3d%220%22%20Friendly%3d%22MgAwADcANwA1AF8AMQA0ADAAMQA1ADAANwAzADkANwAzADcANwBfADEAMgAyADMAMAA3ADkAMQA5ADQAXwAzADEAMQA3ADYAMAA1ADgAXwAAAA%3d%3d%22%2f%3e
butterfly/presence-INFO: 06/07/10 12:39:42.766985: Contact
<ButterflyContactHandle id=35 name='username at hotmail.com'> presence changed to
'NLN'
papyon/papyon.transport-DEBUG: 06/07/10 12:39:42.767514: <<< UBX
username at hotmail.com 1 1033
[payload]
butterfly/presence-INFO: 06/07/10 12:39:42.768047: Contact
<ButterflyContactHandle id=35 name='username at hotmail.com'> presence changed to
'NLN'
butterfly/aliasing-INFO: 06/07/10 12:39:42.768312: Contact
<ButterflyContactHandle id=35 name='username at hotmail.com'> alias changed to
'Lete..System Failure!!! DEJA_Vu--> Mess with the Best; Die Like the Rest!“'
stderr-ERROR: 06/07/10 12:46:01.422: UnicodeDecodeError: 'ascii' codec can't
decode byte 0xe2 in position 74: ordinal not in range(128)
papyon/papyon.transport-DEBUG: 06/07/10 12:46:09.852227: <<< MSG
username at hotmail.com
Lete..System%20Failure!!!%20DEJA_Vu-->%20%20Mess%20with%20the%20Best;%20Die%20Like%20the%20Rest!“
118
TypingUser: 'username at hotmail.com'\r\n
Content-Type: 'text/x-msmsgscontrol'\r\n
MIME-Version: '1.0'\r\n
\r\n
\r\n
butterfly/textchannel-INFO: 06/07/10 12:46:09.852816: User
<ButterflyContactHandle id=35 name='username at hotmail.com'> is typing
papyon/papyon.transport-DEBUG: 06/07/10 12:46:11.731398: <<< MSG
username at hotmail.com
Lete..System%20Failure!!!%20DEJA_Vu-->%20%20Mess%20with%20the%20Best;%20Die%20Like%20the%20Rest!“
162
X-MMS-IM-Format: 'FN=Times%20New%20Roman; EF=; CO=0; CS=0; PF=12'\r\n
Content-Type: 'text/plain; charset=UTF-8'\r\n
MIME-Version: '1.0'\r\n
\r\n
tengo hambre
butterfly/textchannel-INFO: 06/07/10 12:46:11.732040: User
<ButterflyContactHandle id=35 name='username at hotmail.com'> sent a message
stderr-ERROR: 06/07/10 12:46:11.735229: Traceback (most recent call last):
stderr-ERROR: 06/07/10 12:46:11.735343: File
"/usr/lib/pymodules/python2.6/papyon/switchboard_manager.py", line 348, in
_sb_message_received
stderr-ERROR: 06/07/10 12:46:11.735490:
handler._on_message_received(message)
stderr-ERROR: 06/07/10 12:46:11.735554: File
"/usr/lib/pymodules/python2.6/papyon/conversation.py", line 362, in
_on_message_received
stderr-ERROR: 06/07/10 12:46:11.735687:
self._dispatch("on_conversation_message_received", sender, msg)
stderr-ERROR: 06/07/10 12:46:11.735750: File
"/usr/lib/pymodules/python2.6/papyon/event/__init__.py", line 44, in _dispatch
stderr-ERROR: 06/07/10 12:46:11.735831: if
event_handler._dispatch_event(name, *args):
stderr-ERROR: 06/07/10 12:46:11.735893: File
"/usr/lib/pymodules/python2.6/papyon/event/__init__.py", line 65, in
_dispatch_event
stderr-ERROR: 06/07/10 12:46:11.735972: handler(*params)
stderr-ERROR: 06/07/10 12:46:11.736035: File
"/usr/lib/python2.6/dist-packages/butterfly/channel/text.py", line 295, in
on_conversation_message_received
stderr-ERROR: 06/07/10 12:46:11.736207: self._signal_text_received(id,
timestamp, handle, type, 0, message.display_name, content)
stderr-ERROR: 06/07/10 12:46:11.736272: File
"/usr/lib/python2.6/dist-packages/butterfly/channel/text.py", line 167, in
_signal_text_received
stderr-ERROR: 06/07/10 12:46:11.736370:
headers[dbus.String('sender-nickname')] = dbus.String(sender_nick)
stderr-ERROR: 06/07/10 12:46:11.736444: UnicodeDecodeError: 'ascii' codec can't
decode byte 0xe2 in position 74: ordinal not in range(128)
papyon/papyon.transport-DEBUG: 06/07/10 12:46:12.156076: >>> PNG
papyon/papyon.transport-DEBUG: 06/07/10 12:46:12.313375: <<< QNG 43
papyon/papyon.transport-DEBUG: 06/07/10 12:46:17.64171: <<< MSG
username at hotmail.com
Lete..System%20Failure!!!%20DEJA_Vu-->%20%20Mess%20with%20the%20Best;%20Die%20Like%20the%20Rest!“
118
TypingUser: 'username at hotmail.com'\r\n
Content-Type: 'text/x-msmsgscontrol'\r\n
MIME-Version: '1.0'\r\n
\r\n
\r\n
butterfly/textchannel-INFO: 06/07/10 12:46:17.64721: User
<ButterflyContactHandle id=35 name='username at hotmail.com'> is typing
papyon/papyon.transport-DEBUG: 06/07/10 12:46:18.804887: <<< MSG
username at hotmail.com
Lete..System%20Failure!!!%20DEJA_Vu-->%20%20Mess%20with%20the%20Best;%20Die%20Like%20the%20Rest!“
157
X-MMS-IM-Format: 'FN=Times%20New%20Roman; EF=; CO=0; CS=0; PF=12'\r\n
Content-Type: 'text/plain; charset=UTF-8'\r\n
MIME-Version: '1.0'\r\n
\r\n
tambien
butterfly/textchannel-INFO: 06/07/10 12:46:18.805529: User
<ButterflyContactHandle id=35 name='username at hotmail.com'> sent a message
stderr-ERROR: 06/07/10 12:46:18.808697: Traceback (most recent call last):
stderr-ERROR: 06/07/10 12:46:18.808824: File
"/usr/lib/pymodules/python2.6/papyon/switchboard_manager.py", line 348, in
_sb_message_received
stderr-ERROR: 06/07/10 12:46:18.808967:
handler._on_message_received(message)
stderr-ERROR: 06/07/10 12:46:18.809031: File
"/usr/lib/pymodules/python2.6/papyon/conversation.py", line 362, in
_on_message_received
stderr-ERROR: 06/07/10 12:46:18.811625:
self._dispatch("on_conversation_message_received", sender, msg)
stderr-ERROR: 06/07/10 12:46:18.811949: File
"/usr/lib/pymodules/python2.6/papyon/event/__init__.py", line 44, in _dispatch
stderr-ERROR: 06/07/10 12:46:18.812247: if
event_handler._dispatch_event(name, *args):
stderr-ERROR: 06/07/10 12:46:18.812541: File
"/usr/lib/pymodules/python2.6/papyon/event/__init__.py", line 65, in
_dispatch_event
stderr-ERROR: 06/07/10 12:46:18.812849: handler(*params)
stderr-ERROR: 06/07/10 12:46:18.813381: File
"/usr/lib/python2.6/dist-packages/butterfly/channel/text.py", line 295, in
on_conversation_message_received
stderr-ERROR: 06/07/10 12:46:18.813791: self._signal_text_received(id,
timestamp, handle, type, 0, message.display_name, content)
stderr-ERROR: 06/07/10 12:46:18.814096: File
"/usr/lib/python2.6/dist-packages/butterfly/channel/text.py", line 167, in
_signal_text_received
stderr-ERROR: 06/07/10 12:46:18.814421:
headers[dbus.String('sender-nickname')] = dbus.String(sender_nick)
stderr-ERROR: 06/07/10 12:46:18.814724: UnicodeDecodeError: 'ascii' codec can't
decode byte 0xe2 in position 74: ordinal not in range(128)
"
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the telepathy-bugs
mailing list