I meant I saw other errors, but these may not be related. This exact issue can be considered resolved for me.
I have to re-run my script with logging, and I'll let you know if I see anything else.
Thanks again!
Search found 5 matches
- 16 Sep 2021, 06:34
- Forum: Feature Requests and Bug Reports
- Topic: Frequent error: java.nio.charset.UnsupportedCharsetException: ISO-8859-8
- Replies: 5
- Views: 13355
- 16 Sep 2021, 04:00
- Forum: Feature Requests and Bug Reports
- Topic: Frequent error: java.nio.charset.UnsupportedCharsetException: ISO-8859-8
- Replies: 5
- Views: 13355
Re: Frequent error: java.nio.charset.UnsupportedCharsetException: ISO-8859-8
Thank you for replying.
4.9.4 fixed most of the occurrences, and the "--output srt" fixed even more. I'll dig a bit more on any remaining.
Thank you again.
4.9.4 fixed most of the occurrences, and the "--output srt" fixed even more. I'll dig a bit more on any remaining.
Thank you again.
- 10 Sep 2021, 04:04
- Forum: Feature Requests and Bug Reports
- Topic: Frequent error: java.nio.charset.UnsupportedCharsetException: ISO-8859-8
- Replies: 5
- Views: 13355
Frequent error: java.nio.charset.UnsupportedCharsetException: ISO-8859-8
In a (DOS shell) script (Win 10 64-bit) I'm running, to pull down subtitles in a few languages for some movies, I frequently get the following error: java.nio.charset.UnsupportedCharsetException: ISO-8859-8 The filebot command line is... "C:\Program Files\Filebot\filebot" -get-subtitles -r "%_P ...
- 23 Jun 2021, 03:23
- Forum: Windows
- Topic: Win10 Java error: net.filebot.media.MediaCharacteristics.getFrameRate
- Replies: 3
- Views: 8228
Re: Win10 Java error: net.filebot.media.MediaCharacteristics.getFrameRate
It might prevent further action (I didn't test), especially if it's trying to match up FPS against the subtitles?
In any case, the null looks like it's being treated as a Java error and should be caught and ignored (or treated as 30 or 24)... it's a relatively useless error.
In any case, the null looks like it's being treated as a Java error and should be caught and ignored (or treated as 30 or 24)... it's a relatively useless error.
- 22 Jun 2021, 21:18
- Forum: Windows
- Topic: Win10 Java error: net.filebot.media.MediaCharacteristics.getFrameRate
- Replies: 3
- Views: 8228
Win10 Java error: net.filebot.media.MediaCharacteristics.getFrameRate
Getting an error on several files: Failed to parse media characteristics: (filename): java.lang.NullPointerException: Cannot invoke "java.lang.Double.doubleValue()" because the return value of "net.filebot.media.MediaCharacteristics.getFrameRate()" is null (I don't find "java.lang.Double.doubleValue ...