qBittorrent + 4.7.9 not working, no entry in log

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
alexander_q
Posts: 21
Joined: 19 Aug 2014, 02:02

qBittorrent + 4.7.9 not working, no entry in log

Post by alexander_q »

Using script in qBittorrent to call Filebot. Was getting the following error with filebot 4.7.2:
Script not found: amc
java.io.FileNotFoundException: Script not found: amc
at net.filebot.cli.ScriptBundle.getScript(ScriptBundle.java:54)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:113)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:28)
at net.filebot.Main.main(Main.java:124)
Failure (°_°)
Purchased windows store version (4.7.9), sysinfo:
FileBot 4.7.9 (r4984)
JNA Native: 5.1.0
MediaInfo: 0.7.93
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-05-15 (r500)
Groovy: 2.4.10
JRE: Java(TM) SE Runtime Environment 1.8.0_121
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 3 GB Max Memory / 39 MB Used Memory
OS: Windows 10 (amd64)
Package: APPX
Done ?(?????)?
Changed script to point to filebot launcher in WindowsApps folder:
"C:/Program Files/WindowsApps/PointPlanck.FileBot_4.7.9.0_x64__49ex9gnthnt12/filebot.launcher.exe" -script fn:amc --output "D:" --log-file amc.log --action move --conflict override -non-strict --def music=n artwork=n clean=y unsorted=y reportError=y "seriesFormat=D:/_TV Shows/{n}/{'Season '+s}/{fn}" "movieFormat=D:/_Movies/{n} ({y})/{fn}" excludeList=amc.txt "%F"
Running script again, nothing appeared in the usual log located at "C:\Users\alexander_q\AppData\Roaming\FileBot\logs"

How should I proceed? Not sure why it's not working.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: qBittorrent + 4.7.9 not working, no entry in log

Post by rednoah »

1.
Call the command in PowerShell and see what it says.


2.
I'd set the log file to an easy to find location:

Code: Select all

--log-file D:/amc.log

3.
Use filebot or filebot.launcher. The Windows Store will make sure that filebot is in the $PATH. DO NOT use the absolute path unless you have a very good reason for doing so.
:idea: Please read the FAQ and How to Request Help.
Post Reply