When I try to open MyPlex in Plexconnect an exception occurs. Was it supposed to work already?
This is what comes by in the output
21:51:25 WebServer: serving .xml: /myplex
21:51:25 XMLConverter: XML_ExpandNode - Error in cmd ADDXML, line
{{VAR(sections:NoKey:FALSE)}}
Traceback (most recent call last):
File "/Users/peter/PlexConnect/XMLConverter.py", line 489, in XML_ExpandNode
res = getattr(g_CommandCollection, 'TREE_'+cmd)(elem, child, src, srcXML, param)
File "/Users/peter/PlexConnect/XMLConverter.py", line 804, in TREE_ADDXML
PMS = PlexAPI.getXMLFromMultiplePMS(UDID, path, type, self.options)
File "/Users/peter/PlexConnect/PlexAPI.py", line 363, in getXMLFromMultiplePMS
XML = getXMLFromPMS(baseURL, path, options, token)
File "/Users/peter/PlexConnect/PlexAPI.py", line 295, in getXMLFromPMS
response = urllib2.urlopen(request)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1187, in do_open
r = h.getresponse(buffering=True)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1045, in getresponse
response.begin()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 409, in begin
version, status, reason = self._read_status()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 373, in _read_status
raise BadStatusLine(line)
BadStatusLine: ''
21:51:25 XMLConverter: XML_ExpandNode - Error in cmd COPY, line
Traceback (most recent call last):
File "/Users/peter/PlexConnect/XMLConverter.py", line 489, in XML_ExpandNode
res = getattr(g_CommandCollection, 'TREE_'+cmd)(elem, child, src, srcXML, param)
File "/Users/peter/PlexConnect/XMLConverter.py", line 739, in TREE_COPY
src, srcXML, tag = self.getBase(src, srcXML, tag)
File "/Users/peter/PlexConnect/XMLConverter.py", line 677, in getBase
src = self.PMSroot[srcXML]
KeyError: 'MyPlexSections'
21:51:25 XMLConverter: XML_ExpandNode - Error in cmd COPY, line
{{VAR(sections:NoKey:TRUE)}}
Traceback (most recent call last):
File "/Users/peter/PlexConnect/XMLConverter.py", line 489, in XML_ExpandNode
res = getattr(g_CommandCollection, 'TREE_'+cmd)(elem, child, src, srcXML, param)
File "/Users/peter/PlexConnect/XMLConverter.py", line 753, in TREE_COPY
for elemSRC in src.findall(tag):
AttributeError: 'NoneType' object has no attribute 'findall'