PlexConnect not able to login to myPlex

Hi everybody, due to the recent update of the plex server part i was no more able to access my library from my aTV3. Then i come here and i’ve read that in order to see all of my stuff i must login every client connected to the Plex Server. So i tried to login my aTV but when i confirm the username and then the password i still get a spinning circle and nothing happen.

So i looked what happen on my server side, and PlexConnect.pyc gives me this:

10:38:15 WebServer: serving .xml: /PlexConnect.xml
10:38:44 WebServer: serving .xml: /
10:38:44 WebServer: serving .xml: /PlexConnect.xml
10:38:58 WebServer: File Not Found:
Traceback (most recent call last):
File “C:\PlexConnect\WebServer.py”, line 229, in do_GET
XML = XMLConverter.XML_PMS2aTV(PMSaddress, self.path + query, options)
File “C:\PlexConnect\XMLConverter.py”, line 241, in XML_PMS2aTV
(username, auth_token) = PlexAPI.MyPlexSignIn(parts[0], parts[1], options)
File “C:\PlexConnect\PlexAPI.py”, line 628, in MyPlexSignIn
response = urlopener.open(request).read()
File “C:\Python27\lib\urllib2.py”, line 404, in open
response = self._open(req, data)
File “C:\Python27\lib\urllib2.py”, line 422, in _open
‘_open’, req)
File “C:\Python27\lib\urllib2.py”, line 382, in _call_chain
result = func(*args)
File “C:\Python27\lib\urllib2.py”, line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File “C:\Python27\lib\urllib2.py”, line 1184, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 11004] getaddrinfo failed>

I would like to know the reason this is happening because as of now i had to revert to the previous Plex Server version.

Thanks in advance