FileBot fails to process a file named "Mysi patri do nebe"

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
fbotuser
Posts: 15
Joined: 30 Dec 2019, 20:55

FileBot fails to process a file named "Mysi patri do nebe"

Post by fbotuser »

Hi, have DS216play. Task scheduler to every 30 minutes.
Today I added some movie but filebot didn't added file to plex.

I found this in /filebot-node/log/1.log
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by net.filebot.Main (file:/volume1/@appstore/filebot/jar/filebot.jar)
WARNING: Please consider reporting this to the maintainers of net.filebot.Main
WARNING: System::setSecurityManager will be removed in a future release
Run script [fn:amc] at [Wed Feb 09 21:00:14 CET 2022]
Parameter: skipExtract = y
Parameter: plex = *****
Parameter: seriesFormat = {plex}
Parameter: movieFormat = Movies/{plex.name}
Parameter: excludeList = .excludes
Argument[0]: /volume1/sync
Use excludes: /volume1/Multimedia/.excludes (0)
Input: /volume1/sync/Mysi patri do nebe - CZ Dabing-BlurayTracker.cz RLS.mkv
Group: {} => [Mysi patri do nebe - CZ Dabing-BlurayTracker.cz RLS.mkv]
Finished without processing any files
Abort (×_×)
So I run filebot in DSM and click on "Execute". Got error after some minutes:
filebot -script 'fn:amc' /volume1/sync/ --output /volume1/Multimedia/ --action duplicate -non-strict --order Airdate --conflict auto --lang en --def 'skipExtract=y' 'plex=1.2.3.4:abcdefgh....' 'seriesFormat={plex}' 'movieFormat=Movies/{plex.name}' 'excludeList=.excludes' --apply refresh --log all --log-file '/var/packages/filebot-node/var/filebot.log'

------------------------------------------

WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by net.filebot.Main (file:/volume1/@appstore/filebot/jar/filebot.jar)
WARNING: Please consider reporting this to the maintainers of net.filebot.Main
WARNING: System::setSecurityManager will be removed in a future release
Run script [fn:amc] at [Wed Feb 09 22:37:16 CET 2022]
Parameter: skipExtract = y
Parameter: plex = *****
Parameter: seriesFormat = {plex}
Parameter: movieFormat = Movies/{plex.name}
Parameter: excludeList = .excludes
Argument[0]: /volume1/sync
Use excludes: /volume1/Multimedia/.excludes (0)
Input: /volume1/sync/Mysi patri do nebe - CZ Dabing-BlurayTracker.cz RLS.mkv
Group: {} => [Mysi patri do nebe - CZ Dabing-BlurayTracker.cz RLS.mkv]
Finished without processing any files
Abort (×_×)

------------------------------------------

[Process error]

🔺 Exit Code: 4
Any idea please?

Here is my info log from filebot:
filebot -script 'fn:sysinfo' --log-file '/var/packages/filebot-node/var/filebot.log'

------------------------------------------

WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by net.filebot.Main (file:/volume1/@appstore/filebot/jar/filebot.jar)
WARNING: Please consider reporting this to the maintainers of net.filebot.Main
WARNING: System::setSecurityManager will be removed in a future release
FileBot 4.9.4 (r8736)
JNA Native: 6.1.0
MediaInfo: 19.04
Tools: p7zip/16.02 unrar/5.70
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2022-01-20 (r791)
Groovy: 3.0.8
JRE: OpenJDK Runtime Environment 17.0.1
JVM: 32-Bit OpenJDK Client VM
JAVA_OPTS: -Xmx525m
CPU/MEM: 2 Core / 533 MB Max Memory / 21 MB Used Memory
OS: Linux (arm)
HW: Linux DS216play 3.10.108 #42218 SMP Mon Oct 18 19:15:02 CST 2021 armv7l GNU/Linux synology_monaco_ds216play
CPU/MEM: ARMv7 Processor rev 0 (v7l) | STi SoC with Flattened Device Tree [MemTotal: 689 MB | MemFree: 26 MB | SwapCached: 12 MB | SwapTotal: 2.1 GB | SwapFree: 2.1 GB]
STORAGE: ext4 [/] @ 1.2 GB | ext4 [/volume1] @ 6 TB
USER: FileBot
DATA: /var/packages/filebot/var/data/106247
Package: SPK
Activate License [P********] on [Wed Feb 09 22:36:53 CET 2022]
License: FileBot License P******** (Valid-Until: 2022-05-09)
Done ヾ(@⌒ー⌒@)ノ

------------------------------------------

[Process completed]
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: A terminally deprecated method in java.lang.System has been called

Post by rednoah »

1.
FileBot can't identify the file because the file name is just too bad. You might get better results with the English move (?) title. If it's a movie, then you could try to force Movie Mode and maybe get better results, or process the file manually with the GUI so you can manually enter the movie id:

Code: Select all

Group: {} => [Mysi patri do nebe - CZ Dabing-BlurayTracker.cz RLS.mkv]
Finished without processing any files


2.
This is just a meaningless warning. It has no effect on FileBot working or not working. You can ignore that. If FileBot doesn't work for some reason, this is not it.

Code: Select all

WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by net.filebot.Main (file:/volume1/@appstore/filebot/jar/filebot.jar)
WARNING: Please consider reporting this to the maintainers of net.filebot.Main
WARNING: System::setSecurityManager will be removed in a future release
:idea: Please read the FAQ and How to Request Help.
Post Reply