2014-09-27, 15:48
I am unable to change the favourites in my submenus.
When I try I get the message error / script error / favourites script
The log file shows:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'xml.parsers.expat.ExpatError'>
Error Contents: not well-formed (invalid token): line 60, column 201
Traceback (most recent call last):
File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\script.favourites\default.py", line 169, in <module>
Main()
File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\script.favourites\default.py", line 22, in __init__
found, favourites = self._read_file()
File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\script.favourites\default.py", line 46, in _read_file
self.doc = parse( self.fav_file )
File "C:\Program Files (x86)\XBMC\system\python\Lib\xml\dom\minidom.py", line 1921, in parse
return expatbuilder.parse(file)
File "C:\Program Files (x86)\XBMC\system\python\Lib\xml\dom\expatbuilder.py", line 924, in parse
result = builder.parseFile(fp)
File "C:\Program Files (x86)\XBMC\system\python\Lib\xml\dom\expatbuilder.py", line 207, in parseFile
parser.Parse(buffer, 0)
ExpatError: not well-formed (invalid token): line 60, column 201
-->End of Python script error report<--
I did at one point delete the file favourites.xml, but I don't know if that has something to do with it...
When I try I get the message error / script error / favourites script
The log file shows:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'xml.parsers.expat.ExpatError'>
Error Contents: not well-formed (invalid token): line 60, column 201
Traceback (most recent call last):
File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\script.favourites\default.py", line 169, in <module>
Main()
File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\script.favourites\default.py", line 22, in __init__
found, favourites = self._read_file()
File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\script.favourites\default.py", line 46, in _read_file
self.doc = parse( self.fav_file )
File "C:\Program Files (x86)\XBMC\system\python\Lib\xml\dom\minidom.py", line 1921, in parse
return expatbuilder.parse(file)
File "C:\Program Files (x86)\XBMC\system\python\Lib\xml\dom\expatbuilder.py", line 924, in parse
result = builder.parseFile(fp)
File "C:\Program Files (x86)\XBMC\system\python\Lib\xml\dom\expatbuilder.py", line 207, in parseFile
parser.Parse(buffer, 0)
ExpatError: not well-formed (invalid token): line 60, column 201
-->End of Python script error report<--
I did at one point delete the file favourites.xml, but I don't know if that has something to do with it...