FileBot AMC Debian

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
CDI
Posts: 2
Joined: 01 Dec 2016, 19:16

FileBot AMC Debian

Post by CDI »

At first, sry for my bad english :oops: ;)

I have a big problem with FileBot and the amc.skript.

A month ago I installed FileBot on my new server. OMV 2.2.13.
And it has done its job very well.

But since last week, i get a error message.

First, all OKAY:

Code: Select all

Run script [fn:amc] at [Sat Nov 26 15:31:23 CET 2016]
Parameter: movieFormat = ./Filme/{n}/{n}
Parameter: seriesFormat = ./Serien/{n}/{n} Staffel {s}/{n} {s00e00} {t}
Parameter: storeReport = y
Parameter: excludeList = amc.txt
Argument[0]: ****
Use excludes: ***
Input: ****
Group: ****
Rename episodes using ****
Auto-detected query: ****
Fetching episode data for ****
[COPY] Rename *****
Processed 1 files
Saving report as /root/.filebot/reports/****
Done ヾ(@⌒ー⌒@)ノ
Then, just 3 minutes later:

Code: Select all

Run script [fn:amc] at [Sat Nov 26 15:34:36 CET 2016]
Parameter: movieFormat = ./Filme/{n}/{n}
Parameter: seriesFormat = ./Serien/{n}/{n} Staffel {s}/{n} {s00e00} {t}
Parameter: storeReport = y
Parameter: excludeList = amc.txt
Argument[0]: ****
Use excludes: ****
Failed to load 7z-JBinding: /usr/share/filebot/lib7-Zip-JBinding.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/share/filebot/lib7-Zip-JBinding.so)
net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding: /usr/share/filebot/lib7-Zip-JBinding.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/share/filebot/lib7-Zip-JBinding.so)
	at net.filebot.archive.SevenZipLoader.requireNativeLibraries(SevenZipLoader.java:36)
	at net.filebot.archive.SevenZipLoader.open(SevenZipLoader.java:47)
	at net.filebot.archive.SevenZipNativeBindings.<init>(SevenZipNativeBindings.java:35)
	at net.filebot.archive.Archive$Extractor.newInstance(Archive.java:28)
	at net.filebot.archive.Archive.open(Archive.java:39)
	at net.filebot.media.MediaDetection.isVideoDiskFile(MediaDetection.java:104)
	at net.filebot.cli.ScriptShellMethods.isDisk(ScriptShellMethods.java:105)
	at Script1.acceptFile(Script1.groovy:246)
	at Script1$_resolveInput_closure90.doCall(Script1.groovy:281)
	at net.filebot.cli.ScriptShellMethods.listFiles(ScriptShellMethods.java:76)
	at Script1.resolveInput(Script1.groovy:281)
	at Script1$_run_closure49.doCall(Script1.groovy:294)
	at Script1.run(Script1.groovy:294)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:62)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
	at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:113)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:28)
	at net.filebot.Main.main(Main.java:124)
Caused by: java.lang.UnsatisfiedLinkError: /usr/share/filebot/lib7-Zip-JBinding.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/share/filebot/lib7-Zip-JBinding.so)
	at net.filebot.archive.SevenZipLoader.requireNativeLibraries(SevenZipLoader.java:32)
	... 17 more
Failure (°_°)
What can I do???? :cry: :cry:

Code: Select all

filebot -script fn:sysinfo

FileBot 4.7.2 (r4178)
JNA Native: 4.0.1
MediaInfo: 0.7.58
7-Zip-JBinding: net.sf.sevenzipjbinding.SevenZipNativeInitializationException: Failed to load 7z-JBinding: /usr/share/filebot/lib7-Zip-JBinding.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/share/filebot/lib7-Zip-JBinding.so)
Chromaprint: [/usr/share/filebot/fpcalc, -version] failed
Extended Attributes: OK
GVFS: OK
Script Bundle: 2016-11-07 (r458)
Groovy: 2.4.7
JRE: Java(TM) SE Runtime Environment 1.8.0_111 (headless)
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 3 GB Max Memory / 13 MB Used Memory
OS: Linux (amd64)
Package: DEB
Data: /root/.filebot
uname: Linux OMV 3.2.0-4-amd64 #1 SMP Debian 3.2.82-1 x86_64 GNU/Linux

------------------- UPDATE AVAILABLE: FileBot 4.7.5 (r4600) --------------------

Done ヾ(@⌒ー⌒@)ノ
I have tried the last available update. It was not better but worse, because I could not run

Code: Select all

filebot -script fn:sysinfo
until the end.

I hope someone can help me!
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot AMC Debian

Post by rednoah »

Your OS is not compatible with the 7zip native library that's included in the debian package.

You can try a different extraction module.
:idea: Please read the FAQ and How to Request Help.
Post Reply