I have two movie sections and one TV section. Browsing around in the TV section works fine, but I can't browse any of the movie sections with PlexConnect. Web interface and Plex iOS app works perfectly.
Latest Plex Media server (0.9.11.1) and latest PlexConnect (freshly pulled from git just now, version 0.4-dev). The PlexConnect.log shows:
11:07:56 XMLConverter: XML_ExpandNode - Error in cmd ADDXML, line{{ADDXML(RecentlyReleased::newest)}} {{VAR(items:NoKey:FALSE)}}
Traceback (most recent call last):
File “/Users/username/PlexConnect/XMLConverter.py”, line 630, in XML_ExpandNode
res = getattr(CommandCollection, ‘TREE_’+cmd)(elem, child, src, srcXML, param)
File “/Users/username/PlexConnect/XMLConverter.py”, line 1032, in TREE_ADDXML
PMS = PlexAPI.getXMLFromPMS(self.PMS_baseURL, path, self.options, auth_token)
File “/Users/username/PlexConnect/PlexAPI.py”, line 363, in getXMLFromPMS
XML = etree.parse(response)
File “”, line 62, in parse
File “”, line 38, in parse
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py”, line 380, in read
data = self._sock.recv(left)
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py”, line 567, in read
s = self.fp.read(amt)
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py”, line 380, in read
data = self._sock.recv(left)
timeout: timed out
Any idea what's going on? Let me know if I can do anything to shed more light on this, providing more logs, settings, etc.