rakshasa / rtorrent

rTorrent BitTorrent client
https://github.com/rakshasa/rtorrent/wiki
GNU General Public License v2.0
4.19k stars 415 forks source link

method.set_key = event.download.finished not triggering #1038

Closed Mycah closed 4 years ago

Mycah commented 4 years ago

I've been banging my head on this for hours since I upgraded to ubuntu 20.04 LTS.

In my .rtorrent.rc (which I know is loaded because other options work) I've got a line:

method.set_key = event.download.finished,copy_complete,"execute2=/home/user/script.sh,$d.base_path=,$d.hash=,$d.custom1="

Never triggers. I've got a log.execute log file, and it never shows up there. I've turned on debug logging and see nothing regarding this line, I've done everything I can to validate the syntax is correct.

Do I have some syntax wrong that it doesn't alert on and ignores quietly?

I'd love to get this working, thanks.

Mycah commented 4 years ago

This issue is fixed, it just was logging the request differently so I didn't notice it was working.