Hi, I wanted to use Filebot Node on a recent download of a TV series after quite a while of not using it.
However, I noticed that the episodes were not saveed in the Organized Folder / TV Shows folder.
It seems Filebot Node stops and I see two possibly relevant messages for this:
1) Generate CDS archive...
/var/packages/filebot/target/jsa/generate-app-cds: line 19: 25154 Aborted (core dumped) java -Xshare:dump -XX:SharedClassListFile="$CDS_ARCHIVE.lst" -XX:SharedArchiveFile="$CDS_ARCHIVE" -jar "$CDS_CLASSPATH" > "$CDS_ARCHIVE.log" 2>&1
2) Failed to read media characteristics: /volume1/video/Downloads/Severance.S01E02.720p.BluRay.x264-BORDURE/severance.s01e02.720p.bluray.x264-bordure/Severance.S01E02.720p.BluRay.x264-BORDURE/Severance.S01E02.720p.BluRay.x264-BORDURE.mkv [Last-Modified: Wed Jan 01 00:00:00 CET 2098]: [/var/packages/MediaServer/target/bin/ffprobe, -show_streams, -show_format, -print_format, json, -v, error, /volume1/video/Downloads/Severance.S01E02.720p.BluRay.x264-BORDURE/severance.s01e02.720p.bluray.x264-bordure/Severance.S01E02.720p.BluRay.x264-BORDURE/Severance.S01E02.720p.BluRay.x264-BORDURE.mkv] failed (1)
After this it places these episodes on the ignore list, annoyingly so, even though they were not processed correctly (they were unpacked but not renamed).
Does anyone know what I need to do to fix this?
Thanks
Failed to read media characteristics
Re: Failed to read media characteristics
pietpara wrote: ↑10 Apr 2025, 20:31Code: Select all
/var/packages/filebot/target/jsa/generate-app-cds: line 19: 25154 Aborted (core dumped)

pietpara wrote: ↑10 Apr 2025, 20:31Code: Select all
Failed to read media characteristics: /volume1/video/Downloads/Severance.S01E02.720p.BluRay.x264-BORDURE/severance.s01e02.720p.bluray.x264-bordure/Severance.S01E02.720p.BluRay.x264-BORDURE/Severance.S01E02.720p.BluRay.x264-BORDURE.mkv [Last-Modified: Wed Jan 01 00:00:00 CET 2098]: [/var/packages/MediaServer/target/bin/ffprobe, -show_streams, -show_format, -print_format, json, -v, error, /volume1/video/Downloads/Severance.S01E02.720p.BluRay.x264-BORDURE/severance.s01e02.720p.bluray.x264-bordure/Severance.S01E02.720p.BluRay.x264-BORDURE/Severance.S01E02.720p.BluRay.x264-BORDURE.mkv] failed (1)




Sorry for the inconvenience. Unfortunately, the primary purpose of the exclude list is to prevent infinite loops. If the file wasn't added to the exclude list, then repeated calls would repeatedly try and fail to process the file, indefinitely.
