TVDB match locks up Filebot

Support for Ubuntu and other Desktop Linux distributions
Post Reply
User avatar
Mustang
Posts: 22
Joined: 07 Aug 2017, 15:50

TVDB match locks up Filebot

Post by Mustang »

Hello again rednoah,

I'm having trouble with Filebot recently. I am running Ubuntu 16.04. I installed Filebot 4.8.2 using the DEB package. When using the GUI, Filebot locks up while "matching" using TVDB. It doesn't lock up when using TVMaze.

From your "How to Request for Help"
If you're using the GUI:
Include System Information: Windows 10? macOS? Ubuntu?
How did you install FileBot? MSI package? Windows Store? App Store? Package Repository?
Include Screenshots
Include file paths as text when reporting mismatches (press F7 to copy debug information)
Use the Groovy Pad and run runScript 'sysinfo' (press F5 and then press F5 again)
- Ubuntu 16.04
- DEB package
- I'll attempt to get a screen shot, but it just shows Filebot window with the TVDB window popup and both frozen.
- I'll put my preset below
- sysinfo listed below

Code: Select all

filebot -script fn:sysinfo
FileBot 4.8.2 (r5789)
JNA Native: 5.2.2
MediaInfo: 18.05
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
GVFS: PlatformGVFS [/run/user/1000/gvfs]
Script Bundle: 2019-01-16 (r540)
Groovy: 2.5.1
JRE: Java(TM) SE Runtime Environment 10.0.2
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 950 MB Max Memory / 37 MB Used Memory
OS: Linux (amd64)
HW: Linux LaptopServer 4.15.0-43-generic #46~16.04.1-Ubuntu SMP Fri Dec 7 13:31:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
DATA: /home/rick/.filebot
Package: DEB
License: FileBot License PX6706377 (Valid-Until: 2069-01-11)
Done ヾ(@⌒ー⌒@)ノ

Code: Select all

/media/XX_Location_XX/Laptop_TV_Shows/{n} ({y})/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}{" ($vf)"}{" ($source)"}{" ($vc)"}
https://snag.gy/7imSZk.jpg

https://snag.gy/P473Nj.jpg

https://snag.gy/PFHthj.jpg

Image

Image

Image

If I run filebot GUI from the command line, I get the following errors and then it locks up again.

Code: Select all

filebot
Jan 22, 2019 6:43:02 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file /home/rick/.filebot/cache/0/data_0.data is out of date, probably due to an unclean shutdown. Deleting index file /home/rick/.filebot/cache/0/data_0.index
Jan 22, 2019 6:43:08 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file /home/rick/.filebot/cache/0/thetvdb_search_en_us_3.data is out of date, probably due to an unclean shutdown. Deleting index file /home/rick/.filebot/cache/0/thetvdb_search_en_us_3.index
Jan 22, 2019 6:43:08 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file /home/rick/.filebot/cache/0/thetvdb_en_1.data is out of date, probably due to an unclean shutdown. Deleting index file /home/rick/.filebot/cache/0/thetvdb_en_1.index
Resource not found: https://api.thetvdb.com/search/series?name=BSG
Resource not found: https://api.thetvdb.com/search/series?name=BSG
Jan 22, 2019 6:43:17 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file /home/rick/.filebot/cache/0/thetvdb_data_0_en_us_3.data is out of date, probably due to an unclean shutdown. Deleting index file /home/rick/.filebot/cache/0/thetvdb_data_0_en_us_3.index
Please let me know if there's anything else you need. Not sure what to do here. I'm open to any suggestions.

Thanks!
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: TVDB match locks up Filebot

Post by rednoah »

Please try [BETA] FileBot 4.8.5 and see if it makes a difference:
viewtopic.php?f=6&t=9535
:idea: Please read the FAQ and How to Request Help.
User avatar
Mustang
Posts: 22
Joined: 07 Aug 2017, 15:50

Re: TVDB match locks up Filebot

Post by Mustang »

Looks like installing Filebot 4.8.5 fixed the problem. However, installing 4.8.5 was not an easy process.

Since I am running Ubuntu 16.04, openjdk-11-jre cannot be easily installed. It is not included as an APT install. I had to use the steps described here: https://www.linuxuprising.com/2018/10/h ... buntu.html or shown below:

Code: Select all

sudo add-apt-repository ppa:linuxuprising/java
sudo apt update
sudo apt install oracle-java11-installer
sudo apt install oracle-java11-set-default
Of note, there is no openjdk-11-jre, but installing openjdk-11-installer works just as well.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: TVDB match locks up Filebot

Post by rednoah »

The portable package is compiled for Java 8 and works on any Linux device, especially older or embedded ones that only have access to Java 8.

Additionally, the new universal-jdk8 package is a DEB package specifically for older Ubuntu LTS systems. APT package sources for the new DEB packages will follow after release though.
:idea: Please read the FAQ and How to Request Help.
Post Reply