Page 1 of 1

new QNAP install, cant get filbebot node to work

Posted: 20 Aug 2020, 05:29
by zeltak
Hi all

so i moved to a new QNAP and for the life of me cant get the filbert node to work

The machine is a Ts-871 with latest qnap firmware

Code: Select all

[zeltak@znas4 /]$ uname -a
Linux znas4 4.14.24-qnap #1 SMP Mon Aug 17 01:20:01 CST 2020 x86_64 GNU/Linux
latest filbot, the latest Nodejs in the qnap app center (v8) and java from the filebot qnap repo:

Code: Select all


java installer 2.13 from Filebot repo
Node.js v8.9.4.0.1 from qnap app center


the attached file shows the error

https://pasteboard.co/Jnc3KHA.png

any clue what to do next?

thx!

Zeltak

Re: new QNAP install, cant get filbert node to work

Posted: 20 Aug 2020, 05:38
by rednoah
What does the log say?
viewtopic.php?t=11030

Re: new QNAP install, cant get filbert node to work

Posted: 20 Aug 2020, 12:45
by zeltak
hmm weird this is the log output

Code: Select all

ls: cannot access : No such file or directory
Node.js is not installed. Please install Node.js in the App Center.
/share/CACHEDEV1_DATA/.qpkg/filebot-node/start: line 38: node: command not found
also it seems like its installed not it /opt

Code: Select all

/share/CACHEDEV1_DATA/.qpkg/filebot-node/filebot-node.log
i installed node via the app center so not sure what's going on?

thx

Z

Re: new QNAP install, cant get filbert node to work

Posted: 20 Aug 2020, 12:47
by rednoah
Well, the node command is not installed correctly. You could try fixing the missing symlinks yourself, or contact the maintainers of this broken node package.

Re: new QNAP install, cant get filbert node to work

Posted: 20 Aug 2020, 12:57
by zeltak
gotcha. Well i think the node.js app is from the official qnap repo so i doubt they will respond..

any clue how to fix the symlinks?

thx (btw i assume my lifetime license will work on the qnap as well right?)

thx

Z

Re: new QNAP install, cant get filbebot node to work

Posted: 20 Aug 2020, 13:59
by rednoah
You can follow this thread for a manual fix:
viewtopic.php?f=13&t=6341#p36685

Re: new QNAP install, cant get filbebot node to work

Posted: 23 Aug 2020, 04:46
by rednoah
FileBot Node 3.1 and above will search /share/CACHEDEV1_DATA/.qpkg for a node executable if none is found in the $PATH.

Re: new QNAP install, cant get filbebot node to work

Posted: 04 Sep 2020, 12:21
by zeltak
thx rednoah
"FileBot Node 3.1 and above will search /share/CACHEDEV1_DATA/.qpkg for a node executable if none is found in the $PATH."
is that already out? In my qnap repo i can see v2.9..do i need to refresh somehow?

best

Z

Re: new QNAP install, cant get filbebot node to work

Posted: 04 Sep 2020, 13:22
by rednoah
You can manually install the latest package from here:
https://github.com/filebot/filebot-node/releases

You may also need to install the latest FileBot beta release for compatibility reasons:
viewtopic.php?t=1609

Re: new QNAP install, cant get filbebot node to work

Posted: 05 Sep 2020, 03:39
by zeltak
sweet!! V3.1 worked, thx so much

Z