Advertisement
Guest User

Untitled

a guest
Apr 12th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. 21:37:31 T:1208 ERROR: EXCEPTION: Error: Window is NULL, this is not possible :-)
  2. 21:37:31 T:1208 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  4. Error Type: <type 'exceptions.RuntimeError'>
  5. Error Contents: Error: Window is NULL, this is not possible :-)
  6. Traceback (most recent call last):
  7. File "C:\XBMC\portable_data\addons\script.artwork.downloader\default.py", line 807, in <module>
  8. Main()
  9. File "C:\XBMC\portable_data\addons\script.artwork.downloader\default.py", line 98, in __init__
  10. self.download_artwork(mediaList, providers['movie_providers'])
  11. File "C:\XBMC\portable_data\addons\script.artwork.downloader\default.py", line 393, in download_artwork
  12. self._gui_mode(currentmedia)
  13. File "C:\XBMC\portable_data\addons\script.artwork.downloader\default.py", line 724, in _gui_mode
  14. self._batch_download(download_list)
  15. File "C:\XBMC\portable_data\addons\script.artwork.downloader\default.py", line 617, in _batch_download
  16. line1 = __localize__(32009) + " " + item['media_name'] + " : " + __localize__(item['artwork_string']))
  17. File "C:\XBMC\portable_data\addons\script.artwork.downloader\lib\gui.py", line 83, in dialog_msg
  18. message = line1)
  19. RuntimeError: Error: Window is NULL, this is not possible :-)
  20. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement