Server Version#:Version 1.29.2.6364
Player Version#:Version 1.58.1.3380-ea159c52
Plex does not automatically download subtitle. if i do it manually, i can download one and only one subtitle, then i get an error after that one.
below an error found in the opensubtitles log :
‘http://127.0.0.1:32400/system/messaging/clear_events/com.plexapp.agents.opensubtitles’
2022-12-07 09:50:25,398 (7fbbc6ec0808) : DEBUG (accessor:68) - Creating a new model access point for provider com.plexapp.agents.opensubtitles in namespace ‘metadata’
2022-12-07 09:50:25,402 (7fbbc6ec0808) : DEBUG (networking:143) - Requesting ‘http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes’
2022-12-07 09:50:25,479 (7fbbc6ec0808) : ERROR (networking:196) - Error opening URL ‘http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes’
2022-12-07 09:50:25,480 (7fbbc6ec0808) : CRITICAL (runtime:1299) - Exception getting hosted resource hashes (most recent call last):
File “/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Plug-ins-6d72b0cf6/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py”, line 1293, in get_resource_hashes
json = self._core.networking.http_request(“http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes”, timeout=10).content
File “/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Plug-ins-6d72b0cf6/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py”, line 242, in content
return self.str()
File “/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Plug-ins-6d72b0cf6/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py”, line 220, in str
self.load()
File “/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Plug-ins-6d72b0cf6/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py”, line 158, in load
f = self._opener.open(req, timeout=self._timeout)
File “/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Python/python27.zip/urllib2.py”, line 435, in open
response = meth(req, response)
File “/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Python/python27.zip/urllib2.py”, line 548, in http_response
‘http’, request, response, code, msg, hdrs)
File “/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Python/python27.zip/urllib2.py”, line 473, in error
return self._call_chain(*args)
File “/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Python/python27.zip/urllib2.py”, line 407, in _call_chain
result = func(*args)
File “/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Python/python27.zip/urllib2.py”, line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found