Page 1 of 1

Filebot Subtitles Timeout

Posted: 15 Jul 2020, 22:36
by mesol
I have 20k movies that I want to download their subtitles. Subsribed to Opensubtitles VIP as well. But using GUI, if I add more than 50 movies, filebot seems not responding/timeout. How can I increase timeout?

I tried CLI, but maxDays=30 is making it useless. Nothing scrape from this method. My suggestion to increase this limit. It is almost impossible to get subs for newly released movies.

Re: Filebot Subtitles Timeout

Posted: 16 Jul 2020, 05:04
by rednoah
OpenSubtitles is known to be unreliable at times. It's not that you're exceeding the limit or anything, it's just that the server is either down or overloaded, so nothing works regardless of anything.


Changing the network timeout will not make a difference. Neither will increasing the retry limit, unless you're willing to retry continuously (in exponentially increasing intervals) for a day or two waiting for OpenSubtitles server to start working again.


The default retry limit is 2 and you can configure it to be higher if you want, but note that this will only result in FileBot running and retrying forever, perhaps giving you the results you want on multi-day time scales:

Code: Select all

filebot -script fn:properties --def net.filebot.CachedResource.retryLimit=10

Re: Filebot Subtitles Timeout

Posted: 16 Jul 2020, 17:14
by mesol
Thanks for the script. Testing out with retryLimit=3. Will report the outcome soon.