can not browse/open specific directory
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Exaile |
New
|
Undecided
|
Unassigned |
Bug Description
I am using Exaile 0.3 in the "file" mode. When trying to open a specific directory nothing happens. Exaile can wether browse the directory nor queue the containing files. On the command line I get the following error:
Traceback (most recent call last):
File "/usr/share/
self.
File "/usr/share/
full = os.path.join(dir, path)
File "/usr/lib/
path += '/' + b
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa2 in position 18: unexpected code byte
The directory contains a file which name contains a special character; probably this is the cause.
Got the same problem with a smbmounted directory on a windows xp machine. File and directory names also aren't displayed properly (german Umlauts for example in Nautilus) due to the encoding, i assume.