Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (616 - 618 of 2449)

Ticket Resolution Summary Owner Reporter
#1842 Fixed autoadd save .torrent renato
Description

in the autoadd option the .torrent save path is not working at all,if you have the main .torrent save set to on all .torrent files are saved in that path, if u set a different path on a watch folder this will not save it in that folder, tested also with the main .torrent save off, same stuff the autoadd option TORRENT FILE ACTION to save .torrent file is not working.

#1843 Duplicate Path checks before download kneekoo
Description

Linux is very flexible with mounts and this is why Deluge has some issues with download paths. Let's take a look at a real case:

  1. Start and finish a torrent on a mounted path, then close Deluge
  2. Unmount that path (manually or by reboot)
  3. Start Deluge again

The result is a new download from scratch. It will obviously have an impact on torrent ratio - wherever that counts.

Possible solution:

Check for the initial download path and if it doesn't exist pause the torrent and:

  1. inform the user either by a message or mark the torrent with a different colour (light red?);
  2. ask the user for a new download path and also present a Retry button so the user can mount that path and try again (and add a "Solve later" button);
  3. create an option to switch between options #1 and #2 above because automatic start-ups will block Deluge from downloading if #2 is waiting for user input
#1845 Invalid Deluge crash shnurapet
Description

ABRT caught a crash.

architecture: i686
component: deluge
executable: /usr/bin/deluge-gtk
kernel: 2.6.35.12-88.fc14.i686
reason: __init__.py:52:_init:RuntimeError: could not open display
release: Fedora release 14 (Laughlin)
reproduce: No idea.
time: 1304921812
uid: 500

backtrace
-----
__init__.py:52:_init:RuntimeError: could not open display

Traceback (most recent call last):
  File "/usr/bin/deluge-gtk", line 9, in <module>
    load_entry_point('deluge==1.3.900-dev', 'gui_scripts', 'deluge-gtk')()
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 305, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2244, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1954, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
  File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 38, in <module>
    reactor = gtk2reactor.install()
  File "/usr/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py", line 377, in install
    reactor = Gtk2Reactor(useGtk)
  File "/usr/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py", line 103, in __init__
    import gtk
  File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 64, in <module>
    _init()
  File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 52, in _init
    _gtk.init_check()
RuntimeError: could not open display

Local variables in innermost frame:
sys: <module 'sys' (built-in)>
sys_path: ['/usr/bin', '/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg', '/usr/lib/python27.zip', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/lib/python2.7/site-packages', '/usr/lib/python2.7/site-packages/gst-0.10', '/usr/lib/python2.7/site-packages/gtk-2.0', '/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info', '/usr/lib/python2.7/site-packages/webkit-1.0']

I think it's when I tried to launch deluge-gtk in a remote terminal.

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