Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (466 - 468 of 2447)

Ticket Resolution Summary Owner Reporter
#892 Duplicate Delete key no longer deletes torrents andar DavidKelly999
Description

After recently upgrading my operating system and deluge, I noticed that the ability to delete torrents by pressing the delete key was no longer working.

Deluge 1.1.6 is terrific - this is the only small problem/annoyance I have with it. I wrote a small patch to ui/gtkui/torrentview.py to fix this.

#893 Fixed metafile.py: misplaced ) andar sebastinas
Description

If metafile.py at arounde line 135 a exception gets raised if the filename can't be correctly encoded. The code reads as

raise Exception('foo') % (bar1, bar2)

wheres it should read

raise Exception('foo' % (bar1, bar2))

The attached patch fixes this.

#894 Fixed Fails to create torrents including files with german umlauts andar sebastinas
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.