Advertisement
Guest User

AD error

a guest
Nov 9th, 2012
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. 16:16:38 T:180 DEBUG: ------ Window Init (DialogProgress.xml) ------
  2. 16:16:38 T:180 INFO: Loading skin file: DialogProgress.xml, load type: KEEP_IN_MEMORY
  3. 16:16:38 T:180 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "VideoLibrary.GetMovies", "params": {"properties": ["file", "imdbnumber", "year", "trailer", "streamdetails", "art"], "sort": { "method": "label" } }, "id": 1}
  4. 16:16:38 T:180 DEBUG: JSONRPC: Calling videolibrary.getmovies
  5. 16:16:38 T:180 DEBUG: CVideoDatabase::RunQuery took 2 ms for 24 items query: select * from movieview
  6. 16:16:38 T:180 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "VideoLibrary.GetMovieDetails", "params": {"properties": ["file", "imdbnumber", "year", "trailer", "streamdetails", "art"], "movieid": }, "id": 1}
  7. 16:16:38 T:180 ERROR: JSONRPC: Failed to parse '{"jsonrpc": "2.0", "method": "VideoLibrary.GetMovieDetails", "params": {"properties": ["file", "imdbnumber", "year", "trailer", "streamdetails", "art"], "movieid": }, "id": 1}'
  8. 16:16:38 T:2256 DEBUG: CApplication::ExecuteXBMCAction : Translating SetFocus(301)
  9. 16:16:38 T:180 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  10. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  11. Error Type: <type 'exceptions.KeyError'>
  12. Error Contents: ('result',)
  13. Traceback (most recent call last):
  14. File "C:\Users\USERNAME\AppData\Roaming\XBMC\addons\script.artwork.downloader\default.py", line 858, in <module>
  15. Main()
  16. File "C:\Users\USERNAME\AppData\Roaming\XBMC\addons\script.artwork.downloader\default.py", line 84, in __init__
  17. self.Medialist = media_unique('movie',self.dbid)
  18. File "C:\Users\USERNAME\AppData\Roaming\XBMC\addons\script.artwork.downloader\resources\lib\media_setup.py", line 54, in _media_unique
  19. if jsonobject['result'].has_key('moviedetails'):
  20. KeyError: ('result',)
  21. -->End of Python script error report<--
  22. 16:16:38 T:2256 DEBUG: CApplication::ExecuteXBMCAction : To SetFocus(301)
  23. 16:16:38 T:2256 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement