Server Version#:1.20.4.3517-ab5e1197c
Player Version#:
Updated this morning now server won’t start or show in windows tray and in task manager…I haven’t changed anything except upgrading to current version. Ive tried restarting.
Server Version#:1.20.4.3517-ab5e1197c
Player Version#:
Updated this morning now server won’t start or show in windows tray and in task manager…I haven’t changed anything except upgrading to current version. Ive tried restarting.
I noticed last night my plex server was down, seems like I am having what sounds like I’m having a similar problem. Initially it wasn’t in my system tray, but after a reinstall it is but whatever I do I can’t connect to plex on 127.0.0.1
I’ve gone as far as to entirely delete it, reg keys, %appdata% folder, clear device from my account and try to reinstall.
I’m in a state where the webserver just won’t start so I can’t set it up
Your farther than I am lol mine shows up and vanishes from tray and task manager…also can’t get 127 web either
Anybody else experience this
Plex is totally dead for me right now, no matter what I do I can’t get the webserver running. I’ve multiple attempts at a reinstall, and deleted all the regkeys etc
If I look at the logs I can see that the server is doing work on new install, although I’ve no idea what as with all the troubleshooting i’ve done I’ve probably wiped my library metadata.
I’ve managed to track down an older version of plex and the issue remains, so I’m wondering if I have a bigger issue than just the version number.
Is there some sort of certificate server side that has expired on me?
Absolutely no idea
Yep, it’s crashing for me too.
Tried a reinstall of the Ubuntu deb package but it crashes…
Here is the systemd output…
plexmediaserver.service - Plex Media Server
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Active: deactivating (stop-sigterm) (Result: signal) since Wed 2020-11-04 16:14:02 GMT; 3s ago
Process: 4281 ExecStart=/bin/sh -c export PLEX_MEDIA_SERVER_INFO_VENDOR="$(grep ^NAME= /etc/os-release | awk -F= "{print \$2}" | tr -d \" )"; export PLEX_MEDIA_SERVER_INFO_DEVICE="PC"; export PLEX_MEDIA_SER
Process: 4278 ExecStartPre=/bin/sh -c /usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdir -p "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" (code=exited, status=0/SUCCESS)
Main PID: 4281 (code=killed, signal=SEGV)
CGroup: /system.slice/plexmediaserver.service
├─4304 Plex Plug-in [com.plexapp.system] /usr/lib/plexmediaserver/Resources/Plug-ins-ab5e1197c/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.20.4.3517-ab5e1197c
├─4390 /usr/lib/plexmediaserver/Plex Tuner Service /usr/lib/plexmediaserver/Resources/Tuner/Private /usr/lib/plexmediaserver/Resources/Tuner/Shared 1.20.4.3517-ab5e1197c 32600 /waitmutex
└─4443 Plex Plug-in [com.plexapp.agents.imdb] /usr/lib/plexmediaserver/Resources/Plug-ins-ab5e1197c/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.20.4.3517-ab5e
Nov 04 16:13:59 nas systemd[1]: Starting Plex Media Server...
Nov 04 16:13:59 nas systemd[1]: Started Plex Media Server.
Nov 04 16:14:02 nas Plex Media Server[4281]: ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Crash Reports/1.20.4.3517-ab5e1197c/PLE
Nov 04 16:14:02 nas systemd[1]: plexmediaserver.service: Main process exited, code=killed, status=11/SEGV
I loooked in the Crash Report directories but there is nothing there.
Should I go back to the previous release?
Paul
I can’t see anything that looks like a crash in my log
It looks like it’s running, I just get this error on the local website, and my device isn’t popping up on my account
Looks like a HQ issue.
Time to fire up Emby as a backup viewing system for tonight.
If found my problem, this is from com.plexapp.system.log
Blockquote 2020-11-04 20:52:47,703 (3ed4) : DEBUG (networking:143) - Requesting ‘http://127.0.0.1:32400/servers’
2020-11-04 20:52:47,703 (498c) : CRITICAL (runtime:709) - Private handlers are no longer supported; couldn’t register <bound method StreamService.token_handler of <StreamService object at 0x05500A10
2020-11-04 20:52:47,697 (2acc) : 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 401, in update
if Platform.MachineIdentifier == None:
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 >>
I used the installer and repaired the server and re started pc and Viola it works
Glad you got yours working also
So, what was your problem that fixed yours?
I reinstalled latest and the version before but neither fixed it.
Anyone else have this issue?
I helped someone with similar problem today. The door 80 (used for redirect) would go up but not 32400. The only solution that worked for him was a fresh install. Even his metadata we had to get rid of.
And this guy has has like 2.5k movies. Big loss
Yeh ive already wiped everything with a fresh install. Out of ideas right now
Whaaaaat?!
It’s taken me 5 years and lots of tweaking to get my metadata correct.
I am not deleting that just yet.
Time for Twitter!
Anyone know how I increase the debugging log?