plexinc / plex-for-kodi

Offical Plex for Kodi add-on releases.
GNU General Public License v2.0
249 stars 123 forks source link

script.plex: ERROR on #261

Closed dawesc closed 5 years ago

dawesc commented 5 years ago

Description:

Getting this warning on plex startup, seems to have no operational effect:

20:38:28.332 T:3513885552   ERROR: _________________________________________________________________________________
20:38:28.333 T:3513885552   ERROR: script.plex: ERROR:
20:38:28.333 T:3513885552   ERROR:     Traceback (most recent call last):
20:38:28.333 T:3513885552   ERROR:       File "/storage/.kodi/addons/script.plex/lib/backgroundthread.py", line 83, in _runTask
20:38:28.333 T:3513885552   ERROR:         task._run()
20:38:28.333 T:3513885552   ERROR:       File "/storage/.kodi/addons/script.plex/lib/backgroundthread.py", line 37, in _run
20:38:28.333 T:3513885552   ERROR:         self.run()
20:38:28.333 T:3513885552   ERROR:       File "/storage/.kodi/addons/script.plex/lib/windows/home.py", line 68, in run
20:38:28.333 T:3513885552   ERROR:         hubs = HubsList(plexapp.SERVERMANAGER.selectedServer.hubs(self.section.key, count=HUB_PAGE_SIZE)).init()
20:38:28.333 T:3513885552   ERROR:       File "/storage/.kodi/addons/script.plex/lib/_included_packages/plexnet/plexserver.py", line 141, in hubs
20:38:28.333 T:3513885552   ERROR:         data = self.query(q, params=params)
20:38:28.333 T:3513885552   ERROR:       File "/storage/.kodi/addons/script.plex/lib/_included_packages/plexnet/plexserver.py", line 193, in query
20:38:28.333 T:3513885552   ERROR:         return ElementTree.fromstring(data) if data else None
20:38:28.333 T:3513885552   ERROR:       File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1311, in XML
20:38:28.333 T:3513885552   ERROR:       File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1659, in feed
20:38:28.333 T:3513885552   ERROR:       File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror
20:38:28.333 T:3513885552   ERROR:     ParseError: duplicate attribute: line 403, column 873

Details:

Checklist

ruuk commented 5 years ago

What's the Plex server version?

dawesc commented 5 years ago

Hi sorry for the slow response it’s Version 1.13.8.5395.

gbooker commented 5 years ago

FWIW, this was a server bug producing invalid XML that was fixed in 1.14.0. Closing this issue as the bug was fixed there.