Server Version#: 1.40.5.8921
Player Version#: 10.20.0.1427
Started noticing an issue that is happening more lately. My server goes unavailable locally.
It will show up eventually and work when streaming. But now seems the menu will be randomly broken. I’ll have the art work for 3 or 4 video as I scroll the same 3 or 4 videos show up. Or my clients just cant find the server. My clients are Nvidia shields.
My server is a PC running linux with an i9 13900 cpu. I have roughly 1500 movies in my library. When downloading logs what is the typical log file to look in? do you just grep for ERROR in plex media server.log or do you search all of them?
2024-09-11 19:49:39,030 (1507737d2808) : DEBUG (proxyservice:12) - Starting the proxy service
2024-09-11 19:49:39,031 (15076fff5b38) : DEBUG (runtime:1117) - Created a thread named 'ensure_agent_info_exists_inner'
2024-09-11 19:49:39,032 (15076ffafb38) : CRITICAL (runtime:1128) - Exception in thread named 'refresh_servers' (most recent call last):
File "/usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 1126, in _start_thread
f(*args, **kwargs)
File "/usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/System.bundle/Contents/Code/peerservice.py", line 169, in refresh_servers
servers_el = self.get_servers_el()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/System.bundle/Contents/Code/peerservice.py", line 165, in get_servers_el
return XML.ElementFromURL('http://127.0.0.1:32400/servers', cacheTime = 0)
File "/usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/parsekit.py", line 344, in ElementFromURL
method=method,
File "/usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/networkkit.py", line 67, in _http_request
req = self._core.networking.http_request(url, *args, **kwargs)
File "/usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 352, in http_request
return HTTPRequest(self._core, url, data, h, url_cache, encoding, errors, timeout, immediate, sleep, opener, follow_redirects, method)
File "/usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 119, in __init__
self.load()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/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 503: Service Unavailable
DEBUG (networking:144) - Requesting 'http://resources-cdn.plexapp.com/hashes.json'
2024-09-11 19:49:41,809 (15076ffd2b38) : ERROR (networking:197) - Error opening URL 'http://resources-cdn.plexapp.com/hashes.json'
2024-09-11 19:49:41,809 (15076ffd2b38) : CRITICAL (runtime:1299) - Exception getting hosted resource hashes (most recent call last):
File "/usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 1291, in get_resource_hashes
json = self._core.networking.http_request("http://resources-cdn.plexapp.com/hashes.json", timeout=5).content
File "/usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/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-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 221, in __str__
self.load()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/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
