Bug 911987 - [abrt] liveusb-creator-3.11.7-2.fc18: creator.py:456:handle_reply:UnicodeEncodeError: 'ascii' codec can't encode characters in position 16-17: ordinal not in range(128)
Summary: [abrt] liveusb-creator-3.11.7-2.fc18: creator.py:456:handle_reply:UnicodeEnco...
Keywords:
Status: CLOSED DUPLICATE of bug 904310
Alias: None
Product: Fedora
Classification: Fedora
Component: liveusb-creator
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Luke Macken
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:cc31167a981f2376362f14df238...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-17 04:35 UTC by libodls
Modified: 2016-09-20 02:44 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-04-09 04:50:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.84 KB, text/plain)
2013-02-17 04:35 UTC, libodls
no flags Details
File: core_backtrace (233 bytes, text/plain)
2013-02-17 04:35 UTC, libodls
no flags Details
File: environ (256 bytes, text/plain)
2013-02-17 04:35 UTC, libodls
no flags Details
File: smolt_data (2.60 KB, application/octet-stream)
2013-02-17 04:35 UTC, libodls
no flags Details

Description libodls 2013-02-17 04:35:34 UTC
Description of problem:
I also don't know it is how to happen, but when I start the OS, it Pop-up message to remind me.

Version-Release number of selected component:
liveusb-creator-3.11.7-2.fc18

Additional info:
cmdline:        /usr/bin/python -tt /usr/sbin/liveusb-creator
dso_list:       dbus-python-1.1.1-1.fc18.x86_64
executable:     /usr/sbin/liveusb-creator
kernel:         3.7.2-201.fc18.x86_64.debug
uid:            0

Truncated backtrace:
creator.py:456:handle_reply:UnicodeEncodeError: 'ascii' codec can't encode characters in position 16-17: ordinal not in range(128)

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 604, in msg_reply_handler
    reply_handler(*message.get_args_list(**get_args_opts))
  File "/usr/lib/python2.7/site-packages/liveusb/creator.py", line 456, in handle_reply
    'mount': map(str, list(dev.Get(device, 'DeviceMountPaths'))),
UnicodeEncodeError: 'ascii' codec can't encode characters in position 16-17: ordinal not in range(128)

Local variables in innermost frame:
iface: 'usb'
dev_obj: <ProxyObject wrapping <dbus._dbus.SystemBus (system) at 0x246fcb0> :1.237 /org/freedesktop/UDisks/devices/sdb1 at 0x27b58d0>
dbus: <module 'dbus' from '/usr/lib/python2.7/site-packages/dbus/__init__.pyc'>
devices: dbus.Array([dbus.ObjectPath('/org/freedesktop/UDisks/devices/sda1'), dbus.ObjectPath('/org/freedesktop/UDisks/devices/sda2'), dbus.ObjectPath('/org/freedesktop/UDisks/devices/sda3'), dbus.ObjectPath('/org/freedesktop/UDisks/devices/sdb'), dbus.ObjectPath('/org/freedesktop/UDisks/devices/sdb1'), dbus.ObjectPath('/org/freedesktop/UDisks/devices/sda'), dbus.ObjectPath('/org/freedesktop/UDisks/devices/sr0')], signature=dbus.Signature('o'))
callback: <function add_devices at 0x26d3500>
dev: <Interface <ProxyObject wrapping <dbus._dbus.SystemBus (system) at 0x246fcb0> :1.237 /org/freedesktop/UDisks/devices/sdb1 at 0x27b58d0> implementing 'org.freedesktop.DBus.Properties' at 0x27b5810>
device: dbus.ObjectPath('/org/freedesktop/UDisks/devices/sdb1')
data: {'parent': None, 'fstype': '', 'fsversion': '', 'device': '/dev/sdb', 'is_optical': False, 'size': 8010194944, 'udi': '/org/freedesktop/UDisks/devices/sdb', 'uuid': '', 'bootable': False, 'mount': [], 'label': u''}
self: <liveusb.creator.LinuxLiveUSBCreator object at 0x27b5250>

Comment 1 libodls 2013-02-17 04:35:39 UTC
Created attachment 698425 [details]
File: backtrace

Comment 2 libodls 2013-02-17 04:35:42 UTC
Created attachment 698426 [details]
File: core_backtrace

Comment 3 libodls 2013-02-17 04:35:45 UTC
Created attachment 698427 [details]
File: environ

Comment 4 libodls 2013-02-17 04:35:48 UTC
Created attachment 698428 [details]
File: smolt_data

Comment 5 Damian Wrobel 2013-02-23 14:04:32 UTC
$ rpm -qv liveusb-creator
liveusb-creator-3.11.7-2.fc18.noarch

Happened to me when I had already mounted cdrom with the disk label containing non-ascii codes like the following:

/dev/sr0 on /run/media/dw/WRÓBEL^SZYMON type iso9660 (ro,nosuid,nodev,relatime,uid=500,gid=500,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)

Having not mounted any similar disks allows the liveusb-creator to be launched without any problems.

Comment 6 Luke Macken 2013-04-09 04:50:19 UTC

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


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