Custom Query (2447 matches)
Results (427 - 429 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#894 | Fixed | Fails to create torrents including files with german umlauts | ||
Description |
Deluge silently fails to create a torrent including files with german umlauts in their name. Furthermore the size of those files is displayed as 17179869184 GiB (my test file was about 3 KiB) The progress bar stays forever and nothing happens. Run from the console deluge produces the following output: Traceback (most recent call last): File "threading.py", line 486, in __bootstrap_inner File "threading.py", line 446, in run File "deluge\ui\gtkui\createtorrentdialog.py", line 333, in create_torrent File "deluge\metafile.py", line 96, in make_meta_file File "deluge\metafile.py", line 200, in makeinfo File "C:\Program Files\Python25\lib\ntpath.py", line 228, in getsize return os.stat(filename).st_size WindowsError: [Error 2] The system cannot find the file specified: 'C:\\Document s and Settings\\Sebastian\\Desktop\\f\xc3\xb6\xc3\xb6.txt' It works fine on my Linux box. |
|||
#1833 | Fixed | tab completion should escape spaces | ||
Description |
I'm forwarding bug #601938 from the Debian bug tracker:
|
|||
#2109 | Fixed | Proxy settings not being cleared from session.state | ||
Description |
When you use a socks or other proxy for a session (for example in the college), and then unset the proxy setting, deluge doesn't download. In IRC a couple of people have reported that this issue is because the proxy settings are being retained in session.state even after after unsetting in Deluge. The workaround for now is to delete the session.state file and restart deluge. |