Server Version#: 1.20.4.3517-ab5e1197c
Player Version#: N/A
I have been unable to use Plex Media Server for coming up to three days now, I have been participating in another thread but it doesn’t seem to be getting much attention and i’ve been brushed off by the twitter account.
Essentially, post upgrade this is the error I get in browser
Troubleshooting steps taken - Repair install, uninstall Reboot. Reinstall. Delete device from account on plex account. Wipe all metadata. Registry entries and reinstall. Repair install again. And Again. And Again.
I have checked my network and firewall configuration and all necessary Ports are open, both on my router and PC firewall.
I cannot think of anything else I can do.
In the PlexMediaServer log file I am seeing this error
Nov 05, 2020 17:24:29.202 [0300] DEBUG - HTTP 401 response from GET https://plex.tv/media/providers?X-Plex-Token=
In com.plexapp.system.log am I seeing errors such as this on startup
2020-11-05 17:24:30,801 (5834) : DEBUG (runtime:1117) - Created a thread named 'ensure_agent_info_exists_inner'
2020-11-05 17:24:30,801 (67c) : CRITICAL (core:579) - Error info (most recent call last):
File "F:\Plex Media Server\Resources\Plug-ins-ab5e1197c\System.bundle\Contents\Code\storeservice.py", line 495, in update
log_msg = "Updated information for plug-in '%s' (class: %s) to a stable version"
File "F:\Plex Media Server\Resources\Plug-ins-ab5e1197c\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\runtimekit.py", line 403, in MachineIdentifier
return self._core.get_server_attribute('machineIdentifier')
File "F:\Plex Media Server\Resources\Plug-ins-ab5e1197c\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\core.py", line 514, in get_server_attribute
root_xml = self.data.xml.from_string(self.networking.http_request('http://127.0.0.1:32400'))
File "F:\Plex Media Server\Resources\Plug-ins-ab5e1197c\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\data.py", line 150, in from_string
ud = UnicodeDammit(str(string), isHTML=isHTML)
File "F:\Plex Media Server\Resources\Plug-ins-ab5e1197c\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\networking.py", line 220, in __str__
self.load()
File "F:\Plex Media Server\Resources\Plug-ins-ab5e1197c\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\networking.py", line 158, in load
f = self._opener.open(req, timeout=self._timeout)
File "F:\Plex Media Server\python27.zip\urllib2.py", line 429, in open
response = self._open(req, data)
File "F:\Plex Media Server\python27.zip\urllib2.py", line 447, in _open
'_open', req)
File "F:\Plex Media Server\python27.zip\urllib2.py", line 407, in _call_chain
result = func(*args)
File "F:\Plex Media Server\python27.zip\urllib2.py", line 1228, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "F:\Plex Media Server\python27.zip\urllib2.py", line 1201, in do_open
r = h.getresponse(buffering=True)
File "F:\Plex Media Server\python27.zip\httplib.py", line 1148, in getresponse
response.begin()
File "F:\Plex Media Server\python27.zip\httplib.py", line 448, in begin
version, status, reason = self._read_status()
File "F:\Plex Media Server\python27.zip\httplib.py", line 412, in _read_status
raise BadStatusLine("No status line received - the server has closed the connection")
BadStatusLine: No status line received - the server has closed the connection