Execute doesn't execute!

Suggest, post, or discuss plugins for Deluge
Post Reply
simonbcn
Leecher
Leecher
Posts: 53
Joined: Tue Sep 18, 2007 7:10 pm
Location: Barcelona, Spain
Contact:

Execute doesn't execute!

Post by simonbcn »

Hi,
Deluge 1.3.1 (installed from tarball).
I've activated Execute plugin with this script:

Code: Select all

.....
  "commands": [
    [
      "9b6ba4348a7dfe74ec46b2fa909139e19dca7833", 
      "complete", 
      "/home/simon/bin/twit2mi"
    ]
The script exists:

Code: Select all

$ ll /home/simon/bin/twit2mi 
-rwxr-xr-x 1 simon simon 230 2011-02-20 00:41 /home/simon/bin/twit2mi
The script contains this:

Code: Select all

#!/bin/sh
/usr/local/bin/tweetme JsimR Torrent "$2" descargado en "$3". >/dev/null 2>>/home/simon/.config/deluge/deluged.log 
echo `date +"%F %X"` tweetme: Torrent "$2" descargado en "$3". >>/home/simon/.config/deluge/deluged.log
If I execute the script manually, it works. But when one torrent finish doesn't execute the script. What's happening? :(
Simón
Usuario Linux nº 413.257 (http://counter.li.org/)
Usuario Ubuntu nº 11312 (http://ubuntucounter.geekosophical.net/)
CSB
Leecher
Leecher
Posts: 66
Joined: Fri Dec 03, 2010 1:55 am

Re: Execute doesn't execute!

Post by CSB »

Restart the daemon, ensure the configuration is still applied, and see if the script still does not execute.
Post Reply