Bug 630428 - [abrt] telepathy-butterfly-0.5.13-1.fc14: text.py:178:_signal_text_received:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128)
Summary: [abrt] telepathy-butterfly-0.5.13-1.fc14: text.py:178:_signal_text_received:U...
Keywords:
Status: CLOSED DUPLICATE of bug 690809
Alias: None
Product: Fedora
Classification: Fedora
Component: telepathy-butterfly
Version: 14
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Brian Pepple
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:5b707862
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-05 14:12 UTC by Peter Hjalmarsson
Modified: 2011-05-29 23:23 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-05-29 23:23:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.80 KB, text/plain)
2010-09-05 14:12 UTC, Peter Hjalmarsson
no flags Details

Description Peter Hjalmarsson 2010-09-05 14:12:54 UTC
abrt version: 1.1.13
architecture: x86_64
cmdline: /usr/bin/python /usr/libexec/telepathy-butterfly
component: telepathy-butterfly
executable: /usr/libexec/telepathy-butterfly
kernel: 2.6.35.4-12.fc14.x86_64
package: telepathy-butterfly-0.5.13-1.fc14
reason: text.py:178:_signal_text_received:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128)
release: Fedora release 14 (Laughlin)
time: 1283695019
uid: 500

backtrace
-----
text.py:178:_signal_text_received:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128)

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/papyon/client.py", line 504, in event
    self._dispatch(method_name, *args[:-1])
  File "/usr/lib/python2.7/site-packages/papyon/event/__init__.py", line 44, in _dispatch
    if event_handler._dispatch_event(name, *args):
  File "/usr/lib/python2.7/site-packages/papyon/event/__init__.py", line 65, in _dispatch_event
    handler(*params)
  File "/usr/lib/python2.7/site-packages/butterfly/connection.py", line 493, in on_oim_messages_fetched
    channel.offline_message_received(message)
  File "/usr/lib/python2.7/site-packages/butterfly/channel/im.py", line 193, in offline_message_received
    self._signal_text_received(id, timestamp, handle, type, 0, message.display_name, text)
  File "/usr/lib/python2.7/site-packages/butterfly/channel/text.py", line 178, in _signal_text_received
    dbus.String('content'): dbus.String(text)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128)

Local variables in innermost frame:
sender: <butterfly.handle.ButterflyContactHandle object at 0x2209a90>
text: 'Ligger i n\xc3\xa5gon flyttl\xc3\xa5da'
self: <butterfly.channel.im.ButterflyImChannel at /org/freedesktop/Telepathy/Connection/butterfly/msn/<mail-removed>/TextChannel1 at 0x21211d0>
sender_nick: u'. pontus'
headers: dbus.Dictionary({dbus.String(u'pending-message-id'): dbus.UInt32(0L), dbus.String(u'message-received'): dbus.UInt64(1283682719L), dbus.String(u'sender-nickname'): dbus.String(u'. pontus'), dbus.String(u'message-type'): dbus.UInt32(0L), dbus.String(u'message-sender'): dbus.UInt32(42L)}, signature=dbus.Signature('sv'))
flags: 0
timestamp: 1283682719.0
type: 0
id: 0

How to reproduce
-----
1. I got an offline message containing å ä ö (swedish locale)

Comment 1 Peter Hjalmarsson 2010-09-05 14:12:57 UTC
Created an attachment (id=443159)
File: backtrace

Comment 2 Brian Pepple 2011-05-29 23:23:13 UTC

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


Note You need to log in before you can comment on or make changes to this bug.