Search found 8 matches

by voltaicsca
Thu Nov 29, 2012 11:35 pm
Forum: Support
Topic: non-completing downloads
Replies: 2
Views: 2233

Re: non-completing downloads

Yep.
That definitely sounds like the issue.

Well, I guess I'll keep an eye on it then.

Thanks for the reply!
by voltaicsca
Wed Nov 14, 2012 7:32 pm
Forum: Support
Topic: non-completing downloads
Replies: 2
Views: 2233

non-completing downloads

I have had an intermittent problem for a while, and figured I'd see if anyone could shed some light on it. Occasionally (maybe one in 10 torrents), I will have a torrent that downloads very slowly (1-15 kB/s), and has errors while downloading. It will download a bit, figure out there was something w...
by voltaicsca
Fri Jul 13, 2012 1:18 pm
Forum: Plugins
Topic: execute plugin fails intermittently
Replies: 10
Views: 14842

Re: execute plugin fails intermittently

I haven't forgotten about this, but since I added that code to the eventmanager.py file, the thing hasn't failed once, which is odd since it used to fail about once a week. I keep hoping it will fail so I can have some concrete idea of what is actually happening, rather than having some mysterious &...
by voltaicsca
Wed Jun 27, 2012 3:38 pm
Forum: Plugins
Topic: execute plugin fails intermittently
Replies: 10
Views: 14842

Re: execute plugin fails intermittently

Awesome! Very helpful. Thanks!

I'll give that a try and report back.
by voltaicsca
Wed Jun 27, 2012 2:54 pm
Forum: Plugins
Topic: execute plugin fails intermittently
Replies: 10
Views: 14842

Re: execute plugin fails intermittently

I realize that is pretty scant information to go on. It is the only script that is running when it is invoked. I did install from the PPA, but I don't have any qualms about rolling my own with more debugging info. Also, deluge is written in Python, isn't it? shouldn't I be able to modify my source i...
by voltaicsca
Wed Jun 27, 2012 1:40 am
Forum: Plugins
Topic: execute plugin fails intermittently
Replies: 10
Views: 14842

execute plugin fails intermittently

sometimes the execute plugin fails to execute with the following error in the log file: [DEBUG ] 04:35:56 alertmanager:123 torrent_finished_alert: << torrent name >> torrent finished downloading [DEBUG ] 04:35:56 alertmanager:123 state_changed_alert: << torrent name >>: state changed to: finished [D...
by voltaicsca
Mon Dec 19, 2011 6:45 pm
Forum: Plugins
Topic: [SOLVED] execute plugin causes deluge hang
Replies: 3
Views: 4521

Re: execute plugin causes deluge hang

well, it may not be the most elegant solution, but I just made a wrapper script to call the actual script: wrapper.sh /home/deluge/complete.sh $1 $2 $3 & So, the wrapper script exits immediately, while the complete.sh keeps running in the background. If there's another way to do this, I'd love t...
by voltaicsca
Sat Dec 17, 2011 10:33 pm
Forum: Plugins
Topic: [SOLVED] execute plugin causes deluge hang
Replies: 3
Views: 4521

[SOLVED] execute plugin causes deluge hang

I am executing the attached script when deluge finishes a torrent, but while the script is executing, deluge behaves as though the daemon is not running. All clients report it as offline (web, GTK, and console), however, I can run top and see that it is running, and is in a valid state. once the scr...