Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (490 - 492 of 2447)

Ticket Resolution Summary Owner Reporter
#3497 Fixed "stop seed at ratio" feature fails to trigger when not logged into Web UI or not connected with Deluge-GTK glodomorrapl
Description

i have a torrent, which i set "stop seed at ratio" to 2.

what i expected to happen: as soon as the torrent exceeds the ratio of 2, it's automatically stopped regardless of whether or not I'm currently logged into the Web UI

what happened: i log into the Web UI just to see the torrent exceed the upload ratio by multiple amounts of the value I set - the torrent was still active, and it paused after about a second or two after I logged into the Web UI

i think priority of this bug would be "major" at least, as the failure of that feature may potentially result in exceeding upload quotas

#1264 Duplicate "stop seed at ratio" doesn't work for partially downloaded torrents 3l3nril
Description

When I add torrent and set some files not to be downloaded, deluge still seeds as if I had downloaded whole torrent.

For example: I add torrent with 100MB of files but set 50 MB of those files not to be downloaded and set "stop seed at ratio" to 1.0. Deluge download those files, and then seeds until 100MB is uploaded, then stops with seed ration 2.0.

#2771 WorksForMe Status Tab KeyError in terminal on shutdown Calum
Description

An annoying error that would like to fix. It will randomly happen on shutdown and seems to be a status call after the core has shutdown but odd that the keyerror is only for 'progress'.

Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/home/ubuntu/deluge-1.3-stable-git/deluge/ui/gtkui/torrentdetails.py", line 380, in update
    self.tabs[name].update()
  File "/home/ubuntu/deluge-1.3-stable-git/deluge/ui/gtkui/status_tab.py", line 120, in update
    selected, status_keys).addCallback(self._on_get_torrent_status)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 298, in addCallback
    callbackKeywords=kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 287, in addCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/home/ubuntu/deluge-1.3-stable-git/deluge/ui/gtkui/status_tab.py", line 152, in _on_get_torrent_status
    fraction = status["progress"] / 100
exceptions.KeyError: 'progress'
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.