Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (493 - 495 of 2449)

Ticket Resolution Summary Owner Reporter
#971 Invalid how to upload to torrent flux markybob richard william munden
Description

Deluge have made it hard to upload to torrent flux when i was using utorrent all i did was browse from torrent flux to my computer c\documents and settings\my name\application data\utorrent then double click the file i wanted to upload to torrent flux and that was it simple but how do i do this with deluge.I need a client thats easy to upload to my seed box and i rather use deluge than utorrent.

#1307 Fixed Console client doesn't add torrents riarheos
Description

Simple add in console client fails somewhere inside python:

>>> add sts.torrent
stat() argument 1 must be (encoded string without NULL bytes), not str
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.5/deluge/ui/console/main.py", line 318, in do_command
    ret = self._commands[cmd].handle(*args, **options.__dict__)
  File "/usr/lib/pymodules/python2.5/deluge/ui/console/commands/add.py", line 66, in handle
    if not os.path.isfile(arg):
  File "/usr/lib/python2.5/posixpath.py", line 208, in isfile
    st = os.stat(path)
TypeError: stat() argument 1 must be (encoded string without NULL bytes), not str

python 2.5.4, deluge 1.3.0-rc1, libtorrent 0.15.0

#3167 Fixed tracker_icons.py does not clean up /tmp entries from failed hosts rexar
Description

If Deluge attempts to obtain a tracker icon for a tracker that is unreachable, or has a re-direct to self (perpetual HTTP 301/302) the errorback routines in tracker_icons.py do not have access to the temporary filehandles / paths created as part of the download_page method, and as such is unable to clean up these pre-allocated resources.

Over a period of time under Linux, this fills the /tmp directory with a large amount of junk files in the form of deluge_ticon.xxxxx

Attached is a workaround targetting the 1.3.15 release version of tracker_icons.py which allows the errorback routines to clean files allocated from failed attempts.

This was developed against my scenario which is the GTK client connecting to a remote server, it hasn't been tested for other use cases.

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