PlexConnect Cert Error

Haven’t used my ATV3 in some time. Tried today and nothing working as expected.

PlexConnect Version: 0.7-dev-151218
Python: 2.7.15
PMS Version 1.14.1.5488 (MacMini)
Mojave 10.14.2
PMS Version 1.14.1.5488 (WD PR4100 NAS)
WD NAS FW 2.31.149

The error I’m seeing in plexConnect is;

Jan 13,2019 11:35:22 DNSServer: -> DNS response: 192.168.0.111
Jan 13,2019 11:35:22 WebServer: serving .xml: /PlexConnect.xml
Jan 13,2019 11:35:46 WebServer: serving .xml: /PlexConnect.xml
Jan 13,2019 11:35:46 WebServer: serving .xml: /
Jan 13,2019 11:35:46 WebServer: File Not Found:
Traceback (most recent call last):
File “/Applications/PlexConnect-master/WebServer.py”, line 244, in do_GET
XML = XMLConverter.XML_PMS2aTV(PMSaddress, self.path + query, options)
File “/Applications/PlexConnect-master/XMLConverter.py”, line 241, in XML_PMS2aTV
(username, auth_token) = PlexAPI.MyPlexSignIn(parts[0], parts[1], options)
File “/Applications/PlexConnect-master/PlexAPI.py”, line 668, in MyPlexSignIn
response = urlopener.open(request).read()
File “/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py”, line 429, in open
response = self._open(req, data)
File “/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py”, line 447, in _open
‘_open’, req)
File “/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py”, line 407, in _call_chain
result = func(*args)
File “/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py”, line 1241, in https_open
context=self._context)
File “/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py”, line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726)>

Possible reasons:

  1. Timezone incorrect in the ATV
  2. Expired certificate (in this case you need to generate a new one)
  3. Or maybe this

Does the PR4100 support docker ? If yes, probably you can install this and run PlexConnect from it instead of Mac.

Thx for the reply. Indeed i tried checking the time zone but that did not resolve the issue. It looks like option 3 as u have linked.

Im unsure about docker. Indeed that would be great ill look into that option and post my results

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.