somehow filebot-watcher in Docker lost the license. After re-composing and entering the container and trying to add the license the following error occurs:
Code: Select all
filebot --license -e PUID=1000 -e PGID=100
WARNING: java.io.tmpdir directory does not exist
Did you read the manual?
└ https://www.filebot.net/manpage.html
Did you quote and escape your arguments correctly?
└ https://www.filebot.net/help/args.html
args[1] = --license
args[2] = -e
args[3] = PUID=1000
args[4] = -e
args[5] = PGID=100
File does not exist: /-e
Jun 16, 2024 5:06:31 PM java.util.prefs.FileSystemPreferences$1 run
WARNING: Couldn't create user preferences directory. User preferences are unusable.
Jun 16, 2024 5:06:31 PM java.util.prefs.FileSystemPreferences$1 run
WARNING: java.io.IOException: No such file or directory
Jun 16, 2024 5:06:33 PM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
WARNING: Could not lock User prefs. Unix error code 2.
Couldn't get file lock.
java.util.prefs.BackingStoreException: Couldn't get file lock.
at net.filebot.UserData.flush(Unknown Source)
at net.filebot.Main.shutdown(Unknown Source)
at net.filebot.Main.main(Unknown Source)