It's been a while since i use my filebot amc script without any error.
Lately i've been finding some problem with the error in subject when i try to use the suball amc script
Error: Select all
An unexpected error occurred during startup: java.lang.NoClassDefFoundError: com/github/benmanes/caffeine/cache/Caffeine
java.lang.NoClassDefFoundError: com/github/benmanes/caffeine/cache/Caffeine
at net.filebot.MemoryCache.forMinutes(Unknown Source)
at net.filebot.WebServices$TMDbMovieClient.<init>(Unknown Source)
at net.filebot.WebServices.<clinit>(Unknown Source)
at net.filebot.Main.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.github.benmanes.caffeine.cache.Caffeine
... 4 more
Console Output: Select all
$ filebot -version
FileBot 5.1.2 (r10125) / OpenJDK Runtime Environment 11.0.19
My script:
Shell: Select all
filebot -script fn:suball /home/myuser/myfolder -non-strict --lang it --def maxAgeDays=7
Thanks