Crash on initial playlist reading in 0.3
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Exaile |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When upgrading to Ubuntu Jaunty I switched from using an old bzr version to the Jaunty excel-devel (exaile-
INFO : Loading Exaile 0.2.99.1+...
INFO : Loading settings
INFO : Loading plugins...
INFO : Loading collection...
INFO : Loading devices...
INFO : Loading interface...
Traceback (most recent call last):
File "/usr/lib/
main()
File "/usr/lib/
exaile = main.Exaile()
File "/usr/lib/
self.__init()
File "/usr/lib/
self.gui = xlgui.Main(self)
File "/usr/lib/
exaile.player, exaile.queue, exaile.covers)
File "/usr/lib/
'saved_tabs')
File "/usr/lib/
self.
File "/usr/lib/
pl.
File "/usr/lib/
locs.
File "/usr/lib/
return codecs.
UnicodeDecodeError: 'utf8' codec can't decode byte 0x81 in position 84: unexpected code byte
Switching back to 0.2.14 works fine but I can't get past this in exaile devel.
Can you please try with exaile trunk and report back? the code that this is referring to has taken a fairly major change since then.