Opened 7 years ago
Closed 7 years ago
#6149 closed Bug (invalid)
Script-torrent-done bug
Reported by: | ressof | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Daemon | Version: | 2.92 |
Severity: | Normal | Keywords: | script-torrent-done |
Cc: |
Description
Im using transmission daemon with webgui. And there is something wrong with script-torrent-done. I have a bat file that calls curl.exe to postprocess sickrage but it doesnt fire. I know transmission runs my bat file because i have it save date and time to a log file. When i start the bat file manually it works but not when transmission runs it. I'm using version 2.92 (14714) on Windows 10
Change History (1)
comment:1 Changed 7 years ago by mike.dld
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
If Transmission runs your script then it seems to operate correctly. Please use forums for support.
As a quick thought, try logging %PATH% to see if directory containing curl.exe is there, or logging the output of where curl; trying to run curl.exe with absolute path would be my second idea.