execute plugin not working

Suggest, post, or discuss plugins for Deluge
hulyahulya
New User
New User
Posts: 8
Joined: Tue Sep 13, 2016 10:14 am

execute plugin not working

Post 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
Phairplay
New User
New User
Posts: 5
Joined: Sat Jun 25, 2016 12:14 pm

Re: execute plugin not working

Post 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 :)
hulyahulya
New User
New User
Posts: 8
Joined: Tue Sep 13, 2016 10:14 am

Re: execute plugin not working

Post 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
Phairplay
New User
New User
Posts: 5
Joined: Sat Jun 25, 2016 12:14 pm

Re: execute plugin not working

Post by Phairplay »

Hi guys
is there no one that can help with this issue?
maxmitch
New User
New User
Posts: 4
Joined: Sun Jul 03, 2016 6:15 pm

Re: execute plugin not working

Post by maxmitch »

Not working for me either. Spent all day trying... :evil:
maxmitch
New User
New User
Posts: 4
Joined: Sun Jul 03, 2016 6:15 pm

Re: execute plugin not working

Post 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/
hulyahulya
New User
New User
Posts: 8
Joined: Tue Sep 13, 2016 10:14 am

Re: execute plugin not working

Post 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 .
hulyahulya
New User
New User
Posts: 8
Joined: Tue Sep 13, 2016 10:14 am

Re: execute plugin not working

Post by hulyahulya »

any solution for web ui mail Notifications ???????
Autocat
Member
Member
Posts: 19
Joined: Sun Nov 20, 2016 1:16 pm

Re: execute plugin not working

Post 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.
Leeman24

Re: execute plugin not working

Post 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.
Post Reply