Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (493 - 495 of 2447)

Ticket Resolution Summary Owner Reporter
#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.

#2752 Fixed Column configuration is not saved properly in the thin client rewozz
Description
  1. Configure everything to your liking and quit the thin client.
  2. Reopen the thin client and observe none of the settings have been saved.

There is only one fix that I found on the official forum:

I was walking through different settings when I noticed that suddenly my torrentview.state file had been created. Finally pinpointed it down to toggling the Label-plugin. Basically, when you untick Label in plugins, the configuration will be saved.

I've also locked the file because width gets added to the rightmost column after a few restarts.

OS X Yosemite 10.10.3

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