Hey guys,
I'm experiencing issues with the latest release of PlexConnect.
It is something to do with encoded url strings.
I found out a solution for Apache but could not find anything for IIS.
Here is the reference link for apache: https://forums.plexapp.com/index.php/topic/85895-we-failed-to-reach-a-server-reason-errno-111-connection-refused/
Also the error I'm getting is:
Exception happened during processing of request from ('192.168.13.254', 60710)
Traceback (most recent call last):
File "C:\Python27\lib\SocketServer.py", line 295, in _handle_request_noblock
self.process_request(request, client_address)
File "C:\Python27\lib\SocketServer.py", line 321, in process_request
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 649, 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 182, in do_GET
XML = XMLConverter.XML_PMS2aTV(PMSaddress, self.path + args, options)
File "C:\PlexConnect\XMLConverter.py", line 346, in XML_PMS2aTV
PMS = PlexAPI.getXMLFromPMS(PMS_baseURL, path, options, authtoken=auth_token)
File "C:\PlexConnect\PlexAPI.py", line 318, in getXMLFromPMS
response = urllib2.urlopen(request, timeout=10)
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: /local/library/sections
----------------------------------------
Any help will be appreciated.