I successfully installed filebot on debian 9 armv7f (with small tweak to filebot.sh -
Code: Select all
JAVA_OPTS="-Djna.nosys=false"
But now I tried using the official repo to install filebot on Ubuntu Server 16.04 (same machine as debian 9 armv7f) and it worked
But when I run
Code: Select all
filebot -script fn:sysinfo
Code: Select all
java.security.cert.CertPathValidatorException: signature check failed
I removed the repo version and all dependencies and then installed openjdk-8-jre-headless libopenjfx-java mediainfo libchromaprint-tools unrar p7zip-full
I then grabbed the portable version, same error. I also tried the last free version off sf and that gave exact same error.
The error happens when fetching this file, since its https, it makes sense that something with cert validation is causing an error. Or it could just be trying to check if fn.jar is signed properly and failed. Not sure.
Code: Select all
Fetch failed: https://api.filebot.net/v5/script/fn.jar.xz
Edit: just to note, reason I switched to ubuntu was because I was having issue compiling libtorrent on debian 9 and ubuntu worked just fine.