Invalid License File: *.psm

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
njb0b
Posts: 1
Joined: 21 Dec 2017, 16:59

Invalid License File: *.psm

Post 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
User avatar
rednoah
The Source
Posts: 22977
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Installing FileBot on QNAP NAS

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply