Page 1 of 1

Invalid License File: *.psm

Posted: 09 Dec 2018, 20:27
by njb0b
Hi rednoah,

i just purchased a license and i'm getting an error when i try and activate it...

Code: Select all

net.filebot.cli.CmdlineException: Invalid License File: *.psm
        at net.filebot.cli.ArgumentBean.getLicenseKey(ArgumentBean.java:360)
        at net.filebot.Main.main(Main.java:121)
Caused by: java.nio.file.NoSuchFileException: *.psm
        at net.filebot.util.FileUtilities.readFile(FileUtilities.java:199)
        at net.filebot.util.FileUtilities.readTextFile(FileUtilities.java:210)
        at net.filebot.cli.ArgumentBean.getLicenseKey(ArgumentBean.java:358)
        ... 1 more

Re: Installing FileBot on QNAP NAS

Posted: 10 Dec 2018, 08:37
by rednoah
If you call ls and don't see any *.psm files in the current working directory, then filebot --license *.psm won't do anything either, because the shell won't expand *.psm to the actual file name:

Code: Select all

Invalid License File: *.psm

You may pass in the absolute path to your license file:

Code: Select all

filebot --license /path/to/my/license/file.psm