Subtitle Search returns 'unable to load subtitles' error

Server Version#: 1.19.5.3112
Player Version#: 4.34.3

Lately I’ve been having trouble looking up subtitles via the ‘Subtitles’ > ’ Search…’ feature.
Whenever I look for a subtitle it returns a ‘unable to load subtitles’ error.

The first few weeks, this feature seemed to work fine, but lately, it has just stopped returning results altogether.

Looking through the log files while downloading, I found this error in Plex Media Server.log but I’m a little stuck on how to debug further.

Aug 02, 2020 10:52:56.680 [0x972fd440] WARN - NetworkServiceBrowser: Error sending out discover packet from 127.0.0.1 to 127.255.255.255: Operation not permitted
Aug 02, 2020 10:52:56.681 [0x9e4ff440] WARN - NetworkServiceBrowser: Error sending out discover packet from 127.0.0.1 to 127.255.255.255: Operation not permitted
Aug 02, 2020 10:52:57.646 [0xb0eff440] DEBUG - Auth: authenticated user 1 as [[REDACTED]]
Aug 02, 2020 10:52:57.647 [0xa70fe440] DEBUG - Request: [192.168.10.12:55335 (Subnet)] GET /library/metadata/618/subtitles?language=en&hearingImpaired=0&forced=0 (11 live) TLS GZIP Signed-in Token ([[REDACTED]])
Aug 02, 2020 10:53:01.680 [0x99afa440] WARN - NetworkServiceBrowser: Error sending out discover packet from 127.0.0.1 to 127.255.255.255: Operation not permitted
Aug 02, 2020 10:53:01.681 [0x9e4ff440] WARN - NetworkServiceBrowser: Error sending out discover packet from 127.0.0.1 to 127.255.255.255: Operation not permitted
Aug 02, 2020 10:53:02.940 [0xa70fe440] ERROR - Error issuing curl_easy_perform(handle): 56
Aug 02, 2020 10:53:02.945 [0xb06fe440] DEBUG - Completed: [[[CLIENTIP]]:55335] 500 GET /library/metadata/618/subtitles?language=en&hearingImpaired=0&forced=0 (11 live) TLS GZIP 5298ms 484 bytes (pipelined: 80)
Aug 02, 2020 10:53:03.883 [0x9e4ff440] WARN - NetworkServiceBrowser: Error sending out discover packet from [[SERVERIP]] to 239.255.255.250: Operation not permitted
Aug 02, 2020 10:53:04.090 [0xb06fe440] DEBUG - Auth: authenticated user 1 as [[REDACTED]]
Aug 02, 2020 10:53:04.090 [0x9b2fd440] DEBUG - Request: [[[CLIENTIP]]:55335 (Subnet)] GET /:/timeline?ratingKey=618&key=%2Flibrary%2Fmetadata%2F618&playbackTime=0&playQueueItemID=7895&state=paused&hasMDE=1&time=928000&duration=1442000 (11 live) TLS GZIP Signed-in Token ([[REDACTED]])

Any help would be greatly appreciated :slight_smile:

Welp, guess I’ll have to write my own implementation to download subtitles automatically using OpenSubtitlesDownloader:expressionless:

its broken for me too. lastest update broke it

I ended up writing a wrapper around OpenSubtitlesDownloader that I can schedule to run every night in order to pick up new movies/shows’ subtitles…

It’s far from perfect (in my limited testing OSD has a failure rate of about 20% in finding the right subtitle). But it’s better than nothing and hopefully Plex will remedy this issue somewhere in the future.

I can share my code if there’s interest.

To follow-up… by enabling the automatic subtitle download feature, I was able to get subtitles working for any new additions to my plex library:

So I’m now just using my script to add subtitles for the content that was already there prior to enabling the download feature.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.