I also wanted to ask about this in my log, not sur why its showing up
8:30:21 T:4008 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('result',)
Traceback (most recent call last):
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\service.skin.widgets\default.py", line 657, in onDatabaseUpdated
self.update_listitems(database)
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\service.skin.widgets\default.py", line 561, in _update
self._fetch_movies('RecommendedMovie')
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\service.skin.widgets\default.py", line 157, in _fetch_movies
if json_query['result'].has_key('movies'):
KeyError: ('result',)
-->End of Python script error report<--
08:30:22 T:4004 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('result',)
Traceback (most recent call last):
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\service.libraryautoupdate\default.py", line 6, in <module>
AutoUpdater().runProgram()
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\service.libraryautoupdate\service.py", line 69, in runProgram
self.evalSchedules()
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\service.libraryautoupdate\service.py", line 113, in evalSchedules
self.cleanLibrary(cronJob)
File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\service.libraryautoupdate\service.py", line 304, in cleanLibrary
for source in response['result']['sources']:
KeyError: ('result',)
-->End of Python script error report<--
08:30:26 T:2404 ERROR: XBPyThread:
top - script C:\Users\HTPC\AppData\Roaming\XBMC\addons\service.scheduler\default.py didn't stop in 5 seconds - let's kill it
08:30:26 T:2404 NOTICE: stop python
08:30:26 T:4008 WARNING