
You'll want to use the
Tools ➔ License button in FileBot Node to activate your license:
rednoah wrote: ↑14 Aug 2018, 07:21
Option 4:
If you are using
FileBot Node on your NAS device, then you can use the
Tools ➔ License button to select and install your license file:

The console output above suggests that you use one docker environment
(i.e. -e PGID=0 -e PUID=0) to install your license, and then you use a different docker environment
(i.e. -e PGID=1000 -e PUID=1000) to run FileBot Node. You'll want to activate from within the FileBot Node WebUI to ensure that everything is running in the same docker environment.

What does the complete console output say? If no license is installed, then the error message should include the UID and the file path where the license file is expected to be for the current user at hand:
Code: Select all
...
* FileBot is running as [filebot] using [/data/filebot/license.txt]
...