Skip to content

Instantly share code, notes, and snippets.

@sjorge
Created October 2, 2014 11:34
Show Gist options
  • Select an option

  • Save sjorge/1bad6ca381cd99b32099 to your computer and use it in GitHub Desktop.

Select an option

Save sjorge/1bad6ca381cd99b32099 to your computer and use it in GitHub Desktop.
LX: Plex Media Server
Oct 02, 2014 05:24:36 [0xf5a00b40] WARN - NetworkServiceBrowser: Error sending out discover packet: send_to: Network is unreachable
Just a lot of those, probably why the plugins can't connect.
Hitting up port 32400 with netcat/telnet timesout also.
# netstat -na -P tcp | grep LISTEN
*.22 *.* 0 0 1048576 0 LISTEN
*.445 *.* 0 0 1048576 0 LISTEN
*.139 *.* 0 0 1048576 0 LISTEN
*.32400 *.* 0 0 1048576 0 LISTEN
*.32401 *.* 0 0 1048576 0 LISTEN
*.44339 *.* 0 0 1048576 0 LISTEN
*.1495 *.* 0 0 1048576 0 LISTEN
*.32469 *.* 0 0 1048576 0 LISTEN
Oct 02, 2014 05:18:26 [0xfc2f0700] DEBUG - Starting Plex DLNA Server 0.9.10.1.585-f31034e...
Oct 02, 2014 05:18:26 [0xfc2f0700] DEBUG - Unique device name = 876f07ca-78e2-6b95-a648-bb74d4804ac1
Oct 02, 2014 05:18:26 [0xfc2f0700] DEBUG - DLNA server port: 32469
Oct 02, 2014 05:18:26 [0xfc2f0700] DEBUG - PMS: http://127.0.0.1:32400/
Oct 02, 2014 05:18:26 [0xfc2f0700] DEBUG - MyPlex: https://plex.tv/
Oct 02, 2014 05:18:26 [0xfc2f0700] DEBUG - Reading system DLNA client profiles
Oct 02, 2014 05:18:26 [0xfc2f0700] WARN - readTranscodeProfileSettings - unrecognized element 'Limitations'
Oct 02, 2014 05:18:26 [0xfc2f0700] DEBUG - Read 17 DLNA client profiles
Oct 02, 2014 05:18:27 [0xfc2f0700] DEBUG - DLNA device discovery enabled every 60 seconds
Oct 02, 2014 05:18:27 [0xfc2f0700] DEBUG - Initialization complete
Oct 02, 2014 05:18:27 [0xfc2f0700] ERROR - Unable to open named mutex 9334581e-7251-4ef7-a8ec-5bfe8e89ff68 with option 0: No such file or directory
2014-10-02 05:27:30,122 (-193f900) : INFO (core:347) - Starting framework core - Version: 2.5.0, Build: a51033b (Mon Jul 28 12:19:14 UTC 2014)
2014-10-02 05:27:30,122 (-193f900) : DEBUG (core:359) - Using the elevated policy
2014-10-02 05:27:30,122 (-193f900) : DEBUG (core:448) - Starting runtime component.
2014-10-02 05:27:30,222 (-193f900) : DEBUG (core:448) - Starting caching component.
2014-10-02 05:27:30,222 (-193f900) : DEBUG (core:448) - Starting data component.
2014-10-02 05:27:30,223 (-193f900) : DEBUG (core:448) - Starting networking component.
2014-10-02 05:27:30,223 (-193f900) : DEBUG (networking:292) - No cookie jar found
2014-10-02 05:27:30,224 (-193f900) : DEBUG (networking:458) - Setting the default network timeout to 20.0
2014-10-02 05:27:30,225 (-193f900) : DEBUG (core:448) - Starting localization component.
2014-10-02 05:27:30,225 (-193f900) : INFO (localization:408) - Setting the default locale to en-us
2014-10-02 05:27:30,226 (-193f900) : DEBUG (core:448) - Starting messaging component.
2014-10-02 05:27:30,239 (-8fff4c0) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/system/messaging/clear_events/com.plexapp.agents.thetvdb'
2014-10-02 05:27:30,241 (-193f900) : DEBUG (core:448) - Starting debugging component.
2014-10-02 05:27:30,241 (-193f900) : DEBUG (core:448) - Starting services component.
2014-10-02 05:27:30,244 (-193f900) : DEBUG (core:448) - Starting myplex component.
2014-10-02 05:27:30,245 (-193f900) : DEBUG (core:448) - Starting notifications component.
2014-10-02 05:27:30,384 (-8fff4c0) : ERROR (messaging:49) - Unable to reach the system bundle.
2014-10-02 05:27:30,447 (-193f900) : DEBUG (accessor:68) - Creating a new model access point for provider com.plexapp.agents.thetvdb in namespace 'metadata'
2014-10-02 05:27:30,454 (-193f900) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes'
2014-10-02 05:27:30,478 (-193f900) : CRITICAL (runtime:1293) - Exception getting hosted resource hashes (most recent call last):
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 1287, in get_resource_hashes
json = self._core.networking.http_request("http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes", timeout=10).content
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 269, in content
return self.__str__()
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 247, in __str__
self.load()
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 187, in load
f = self._opener.open(req, timeout=self._timeout)
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/urllib2_new.py", line 438, in open
response = self._open(req, data)
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/urllib2_new.py", line 456, in _open
'_open', req)
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/urllib2_new.py", line 416, in _call_chain
result = func(*args)
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/urllib2_new.py", line 1217, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/urllib2_new.py", line 1190, in do_open
r = h.getresponse()
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/httplib_new.py", line 1030, in getresponse
response.begin()
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/httplib_new.py", line 431, in begin
version, status, reason = self._read_status()
File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/httplib_new.py", line 395, in _read_status
raise BadStatusLine(line)
BadStatusLine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment