Server Version#: 1.20.1.3252-a78fef9a9_amd64 (Running on Ubuntu 20.04)
Player Version#:
After upgrading to 1.20.1.3252 my Plex Server started crashing for no apparent reason.
I tried reinstalling it from scratch, running apt purge, removing everything in /var/lib/plexmediaserver and checking that /usr/lib/plexmediaserver is also removed. I removed the plex user and group.
Still when I start Plex, it runs fine, until I access it, then after a few seconds to minutes it crashes.
Attached you can find the full log files (I can also provide the crash dump if needed), I sadly am unable to find any fault in them myself.
Only thing that looks suspicious to me is a CRITICAL warning in PMS Plugin Logs/com.plexapp.system.log:
com.plexapp.system.log (29.1 KB)
Plex Media Server.log (580.9 KB)
2020-09-16 10:34:14,005 (7ff8f0ff9700) : DEBUG (runtime:1156) - Starting timed thread named 'refresh_servers'
2020-09-16 10:34:14,005 (7ff8f0ff9700) : DEBUG (peerservice:164) - Fetching the current list of servers
2020-09-16 10:34:14,006 (7ff8f0ff9700) : DEBUG (networking:143) - Requesting 'http://127.0.0.1:32400/servers'
2020-09-16 10:34:14,009 (7ff8f0ff9700) : CRITICAL (runtime:1128) - Exception in thread named 'refresh_servers' (most recent call last):
File "/usr/lib/plexmediaserver/Resources/Plug-ins-a78fef9a9/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-a78fef9a9/System.bundle/Contents/Code/peerservice.py", line 169, in refresh_servers
servers_el = self.get_servers_el()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-a78fef9a9/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-a78fef9a9/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/parsekit.py", line 344, in ElementFromURL
method=method,
File "/usr/lib/plexmediaserver/Resources/Plug-ins-a78fef9a9/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-a78fef9a9/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 346, 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-a78fef9a9/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 118, in __init__
self.load()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-a78fef9a9/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 158, in load
f = self._opener.open(req, timeout=self._timeout)
File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/urllib2.py", line 1228, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
```[Plex Tuner Service.log|attachment](upload://2sNyVPKwn77QGruNZdH7f2TcYZc.log) (1.9 KB)