Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (481 - 483 of 2449)

Ticket Resolution Summary Owner Reporter
#1306 Fixed Execute plugin allways executes last event configured in execute.conf konti
Description

with the following config:

{
  "file": 1,
  "format": 1
}{
  "commands": [
    [
      "e925a8be2b963067078116d1c79636a7d12673b9",
      "complete",
      "/var/lib/deluge/scripts/complete.sh"
    ],
    [
      "280b43d2494374b71a9978ee9f8d7fcc8214e9c0",
      "added",
      "/var/lib/deluge/scripts/started.sh"
    ]
  ]
}

When a torrent is started it will start the command with the last event configured "added". When a torrent is complete it will also start the command with the last event configured "added".

After changing the "complete" and "added" block it allways started the "complete" event command.

#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

#1313 WorksForMe deluge-gtk can't connect to host Toralv
Description

After upgrading to Lucid I can't connect to my headless deluge host anymore. Both client and server are running Lucid and the latest Deluge from Launchpad PPA (1.2.3). I can connect to the host with deluge-console.

In the gtk-clients Connection Manager I add the login information, the green tick shows up, AND THE 'Connect' BUTTON SWITCHES TO 'Disconnect', but the button becomes unresponsive.

Even though the logfile and the green tick indicate that the gtk-client is connected to the host, the status bar and the whole UI for that matter won't switch to 'Connected' status.

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