I've got an error using Rating Update:
Code:
04:28:00 T:4408 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:20
04:28:35 T:788 NOTICE: Thread XBPyThread start, auto delete: false
04:28:35 T:788 NOTICE: -->Python Interpreter Initialized<--
04:28:35 T:788 NOTICE: [Rating Update] - Starting Rating Update v1.3.0
04:28:35 T:2204 NOTICE: Thread XBPyThread start, auto delete: false
04:28:35 T:2204 NOTICE: -->Python Interpreter Initialized<--
04:28:37 T:2204 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 12, column 6
Traceback (most recent call last):
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.ratingupdate\resources\lib\gui.py", line 70, in onClick
Movies()
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.ratingupdate\resources\lib\ratings_all.py", line 258, in __init__
self.Movies = self.listing()
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.ratingupdate\resources\lib\ratings_all.py", line 281, in listing
match = RawXbmcDb.query( 'SELECT idMovie FROM movie' )
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.ratingupdate\resources\lib\dbutils.py", line 19, in query
if RawXbmcDb_Connect is None: RawXbmcDb_Connect = findXbmcDb()
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.ratingupdate\resources\lib\dbutils.py", line 45, in findXbmcDb
advancedsettings.parse( xbmc.translatePath( "special://userdata/advancedsettings.xml" ) )
File "C:\Program Files (x86)\XBMC\system\python\Lib\xml\etree\ElementTree.py", line 586, in parse
parser.feed(data)
File "C:\Program Files (x86)\XBMC\system\python\Lib\xml\etree\ElementTree.py", line 1245, in feed
self._parser.Parse(data, 0)
ExpatError: not well-formed (invalid token): line 12, column 6
-->End of Python script error report<--
04:28:37 T:2788 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.ratingupdate
Nether update top250, movies nor tv shows are working.
I select movies for example, get asked if I would like to update all rating informations and after selecting Yes, Rating Update closed without any notice.
I'm using Rating Update 1.3.0, PHP 5.5.6 and Win 7 64bit.