My Plexconnect was lagging sometimes while playing movies, so I decided to update it. I deleted the old one and decided to install the new one using git. I did it and generated new certificates. Now, when I try to access it from my ATV, I get this error:
01:40:58 PlexConnect: ***
01:40:58 PlexConnect: PlexConnect
01:40:58 PlexConnect: Press CTRL-C to shut down.
01:40:58 PlexConnect: ***
01:40:58 PlexConnect: started: 01:40:58
01:40:58 PlexConnect: Version: 0.4+
01:40:58 PlexConnect: Python: 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500
32 bit (Intel)]
01:40:58 PlexConnect: Host OS: win32
01:40:58 PlexConnect: IP_self: 192.168.25.3
01:40:58 DNSServer: started: 01:40:58
01:40:58 DNSServer: ***
01:40:58 DNSServer: DNSServer: Serving DNS on 192.168.25.3 port 53.
01:40:58 DNSServer: intercept: ['trailers.apple.com'] => 192.168.25.3
01:40:58 DNSServer: restrain: ['mesu.apple.com', 'appldnld.apple.com', 'appldnld
.apple.com.edgesuite.net'] => 127.0.0.1
01:40:58 DNSServer: forward other to higher level DNS: 8.8.8.8
01:40:58 DNSServer: ***
01:40:58 WebServer: started: 01:40:58
01:40:58 WebServer: ***
01:40:58 WebServer: WebServer: Serving HTTP on 192.168.25.3 port 80.
01:40:58 WebServer: ***
01:40:58 WebServer: started: 01:40:58
01:40:58 WebServer: ***
01:40:58 WebServer: WebServer: Serving HTTPS on 192.168.25.3 port 443.
01:40:58 WebServer: ***
01:41:32 DNSServer: DNS request received!
01:41:32 DNSServer: Source: ('192.168.25.6', 50544)
01:41:32 DNSServer: Domain: trailers.apple.com
01:41:32 DNSServer: ***intercept request
01:41:32 DNSServer: -> DNS response: 192.168.25.3
01:41:32 WebServer: serving .xml: /library/sections/5
----------------------------------------
Exception happened during processing of request from ('192.168.25.6', 64677)
Traceback (most recent call last):
File "C:\Python27\lib\SocketServer.py", line 595, in process_request_thread
self.finish_request(request, client_address)
File "C:\Python27\lib\SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python27\lib\SocketServer.py", line 651, in __init__
self.handle()
File "C:\Python27\lib\BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "C:\Python27\lib\BaseHTTPServer.py", line 328, in handle_one_request
method()
File "C:\PlexConnect\WebServer.py", line 218, in do_GET
XML = XMLConverter.XML_PMS2aTV(PMSaddress, self.path + query, options)
File "C:\PlexConnect\XMLConverter.py", line 404, in XML_PMS2aTV
PMS = PlexAPI.getXMLFromPMS(PMS_baseURL, path, options, authtoken=auth_token
)
File "C:\PlexConnect\PlexAPI.py", line 350, in getXMLFromPMS
response = urllib2.urlopen(request, timeout=20)
File "C:\Python27\lib\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 396, in open
protocol = req.get_type()
File "C:\Python27\lib\urllib2.py", line 258, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /library/sections/5
----------------------------------------
01:41:32 WebServer: serving .xml: /library/sections/5
----------------------------------------
Exception happened during processing of request from ('192.168.25.6', 64678)
Traceback (most recent call last):
File "C:\Python27\lib\SocketServer.py", line 595, in process_request_thread
self.finish_request(request, client_address)
File "C:\Python27\lib\SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python27\lib\SocketServer.py", line 651, in __init__
self.handle()
File "C:\Python27\lib\BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "C:\Python27\lib\BaseHTTPServer.py", line 328, in handle_one_request
method()
File "C:\PlexConnect\WebServer.py", line 218, in do_GET
XML = XMLConverter.XML_PMS2aTV(PMSaddress, self.path + query, options)
File "C:\PlexConnect\XMLConverter.py", line 404, in XML_PMS2aTV
PMS = PlexAPI.getXMLFromPMS(PMS_baseURL, path, options, authtoken=auth_token
)
File "C:\PlexConnect\PlexAPI.py", line 350, in getXMLFromPMS
response = urllib2.urlopen(request, timeout=20)
File "C:\Python27\lib\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 396, in open
protocol = req.get_type()
File "C:\Python27\lib\urllib2.py", line 258, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /library/sections/5
----------------------------------------
01:41:32 WebServer: serving .xml: /library/sections/5
----------------------------------------
Exception happened during processing of request from ('192.168.25.6', 64679)
Traceback (most recent call last):
File "C:\Python27\lib\SocketServer.py", line 595, in process_request_thread
self.finish_request(request, client_address)
File "C:\Python27\lib\SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python27\lib\SocketServer.py", line 651, in __init__
self.handle()
File "C:\Python27\lib\BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "C:\Python27\lib\BaseHTTPServer.py", line 328, in handle_one_request
method()
File "C:\PlexConnect\WebServer.py", line 218, in do_GET
XML = XMLConverter.XML_PMS2aTV(PMSaddress, self.path + query, options)
File "C:\PlexConnect\XMLConverter.py", line 404, in XML_PMS2aTV
PMS = PlexAPI.getXMLFromPMS(PMS_baseURL, path, options, authtoken=auth_token
)
File "C:\PlexConnect\PlexAPI.py", line 350, in getXMLFromPMS
response = urllib2.urlopen(request, timeout=20)
File "C:\Python27\lib\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 396, in open
protocol = req.get_type()
File "C:\Python27\lib\urllib2.py", line 258, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /library/sections/5
----------------------------------------
01:41:37 WebServer: serving .xml: /library/sections/5
----------------------------------------
Exception happened during processing of request from ('192.168.25.6', 64680)
Traceback (most recent call last):
File "C:\Python27\lib\SocketServer.py", line 595, in process_request_thread
self.finish_request(request, client_address)
File "C:\Python27\lib\SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python27\lib\SocketServer.py", line 651, in __init__
self.handle()
File "C:\Python27\lib\BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "C:\Python27\lib\BaseHTTPServer.py", line 328, in handle_one_request
method()
File "C:\PlexConnect\WebServer.py", line 218, in do_GET
XML = XMLConverter.XML_PMS2aTV(PMSaddress, self.path + query, options)
File "C:\PlexConnect\XMLConverter.py", line 404, in XML_PMS2aTV
PMS = PlexAPI.getXMLFromPMS(PMS_baseURL, path, options, authtoken=auth_token
)
File "C:\PlexConnect\PlexAPI.py", line 350, in getXMLFromPMS
response = urllib2.urlopen(request, timeout=20)
File "C:\Python27\lib\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 396, in open
protocol = req.get_type()
File "C:\Python27\lib\urllib2.py", line 258, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /library/sections/5
----------------------------------------
01:41:37 WebServer: serving .xml: /library/sections/5
----------------------------------------
Exception happened during processing of request from ('192.168.25.6', 64681)
Traceback (most recent call last):
File "C:\Python27\lib\SocketServer.py", line 595, in process_request_thread
self.finish_request(request, client_address)
File "C:\Python27\lib\SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python27\lib\SocketServer.py", line 651, in __init__
self.handle()
File "C:\Python27\lib\BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "C:\Python27\lib\BaseHTTPServer.py", line 328, in handle_one_request
method()
File "C:\PlexConnect\WebServer.py", line 218, in do_GET
XML = XMLConverter.XML_PMS2aTV(PMSaddress, self.path + query, options)
File "C:\PlexConnect\XMLConverter.py", line 404, in XML_PMS2aTV
PMS = PlexAPI.getXMLFromPMS(PMS_baseURL, path, options, authtoken=auth_token
)
File "C:\PlexConnect\PlexAPI.py", line 350, in getXMLFromPMS
response = urllib2.urlopen(request, timeout=20)
File "C:\Python27\lib\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 396, in open
protocol = req.get_type()
File "C:\Python27\lib\urllib2.py", line 258, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /library/sections/5
----------------------------------------
01:41:37 WebServer: serving .xml: /library/sections/5
----------------------------------------
Exception happened during processing of request from ('192.168.25.6', 64682)
Traceback (most recent call last):
File "C:\Python27\lib\SocketServer.py", line 595, in process_request_thread
self.finish_request(request, client_address)
File "C:\Python27\lib\SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python27\lib\SocketServer.py", line 651, in __init__
self.handle()
File "C:\Python27\lib\BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "C:\Python27\lib\BaseHTTPServer.py", line 328, in handle_one_request
method()
File "C:\PlexConnect\WebServer.py", line 218, in do_GET
XML = XMLConverter.XML_PMS2aTV(PMSaddress, self.path + query, options)
File "C:\PlexConnect\XMLConverter.py", line 404, in XML_PMS2aTV
PMS = PlexAPI.getXMLFromPMS(PMS_baseURL, path, options, authtoken=auth_token
)
File "C:\PlexConnect\PlexAPI.py", line 350, in getXMLFromPMS
response = urllib2.urlopen(request, timeout=20)
File "C:\Python27\lib\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 396, in open
protocol = req.get_type()
File "C:\Python27\lib\urllib2.py", line 258, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /library/sections/5
----------------------------------------
Does anyone has any idea on how to solve this?
Thanks!