Bug 579422
| Summary: | [abrt] crash in exaile-0.3.0.2-1.fc12: playlist.py:806:save_to_location:UnicodeDecodeError: 'utf8' codec can't decode bytes in position 59-61: invalid data | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Becker <david.becker5> | ||||
| Component: | exaile | Assignee: | Deji Akingunola <dakingun> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | dakingun, dmaphy | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:02ec9a37 | ||||||
| Fixed In Version: | exaile-0.3.1.1-1.fc12 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-04-23 06:07:11 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 404450 [details]
File: backtrace
exaile-0.3.1.1-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/exaile-0.3.1.1-1.fc13 exaile-0.3.1.1-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/exaile-0.3.1.1-1.fc12 exaile-0.3.1.1-1.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update exaile'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/exaile-0.3.1.1-1.fc12 exaile-0.3.1.1-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update exaile'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/exaile-0.3.1.1-1.fc13 exaile-0.3.1.1-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. exaile-0.3.1.1-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |
abrt 1.0.8 detected a crash. architecture: x86_64 cmdline: python /usr/lib/python2.6/site-packages/exaile/exaile.py --datadir=/usr/share/exaile/data --startgui component: exaile executable: /usr/lib/python2.6/site-packages/exaile/exaile.py kernel: 2.6.32.10-90.fc12.x86_64 package: exaile-0.3.0.2-1.fc12 reason: playlist.py:806:save_to_location:UnicodeDecodeError: 'utf8' codec can't decode bytes in position 59-61: invalid data release: Fedora release 12 (Constantine) backtrace ----- playlist.py:806:save_to_location:UnicodeDecodeError: 'utf8' codec can't decode bytes in position 59-61: invalid data Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/exaile/xl/main.py", line 463, in quit self.gui.quit() File "/usr/lib/python2.6/site-packages/exaile/xlgui/__init__.py", line 437, in quit self.main.save_current_tabs() File "/usr/lib/python2.6/site-packages/exaile/xlgui/main.py", line 440, in save_current_tabs self.tab_manager.save_playlist(pl, True) File "/usr/lib/python2.6/site-packages/exaile/xl/playlist.py", line 1154, in save_playlist encode_filename(name))) File "/usr/lib/python2.6/site-packages/exaile/xl/playlist.py", line 806, in save_to_location f.write(buffer.encode('utf-8')) UnicodeDecodeError: 'utf8' codec can't decode bytes in position 59-61: invalid data Local variables in innermost frame: f: <open file '/home/xxxx/.local/share/exaile/saved_tabs/order0.Entire Library.playlist', mode 'w' at 0x31937a0> buffer: 'xxxxx.mp3\talbum=xxxxx&tracknumber=x&title=xxxxx&artist=xxxxx\n' items: ('artist', 'album', 'tracknumber', 'title', 'genre', 'date') self: <xl.playlist.Playlist object at 0x30ddd90> tr: 'xxxxxx' value: None item: 'date' meta: {'album': u'xxxxx', 'tracknumber': u'x', 'title': u'xxxx', 'artist': u'xxxxxxx'} location: '/home/xxxxx/.local/share/exaile/saved_tabs/order0.Entire Library.playlist'