@matheussr92 said:
@sa2000 said:
@matheussr92 said:
@hurple said:
I have done a bit of troubleshooting on the transcoder error. The files that are failing are MKV with 5.1 audio. If I re-code to remove the 5.1, it works. If I re-code to any other format, it works.
So, it looks like in the new updates the transcoder is having issues with MKV with 5.1 audio. So, either MKV updated how the files are encoded and the current transcoder doesn’t work with it, or the latest update broke the transcoder in regards to MKV.
As far as the shaka issue, now that i have found a workaround for the transcoder issue (even though re-encoding all my files to remove 5.1 audio is a very loooooong process, a pain, and less than ideal), I got an idea of how to fix that. I’m gonna try that before I start logging things. 
I have the same problem with my PMS regarding files mkv with 5.1 audio. I’ve tried to uninstall and install the PMS, but none of these times it’s worked. It’s so frustrating. And on LG TV the app doesn’t play since the transcoder doesn’t start up.
Logs ?
See https://support.plex.tv/hc/en-us/articles/201643703-Reporting-issues-with-Plex-Media-Server
Then restart the server and reproduce the problem - the restart is important to give new log files
when the error occurs, note down the time / error and post here together with the zipped logs
See https://support.plex.tv/hc/en-us/articles/200250417-Plex-Media-Server-Log-Files
Here they are
The transcoder is crashing on launch. But that is not all that is wrong
We have requests between Plex Media Server processes that are being bounced.
Please tell me what security software you have running: anti virus, firewall, internet security, parental controls
Also if you have any proxy software
Also can you check what ports are being used by programs - may be an application is using port 32400 - the main port used by Plex Media Server
These requests from the PlexScriptHost.exe com.plexapp.system process never arrived at the Plex Media Server.exe process - something bounced them.
2017-12-03 14:31:24,301 (2a18) : DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400/servers'
2017-12-03 14:31:25,520 (2a18) : CRITICAL (core:574) - Exception in thread named 'refresh_servers' (most recent call last):
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\runtime.py", line 1126, in _start_thread
f(*args, **kwargs)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\System.bundle\Contents\Code\peerservice.py", line 169, in refresh_servers
servers_el = self.get_servers_el()
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\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 "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\parsekit.py", line 344, in ElementFromURL
method=method,
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api
etworkkit.py", line 67, in _http_request
req = self._core.networking.http_request(url, *args, **kwargs)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components
etworking.py", line 370, in http_request
return HTTPRequest(self._core, url, data, h, url_cache, encoding, errors, timeout, immediate, sleep, opener, follow_redirects, method)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components
etworking.py", line 141, in __init__
self.load()
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components
etworking.py", line 181, in load
f = self._opener.open(req, timeout=self._timeout)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 429, in open
response = self._open(req, data)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 447, in _open
'_open', req)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 407, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 1228, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 1201, in do_open
r = h.getresponse(buffering=True)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\httplib.py", line 1136, in getresponse
response.begin()
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\httplib.py", line 453, in begin
version, status, reason = self._read_status()
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\httplib.py", line 409, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\socket.py", line 480, in readline
data = self._sock.recv(self._rbufsize)
error: [Errno 10054] An existing connection was forcibly closed by the remote host
2017-12-03 14:31:24,723 (424) : DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400/servers'
2017-12-03 14:31:25,520 (424) : CRITICAL (core:574) - Exception (most recent call last):
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\runtime.py", line 843, in handle_request
result = f(**d)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\System.bundle\Contents\Code\peerservice.py", line 390, in handle_notify
self.update_servers(required_attribs=attrs)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\System.bundle\Contents\Code\peerservice.py", line 195, in update_servers
servers_el = self.get_servers_el()
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\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 "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\parsekit.py", line 344, in ElementFromURL
method=method,
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api
etworkkit.py", line 67, in _http_request
req = self._core.networking.http_request(url, *args, **kwargs)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components
etworking.py", line 370, in http_request
return HTTPRequest(self._core, url, data, h, url_cache, encoding, errors, timeout, immediate, sleep, opener, follow_redirects, method)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components
etworking.py", line 141, in __init__
self.load()
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components
etworking.py", line 181, in load
f = self._opener.open(req, timeout=self._timeout)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 429, in open
response = self._open(req, data)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 447, in _open
'_open', req)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 407, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 1228, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 1201, in do_open
r = h.getresponse(buffering=True)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\httplib.py", line 1136, in getresponse
response.begin()
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\httplib.py", line 453, in begin
version, status, reason = self._read_status()
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\httplib.py", line 409, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\socket.py", line 480, in readline
data = self._sock.recv(self._rbufsize)
error: [Errno 10054] An existing connection was forcibly closed by the remote host
2017-12-03 14:31:24,286 (307c) : DEBUG (networking:166) - Requesting 'http://127.0.0.1:32400'
2017-12-03 14:31:24,286 (37dc) : DEBUG (logkit:13) - Starting the install service
2017-12-03 14:31:25,522 (307c) : CRITICAL (core:579) - Error info (most recent call last):
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\System.bundle\Contents\Code\storeservice.py", line 401, in update
if Platform.MachineIdentifier == None:
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\runtimekit.py", line 469, in MachineIdentifier
return self._core.get_server_attribute('machineIdentifier')
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\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 "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\data.py", line 150, in from_string
ud = UnicodeDammit(str(string), isHTML=isHTML)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components
etworking.py", line 243, in __str__
self.load()
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components
etworking.py", line 181, in load
f = self._opener.open(req, timeout=self._timeout)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 429, in open
response = self._open(req, data)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 447, in _open
'_open', req)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 407, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 1228, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 1201, in do_open
r = h.getresponse(buffering=True)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\httplib.py", line 1136, in getresponse
response.begin()
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\httplib.py", line 453, in begin
version, status, reason = self._read_status()
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\httplib.py", line 409, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\socket.py", line 480, in readline
data = self._sock.recv(self._rbufsize)
error: [Errno 10054] An existing connection was forcibly closed by the remote host
To check if another program picked tcp port 32400, start / search for cmd and right click on Command Prompt search result and select Run As Adminisrator
In the command line window, enter command
netstat -a -b > %localappdata% etstat_2017-Dec-09.txt
May take a few minutes to complete the command
Attach the %localappdata% etstat_2017-Dec-09.txt together with answers to my question on security software