Lately I have been having problems with the TV Ontario Kids plugin. The following appears in the log:
Code:
14:26:22 484.013580 T:1802499136 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'xml.etree.ElementTree.ParseError'>
Error Contents: no element found: line 1, column 0
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.tvokids/default.py", line 204, in <module>
elif mode=='GS': getShows(p('url'))
File "/storage/.kodi/addons/plugin.video.tvokids/default.py", line 70, in getShows
root = ET.fromstring(html)
File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-6.0.3/Python-2.7.3/.install_pkg/usr/lib/python2.7/xml/etree/ElementTree.py", line 1302, in XML
File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-6.0.3/Python-2.7.3/.install_pkg/usr/lib/python2.7/xml/etree/ElementTree.py", line 1655, in close
File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-6.0.3/Python-2.7.3/.install_pkg/usr/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror
ParseError: no element found: line 1, column 0
-->End of Python script error report<--
14:26:22 484.112335 T:1967538176 ERROR: GetDirectory - Error getting plugin://plugin.video.tvokids/?mode=GS&url=97
14:26:22 484.114777 T:1967538176 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.tvokids/?mode=GS&url=97) failed
14:26:22 484.137421 T:1802499136 NOTICE: Thread BackgroundLoader start, auto delete: false
14:26:24 485.563385 T:1802499136 NOTICE: Thread JobWorker start, auto delete: true
14:26:24 485.622955 T:1568617536 NOTICE: Thread BackgroundLoader start, auto delete: false
Any advice would be appreciated.