-
Hi there, I am running 4.0.6 in a lscr.io/linuxserver/transmission:latest container. When my torrent-done script runs, it adds a message to a log file like this:
and sends the first line to Gotify. Occasionally the script seems to run twice (this last time within a couple of minutes). Any ideas on what could be triggering the repeat and how can I debug it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Could it be that the torrent is marked as done but then shortly after a check fails one small part that gets re-downloaded again and hence it gets marked done again? |
Beta Was this translation helpful? Give feedback.
-
I was wondering the same, hence wanting to debug it somehow. If that is the case, it probably would make more sense for the script to only be triggered after passing the check.
My bad, I didn't realise I was in the wrong repo 🤦♂️ |
Beta Was this translation helpful? Give feedback.
Could it be that the torrent is marked as done but then shortly after a check fails one small part that gets re-downloaded again and hence it gets marked done again?
I’d also suggest checking the official transmission repo for similar issue/documentation