I have a question for you ppl

I'm runing QTS 4.4.1.1146 on a QNAP TS253Be. I've installed Filebot 4.9.0 and Filebot Node 2.8.7 sucessfully, and everything is running superb (Thanks to RedNoah's support).
I'm using qBitorrent 4.2.1.0, as I were using before my unit replacement, selecting the option to run an external program after completing each dowload, to call filebot to move and rename those files.
This time I've noticed that the script runs perfectly fine if I call it through Filebot Node, but when I try to use it through qBitorrent, nothing happens.
Code: Select all
filebot -script 'fn:amc' /share/Descargas/Completadas --output /share/Multimedia/ --action move -non-strict --order Airdate --conflict auto --lang es --def 'music=y' 'unsorted=y' 'artwork=y' 'clean=y' 'skipExtract=y' 'plex=192.168.1.200:************' 'seriesFormat=Series/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}' 'movieFormat=Películas/{n} ({y})/{n} ({y})' 'excludeList=Procesados.excludes' --log all --log-file '/opt/filebot-node/data/filebot.log'
Thank you so much in advance.
Edit:
FYI:
Code: Select all
/share/CACHEDEV1_DATA/.qpkg$ filebot -version
FileBot 4.9.0 (r6976) / OpenJDK Runtime Environment 13.0.1 / Linux 4.14.24-qnap (amd64)