Page 1 of 1
[Package: TAR] Error after upgrade to 4.9.2
Posted: 01 Oct 2020, 12:13
by MickeMM
Hello!
After upgrade my filebot dosent work.
When i run filebot -script fn:sysinfo it say:
Code: Select all
License: java.lang.IncompatibleClassChangeError: 143646a211f2932f3e8594ab654a2f1bfa0c755ff989aa4fddcf5124c22e82c9
Everything else works, i think
Any solution? I have try to activate the licens again but that dident help.
Re: Error after upgrade to 4.9.2
Posted: 01 Oct 2020, 12:24
by rednoah
How did you upgrade FileBot?

Note that the
update-filebot.sh that is part of the portable package can only be used for quick minor patches, but for major upgrades you will likely need to upgrade all application files so that everything remains compatible.
Re: Error after upgrade to 4.9.2
Posted: 01 Oct 2020, 12:31
by MickeMM
It dident find any update when u run apt update on ubuntu, so i use this:
Code: Select all
(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/deb.sh)"
and then it found an upgrade. I run the script with root.
After upgrade i run licens activate with my other user "Micke" on the server, that user is the one who rename movies to.
Re: Error after upgrade to 4.9.2
Posted: 01 Oct 2020, 12:32
by MickeMM
I couldent past the whole script command, when i try to post here it gave me server error

But it is this is use:
viewtopic.php?t=6028
Re: Error after upgrade to 4.9.2
Posted: 01 Oct 2020, 12:33
by rednoah
1.
What does
filebot -script fn:sysinfo say?
2.
You can use pastebin to post logs that our WAF accidentally blocks:
https://pastebin.com/
Re: Error after upgrade to 4.9.2
Posted: 01 Oct 2020, 12:35
by MickeMM
Re: Error after upgrade to 4.9.2
Posted: 01 Oct 2020, 12:45
by rednoah
Package: TAR means that you are in fact running the portable package. Note that
r8043 is just the nightly build from yesterday, as opposed to
r8040 which was publish as stable release on 4 days ago.

You may also have installed the Debian package (
Package: DEB) in addition and unrelated to the portable package, but the
filebot -script fn:sysinfo output was definitely generated by the portable package and not the Debian package.

Uninstall all versions of FileBot that you may have installed, and then only install FileBot via the Debian package, as to avoid confusion.
Re: [Package: TAR] Error after upgrade to 4.9.2
Posted: 01 Oct 2020, 12:48
by MickeMM
Thanks! I will do that.
Should i run the installer with root or my user Micke?
Re: [Package: TAR] Error after upgrade to 4.9.2
Posted: 01 Oct 2020, 12:50
by rednoah
Just run as normal user, the script will sudo as necessary:
https://github.com/filebot/plugins/blob ... ler/deb.sh
Re: [Package: TAR] Error after upgrade to 4.9.2
Posted: 01 Oct 2020, 13:01
by MickeMM
Thanks!
I run the script and now i got this
Code: Select all
filebot -script fn:sysinfo
Error: Unable to access jarfile /home/micke/jar/filebot.jar
I also got this: E: Unable to locate package gnupg-curl (Ubuntu 20)
Re: [Package: TAR] Error after upgrade to 4.9.2
Posted: 01 Oct 2020, 13:20
by rednoah

Looks like you just opened your $HOME folder at some point in the past, and then unpacked the portable edition right there. Probably not a good idea.
i.e. at some point in the past, you seem to have skipped this step, and thus randomly dispersed FileBot portable application files into your user $HOME folder, which might make clean up a little be more intricate now:
rednoah wrote: ↑22 Jul 2018, 13:20
1.
Create a new folder and then cd into that folder:
Code: Select all
mkdir filebot-portable && cd filebot-portable

You can call
which filebot to see which
filebot executable is going to be called. You have seemingly deleted some of the portable application data files, yet you still have a
filebot launcher floating around somewhere, which of course fails if most of the application code is missing.