I'm trying to run a python script after completion of download. This script used to work, but I recently moved everything to a new server. I can run the script manually and it works perfectly. When deluge runs it, I get the following in the /var/log/deluged/daemon.log
Rereading the log I can now see there is a newline appended to the filename, delete that whitespace and it should work. If you could open a ticket that would be helpful and it can be fixed.
I saw that newline as well, but the entry on the config page doesn't have a newline and the entry in the config file doesn't have a newline either, not sure where that is coming from. I can submit a ticket, but I can't find anywhere to ditch the newline
So, I decided to delete the execute.conf file and let it re-create itself. Now the script is working. Wish I knew what caused it to fail before, but glad it's working now.