Bug 872599 - UnicodeDecodeError when choosing an ISO
Summary: UnicodeDecodeError when choosing an ISO
Keywords:
Status: CLOSED DUPLICATE of bug 854959
Alias: None
Product: Fedora
Classification: Fedora
Component: python-meh
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-02 14:13 UTC by Wolfgang Pirker
Modified: 2012-11-02 19:29 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-11-02 19:29:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Wolfgang Pirker 2012-11-02 14:13:07 UTC
Description of problem:
after a click on "Choose an ISO" (below Installation Source) the whole installer window becomes insensitive. 
In the file handler.py it raises a UnicodeDecodeError Exception (see message below Additional info).

Version-Release number of selected component (if applicable):
as live medium Fedora-18-Nightly-20121030.09-x86_64-Live-desktop.iso was used.

Steps to Reproduce:
1. below Installation Source->Device ComboBox select a USB thumb drive
2. click on "Choose an ISO"
  
Additional info:

(anaconda:1509): Gtk-CRITICAL **: gtk_tree_model_filter_get_path: assertion `GTK_TREE_MODEL_FILTER (model)->priv->stamp == iter->stamp' failed
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/exception.py", line 61, in run_handleException_on_idle
    obj)
  File "/usr/lib/python2.7/site-packages/meh/handler.py", line 101, in handleException
    fd.write(self.exnText.encode("utf-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 96564: ordinal not in range(128)

Comment 1 Vratislav Podzimek 2012-11-02 19:29:46 UTC
This is fixed in python-meh-0.17-1.fc18 which should soon appear in the images. Actually I though it already is there. Closing as duplicate of bug #854959.

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


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