Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (388 - 390 of 2447)

Ticket Resolution Summary Owner Reporter
#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'
#2770 WontFix [PPA] add "Replaces:" to libtorrent control file Calum
Description

From an email:

You miss a "Replaces: libtorrent-rasterbar7" in the control file for building libtorrent-rasterbar8 in Trusty 14.04

In fact up till now the package for all versions of Ubuntu was libtorrent-rasterbar7. The new package libtorrent-rasterbar8 replaces the old 7 in Wily 15.10.

Failing this Replaces: statement your build won't install on any regular version except Wily 15.10.

#2769 Fixed The process for uploading a torrent file in the Web-UI could be streamlined. benjamindykstra
Description

Currently, the process for uploading a file in the Web-UI requires three steps.

  1. Click 'File' to open the "Add from File" window.
  2. Click 'Browse' to select the file.
  3. Click 'Add' to upload the file.

These steps could be combined into one, making the process much easier. Instead, clicking 'File' should open the file browser directly. After a file is selected, it should be uploaded automatically. This is a small change, but it will be very noticeable for anyone who regularly uploads multiple files.

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