Search found 4 matches

by halfthelaw
Thu Dec 02, 2010 7:09 am
Forum: Mac OS
Topic: Error starting Deluge with Applescript
Replies: 3
Views: 4431

Error starting Deluge with Applescript

Thanks so much, the above steps worked like a charm! Now,I'm trying to launch deluge-gtk with a simple AppleScript: do shell script "/opt/local/bin/deluge-gtk-2.6" However, when I try to do this I get the most hideous error: error "Traceback (most recent call last): File \"/opt/l...
by halfthelaw
Fri Nov 19, 2010 11:27 pm
Forum: Plugins
Topic: Verifying Execute is working
Replies: 6
Views: 8334

Re: Verifying Execute is working

I am fairly certain that the scripts are not being run. Right now it's basically just echo $1 >> testfile I have tested the script separately, passing three arguments, and it works fine. I haven't tested with the python scripts because I don't have permissions to write to /var/log/syslog and don't w...
by halfthelaw
Fri Nov 19, 2010 5:09 pm
Forum: Plugins
Topic: Verifying Execute is working
Replies: 6
Views: 8334

Re: Verifying Execute is working

Yes, I read the guide. deluge (i.e. /usr/bin/deluged) is running as my user. My script has permissions chmod 755.
Does Execute do any logging?
by halfthelaw
Fri Nov 19, 2010 9:19 am
Forum: Plugins
Topic: Verifying Execute is working
Replies: 6
Views: 8334

Verifying Execute is working

I'm running Deluge 1.3.1 and I'm trying to get the Execute plugin working. It's enabled and my execute.conf looks like: { "file": 1, "format": 1 }{ "commands": [ [ "abfdd0289a58e930419052d99bb471e76c5a4ad4", "complete", "/home/slice2/notify.sh&q...