Page 1 of 1

Unbuntu 18.04 error when activating license

Posted: 14 Mar 2020, 03:55
by aaseef021
Hi I get the following error when activating license on Ubuntu 18.04 server

Code: Select all

I tried filebot --license /path/license file.psm

Code: Select all

FileBot 4.8.5 (r6224) / OpenJDK Runtime Environment 1.8.0_191 / Linux 4.15.0-88-generic (amd64)

Error during startup
net.filebot.cli.CmdlineException: Invalid License File: /data/Documents/FileBot_License_P9982009.psm
	at net.filebot.cli.ArgumentBean.getLicenseKey(ArgumentBean.java:367)
	at net.filebot.Main.main(Main.java:125)
Caused by: java.nio.file.NoSuchFileException: /data/Documents/FileBot_License_P9982009.psm
	at net.filebot.util.FileUtilities.readFile(FileUtilities.java:202)
	at net.filebot.util.FileUtilities.readTextFile(FileUtilities.java:213)
	at net.filebot.cli.ArgumentBean.getLicenseKey(ArgumentBean.java:365)
	... 1 more

Re: Unbuntu 18.04 error when activating license

Posted: 14 Mar 2020, 06:29
by rednoah
/data/Documents/FileBot_License_P9982009.psm does not exist:

Code: Select all

Caused by: java.nio.file.NoSuchFileException: /data/Documents/FileBot_License_P9982009.psm

:?: What does filebot -script fn:sysinfo say? Please read How to Request Help.


:?: Does FileBot have access to your /data/Documents folder? (NOTE: if you're using SNAP then /data is not accessible)