12-17-2015, 07:39 AM
I am using Command Runner plugin to run FileBot after a torrent completes download in order to rename the file. The action fails (see below) If I run the command from the command line in terminal, the command excutes properly. Can anyone provide some help? Below is the output from the 'Command Runner' log. Thanks
Executing: filebot -script fn:amc --output "/Users/myuser/Downloads/Torrents" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=Uncategorised" "ut_state=%S" "ut_title=Survivor.S31E15.HDTV.x264-FUM[ettv]" "ut_kind=multi" "ut_file=" "ut_dir=/Users/myuser/Downloads/Torrents/Survivor.S31E15.HDTV.x264-FUM[ettv]" excludeList=amc.txt
[ERROR] Unable to run "filebot -script fn:amc --output "/Users/myuser/Downloads/Torrents" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=Uncategorised" "ut_state=%S" "ut_title=Survivor.S31E15.HDTV.x264-FUM[ettv]" "ut_kind=multi" "ut_file=" "ut_dir=/Users/myuser/Downloads/Torrents/Survivor.S31E15.HDTV.x264-FUM[ettv]" excludeList=amc.txt".
java.io.IOException: Cannot run program "filebot": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:450)
at java.lang.Runtime.exec(Runtime.java:347)
at com.aelitis.azureus.plugins.azexec.AzExecPlugin$7.run(AzExecPlugin.java:243)
at org.gudy.azureus2.pluginsimpl.local.utils.UtilitiesImpl.callWithPluginThreadContext(UtilitiesImpl.java:1092)
at org.gudy.azureus2.pluginsimpl.local.utils.UtilitiesImpl$4.run(UtilitiesImpl.java:483)
at org.gudy.azureus2.core3.util.AEThread2$threadWrapper.run(AEThread2.java:294)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>;(UNIXProcess.java:248)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 7 more
Executing: filebot -script fn:amc --output "/Users/myuser/Downloads/Torrents" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=Uncategorised" "ut_state=%S" "ut_title=Survivor.S31E15.HDTV.x264-FUM[ettv]" "ut_kind=multi" "ut_file=" "ut_dir=/Users/myuser/Downloads/Torrents/Survivor.S31E15.HDTV.x264-FUM[ettv]" excludeList=amc.txt
[ERROR] Unable to run "filebot -script fn:amc --output "/Users/myuser/Downloads/Torrents" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=Uncategorised" "ut_state=%S" "ut_title=Survivor.S31E15.HDTV.x264-FUM[ettv]" "ut_kind=multi" "ut_file=" "ut_dir=/Users/myuser/Downloads/Torrents/Survivor.S31E15.HDTV.x264-FUM[ettv]" excludeList=amc.txt".
java.io.IOException: Cannot run program "filebot": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:450)
at java.lang.Runtime.exec(Runtime.java:347)
at com.aelitis.azureus.plugins.azexec.AzExecPlugin$7.run(AzExecPlugin.java:243)
at org.gudy.azureus2.pluginsimpl.local.utils.UtilitiesImpl.callWithPluginThreadContext(UtilitiesImpl.java:1092)
at org.gudy.azureus2.pluginsimpl.local.utils.UtilitiesImpl$4.run(UtilitiesImpl.java:483)
at org.gudy.azureus2.core3.util.AEThread2$threadWrapper.run(AEThread2.java:294)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>;(UNIXProcess.java:248)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 7 more