Unbuntu 18.04 error when activating license

Support for Ubuntu and other Desktop Linux distributions
Post Reply
aaseef021
Posts: 53
Joined: 08 Nov 2017, 04:08

Unbuntu 18.04 error when activating license

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

Re: Unbuntu 18.04 error when activating license

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