Comment 1 for bug 318328

Revision history for this message
Severin H (severinh) wrote :

Hi ras0ir,

thanks a lot for reporting this bug. It seems to be a quite widespread problem and I just noticed that it could also be encountered in Exaile. Fixing the bug is not particularly hard and can be done by omitting the usage of the upper() method, which doesn't do what we expect from it when the Turkish locale is used. The upper() method is used twice in LottaNZB's source code. I just fixed the problem in backend.py, which causes the download progress bar to malfunction. Additionally, the upper method is used to save the HellaNZB configuration file in the stand-alone mode. Did you encounter any problems with that or didn't you use the stand-alone mode?

I'll commit the fix for the bug soon. If we decide to release a LottaNZB version 0.4.1, the fix will certainly be included. Would you mind if I create a source package for you with the fix included so that you can test if it works?