Custom Query (2447 matches)
Results (493 - 495 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1307 | Fixed | Console client doesn't add torrents | ||
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 | ||
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 | ||
Description |
There is only one fix that I found on the official forum:
I've also locked the file because width gets added to the rightmost column after a few restarts. OS X Yosemite 10.10.3 |