Failed to read media characteristics: DateTimeParseException: Text '2013-08-22 03:36:22' could not be parsed at index 10

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
drujoker
Posts: 2
Joined: 10 Apr 2020, 13:15

Failed to read media characteristics: DateTimeParseException: Text '2013-08-22 03:36:22' could not be parsed at index 10

Post by drujoker »

Hi there,

I use the java 8 filebot build of https://get.filebot.net/filebot/BETA/ for my synology device. Recently I switched from the official filebot to that build.
Since then I have log-entries like this:

Code: Select all

Failed to read media characteristics: DateTimeParseException: Text '2013-08-22 03:36:22' could not be parsed at index 10
Failed to read media characteristics: DateTimeParseException: Text '2010-12-23 17:31:29' could not be parsed at index 10
Failed to read media characteristics: DateTimeParseException: Text '2012-12-12 20:15:22' could not be parsed at index 10
Do you know what could be the cause of this? I searched through the forums, but couldnt find anything related. Is filebot expecting another dateformat?
Thanks for the help!


I call filebot using these commands:

Code: Select all

export JAVA_OPTS="-Xmx256m"
filebot -script fn:amc --lang de --output "/volume1/Freigabe/Series & Movies" --log-file amc.log --def skipExtract=y --action move -non-strict "/volume1/Freigabe/DL" --def excludeList=amc.txt "seriesFormat=Serien/{n}/{'Staffel '+s}/{n}.{s00e00} - {t}/{folder.name == 'DL' ? '' : folder.name}/{fn}" "movieFormat=Movies/{n} ({y})/{folder.name == 'DL' ? '' : folder.name}/{fn}"
Sysinfo:

Code: Select all

$ filebot -script fn:sysinfo
Low Memory Limit: 127 MB
* Consider using JAVA_OPTS -Xmx256m or higher
* Consider using -no-index on low-memory devices
FileBot 4.9.0 (r7287)
JNA Native: java.lang.UnsatisfiedLinkError: Native library (com/sun/jna/linux-ar                      mel/libjnidispatch.so) not found in resource path ([file:/volume1/public/filebot                      /jar/filebot.jar])
MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load arm (32-bit)                       native library libmediainfo.so: Could not initialize class com.sun.jna.Native
p7zip: p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,1 CPU)
unrar: UNRAR 5.21 freeware
FFprobe: 2.7.1
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such                       file or directory
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2020-03-16 (r625)
Groovy: 3.0.2
JRE: Java(TM) SE Embedded Runtime Environment 1.8.0_211
JVM: 32-bit Java HotSpot(TM) Embedded Client VM
CPU/MEM: 1 Core / 127 MB Max Memory / 17 MB Used Memory
OS: Linux (arm)
HW: Linux DS213 2.6.32.12 #24922 Tue Apr 23 17:32:06 CST 2019 armv5tel GNU/Linux                       synology_88f6282_213
STORAGE: ext4 [/] @ 1.3 GB | ext4 [/volume1] @ 4.7 TB | ext4 [/volume1/Videos/Mo                      vies_Series] @ 4.7 TB | ext4 [/volume1/Videos/DL] @ 4.7 TB | fuseblk.ntfs [/volu                      meUSB1/usbshare] @ 933 GB
DATA: /volume1/public/filebot/data/manuel
Package: TAR
License: FileBot License PXXXXXX (Valid-Until: 2020-10-02)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Failed to read media characteristics: DateTimeParseException: Text '2013-08-22 03:36:22' could not be parsed at inde

Post by rednoah »

On Synology DSM, FileBot uses ffprobe to read basic media information such as the media creation date. Either ffprobe 2/3 format date values differently, or ffprobe just passes along the raw media creation data from the file metadata which doesn't use the expected ISO_INSTANT format.


EDIT:

FileBot r7371 adds support for ffprobe 2013-08-22 03:36:22 date time format.
:idea: Please read the FAQ and How to Request Help.
drujoker
Posts: 2
Joined: 10 Apr 2020, 13:15

Re: Failed to read media characteristics: DateTimeParseException: Text '2013-08-22 03:36:22' could not be parsed at inde

Post by drujoker »

Thanks a lot rednoah! Appreciate your super fast + problem resolving responses. Its always a pleasure, I dont regret any money for buying a licence for filebot.
Post Reply