Bug 799720 - [abrt] picard-0.15.1-1.fc14: mainwindow.py:636:updateSelection:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 32: ordinal not in range(128)
Summary: [abrt] picard-0.15.1-1.fc14: mainwindow.py:636:updateSelection:UnicodeDecodeE...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: picard
Version: 14
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Alex Lancaster
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:8f34a100
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-04 16:36 UTC by majhoul
Modified: 2012-03-05 16:33 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-05 16:33:17 UTC
Type: ---


Attachments (Terms of Use)
File: backtrace (1.75 KB, text/plain)
2012-03-04 16:36 UTC, majhoul
no flags Details

Description majhoul 2012-03-04 16:36:02 UTC
abrt version: 1.1.18
architecture: i686
cmdline: /usr/bin/python /usr/bin/picard
component: picard
executable: /usr/bin/picard
kernel: 2.6.35.14-106.fc14.i686
package: picard-0.15.1-1.fc14
reason: mainwindow.py:636:updateSelection:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 32: ordinal not in range(128)
release: Fedora release 14 (Laughlin)
time: 1330878740
uid: 500

backtrace
-----
mainwindow.py:636:updateSelection:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 32: ordinal not in range(128)

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/picard/ui/itemviews.py", line 160, in update_selection_0
    self.update_selection(0, 1)
  File "/usr/lib/python2.7/site-packages/picard/ui/itemviews.py", line 155, in update_selection
    self.window.updateSelection(self.selected_objects())
  File "/usr/lib/python2.7/site-packages/picard/ui/mainwindow.py", line 636, in updateSelection
    statusBar += _(" (Error: %s)") % obj.error
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 32: ordinal not in range(128)

Local variables in innermost frame:
obj: <File #513 u'04 Hidden Lakes.m4a'>
statusBar: u'/home/majhoul/Musique/Shearwater - The Golden Archipelago - 2010/04 Hidden Lakes.m4a'
self: <picard.ui.mainwindow.MainWindow object at 0x9c49ecc>
is_album: False
orig_metadata: {'album': [u'The Golden Archipelago'], 'gapless': ['0'], '~#bitrate': [256.0], 'artist': [u'Shearwater'], 'title': [u'Hidden Lakes'], 'compilation': ['0'], '~#channels': [2], 'bpm': [u'0'], 'totaltracks': ['11'], '~extension': [u'm4a'], '~format': ['MP4'], '~#sample_rate': [44100], 'encodedby': [u'iTunes 8.2.1.6, QuickTime 7.6.2'], 'tracknumber': ['4'], 'genre': [u'Unclassifiable'], '~#bits_per_sample': [16]}
objects: [<File #513 u'04 Hidden Lakes.m4a'>]
file: None
metadata: {'album': [u'The Golden Archipelago'], u'date': [u'2010'], '~#bitrate': [256.0], 'artist': [u'Shearwater'], '~#channels': [2], 'bpm': [u'0'], 'totaltracks': ['11'], '~extension': [u'm4a'], '~format': ['MP4'], '~#sample_rate': [44100], 'tracknumber': ['4'], 'gapless': ['0'], 'title': [u'Hidden Lakes'], u'genre': [u'Rock'], '~#bits_per_sample': [16]}

How to reproduce
-----
1. trying to save an m4a file with new tags. 
2.
3.

Comment 1 majhoul 2012-03-04 16:36:05 UTC
Created attachment 567406 [details]
File: backtrace

Comment 2 Alex Lancaster 2012-03-05 16:33:17 UTC
Fedora 14 is now EOL and no bugs will be fixed in F14 packages:

https://lists.fedoraproject.org/pipermail/announce/2011-December/003023.html

Feel free to re-open (and change the release version) if you can reproduce the bug in f15 or later.


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