Server Version#: 1.40.5.8854
Player Version#: N/A
Hi everyone,
Facing a very weird issue which started on the 21st. Prior to this I had zero issues with movies matching automatically. My directory structure is:
{Movie CleanTitle} ({Release Year}) {imdb-{ImdbId}}
Tried downgrading and switching to the :plexpass Docker image but nothing seems to help.
I’ve tried several restarts but nothing seems to work out. The server is running on a dedicated Linux server on a cloud provider with a VPN in front of Plex. I haven’t had any issues with this setup for the last 2 years, they only started on the 21st.
Even shows / movies that were previously matched correctly turn up “No matches found.” now. It returns that instantly, without taking a while to search.
Is there a curl call I could maybe try from the Plex container to verify if the requests are going through?
I’ve noticed this stack trace in all my plug-in logs:
2024-08-23 05:57:21,525 (7f3b1a55e808) : CRITICAL (runtime:1299) - Exception getting hosted resource hashes (most recent call last):
File "/usr/lib/plexmediaserver/Resources/Plug-ins-1bd569c5f/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 "/usr/lib/plexmediaserver/Resources/Plug-ins-1bd569c5f/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 243, in content
return self.__str__()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-1bd569c5f/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 221, in __str__
self.load()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-1bd569c5f/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 159, in load
f = self._opener.open(req, timeout=self._timeout)
File "/usr/lib/plexmediaserver/Resources/Python/python27.zip/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/lib/plexmediaserver/Resources/Python/python27.zip/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/plexmediaserver/Resources/Python/python27.zip/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/usr/lib/plexmediaserver/Resources/Python/python27.zip/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/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
Please let me know if the whole server logs would help!