Page 1 of 1

Failed to read video properties: NumberFormatException

Posted: 30 Dec 2019, 16:21
by Simonster99
Hi,

I'm using filebot as an automated way of downloading subtitles for movies and series.
However, lately the filebot command gives errors on newer episodes.
The exception message states the following:

Failed to read video properties: NumberFormatException: For input string: "24000/1001"

I've found that this 24000/1001 is the framerate of the video file.
I have no idea why it is written as a fraction and not as a regular number but I was wondering if any of you have the same issue and know how to fix this.

Thanks in advance!

Re: Failed to read video properties: NumberFormatException

Posted: 30 Dec 2019, 16:38
by rednoah
Please try the latest 4.9.0 beta. I think this one has been fixed already. Not sure though.

Re: Failed to read video properties: NumberFormatException

Posted: 30 Dec 2019, 18:55
by Simonster99
If I install the latest beta version, I get this error:

Code: Select all

Unrecognized option: --illegal-access=permit
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Re: Failed to read video properties: NumberFormatException

Posted: 30 Dec 2019, 19:10
by rednoah
You're running Java 8. Please use the Java 8 build (you're currently using the Java 11 build).