Comment 12 for bug 306589

Revision history for this message
Ludovic Isabelle (ludovic-isabelle) wrote :

Hello,

I have the same problem, running the version 2.0.10.

This is a workaround for linux users:

1 - Edit file /usr/share/subdownloader/gui/main.py as root
2 - Go to line 1009
3 - Uncomment the line downloadFullPath = dir.filePath(QString(subFileName)).__str__()
4 - Comment the next line (1010) downloadFullPath = os.path.join(folderPath, subFileName).decode('utf8')
5 - Save

As I don't have the history of the project, I don't know why this line commented/uncommented, but the bug is maybe because the program tries to decode the filesystem as utf-8 instead of iso 8859-1 (for me).