Page 1 of 2

execute plugin not working

Posted: Tue Sep 13, 2016 10:27 am
by hulyahulya
i want to run test.sh script on execute pluging , when torrent will be finish i will get e mail. but its not working. when torrent finish script not run.

my script working good. when i click manually script it working . i takeing mail. whats problem ? i useing web ui. i also tried on normal deluge. nothing change

i have done on terminal chmod u+x /home/pi/test.sh

my deluge version 1.3.10
libtorrent 0.16.18.0

i have raspberry pi

thats my location

/home/pi/test.sh


Image

Re: execute plugin not working

Posted: Tue Sep 13, 2016 8:26 pm
by Phairplay
I've come here about to ask the same question
I'm on Windows 10 executing my script myself work running it through deluge on completed torrent, I see the cmd Windows yet nothing happens

Sorry to highjack :)

Re: execute plugin not working

Posted: Tue Sep 13, 2016 11:09 pm
by hulyahulya
Phairplay wrote:I've come here about to ask the same question
I'm on Windows 10 executing my script myself work running it through deluge on completed torrent, I see the cmd Windows yet nothing happens

Sorry to highjack :)

i think deluge have a bug or something else. also notifications pluging not work. i dont know how to fix this

Re: execute plugin not working

Posted: Sun Sep 18, 2016 5:57 pm
by Phairplay
Hi guys
is there no one that can help with this issue?

Re: execute plugin not working

Posted: Wed Sep 21, 2016 9:24 pm
by maxmitch
Not working for me either. Spent all day trying... :evil:

Re: execute plugin not working

Posted: Wed Sep 21, 2016 9:48 pm
by maxmitch
Add

Code: Select all

-c /var/lib/deluge/.config/deluge/
to all the startup scripts i.e:

Code: Select all

deluged -c /var/lib/deluge/.config/deluge/
deluge-web -c /var/lib/deluge/.config/deluge/
deluge-console -c /var/lib/deluge/.config/deluge/
I think before hand some were working on ~/.config/deluge/

Re: execute plugin not working

Posted: Thu Sep 22, 2016 11:14 pm
by hulyahulya
maxmitch wrote:Add

Code: Select all

-c /var/lib/deluge/.config/deluge/
to all the startup scripts i.e:

Code: Select all

deluged -c /var/lib/deluge/.config/deluge/
deluge-web -c /var/lib/deluge/.config/deluge/
deluge-console -c /var/lib/deluge/.config/deluge/
I think before hand some were working on ~/.config/deluge/


if you find solution please let me know .

Re: execute plugin not working

Posted: Wed Nov 16, 2016 2:20 am
by hulyahulya
any solution for web ui mail Notifications ???????

Re: execute plugin not working

Posted: Mon Nov 21, 2016 1:44 pm
by Autocat
I am facing same problem, created support threat at http://forum.deluge-torrent.org/viewtop ... 12&t=54270

Seems related! Works when manually execute.

Re: execute plugin not working

Posted: Tue Dec 20, 2016 6:09 am
by Leeman24
hulyahulya wrote:any solution for web ui mail Notifications ???????
I had no issues configuring email notifications using Gmails public SMTP.

Also, has anyone figured this out? Logs don't indicate much. Script contains a simple echo redirected to file with timestamp (absolute paths to avoid issues) and works fine when run in shell. I have changed the permissions to 777 even though the deluge user owns the file.

This is one plugin that I really would like to get working. The notifications plugin is very basic and would rather use a script as well as some movie renaming scripts.