Well, i tried to follow these steps and up to the 5th point i did the same.
Then, 6th point, you say to insert the same ip address both on ip_pms and ip_plexconnect, but if do this i get an error trying to lunch Plex Connect telling me that the ip_plexconnect is not valid. I have the flex Server on the NAS 192.168.1.100, and the PlexConnect server on a different machine (windows 7 192.168.1.110). So in order to be able to execute the plex connect server i have to put 192.168.1.100 on ip_pms, and 192.168.1.110 on ip_plexconnect. I then have inserted the router ip (192.168.1.1) on the ip_dnsmaster parameter.
But with this configuration when i try to login with my flex account i still get this error message:
21:02:31 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 654, 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>
So here it seems that it’s missing a fiscal file… is anybody experiencing the same issue? Is it just me? I’m using the very last version of flex connect on Github so i can’t explain why there’s some file missing…
EDIT: it was a problem of mine. there was a mistake in the setting of the DNS for the PlexConnect machine, was set the NAS instead of the router, that’s why i was getting that error, because python wasn’t able to resolve the address PlexConnect was asking to login with Plex Credentials. Nice, to have finally fixed this.