Advertisement
Guest User

XBMC Logs

a guest
Apr 16th, 2013
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. 21:39:11 T:2778651456 NOTICE: Thread XBPyThread start, auto delete: false
  2. 21:39:11 T:2778651456 NOTICE: -->Python Interpreter Initialized<--
  3. 21:39:12 T:2778651456 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  4. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  5. Error Type: <type 'exceptions.EOFError'>
  6. Error Contents: EOF read where object expected
  7. Traceback (most recent call last):
  8. File "/home/doctor/.xbmc/addons/script.artwork.downloader/default.py", line 25, in <module>
  9. from resources.lib import provider
  10. File "/home/doctor/.xbmc/addons/script.artwork.downloader/resources/lib/provider/__init__.py", line 2, in <module>
  11. from tvdb import TVDBProvider
  12. File "/home/doctor/.xbmc/addons/script.artwork.downloader/resources/lib/provider/tvdb.py", line 8, in <module>
  13. from resources.lib.utils import *
  14. File "/home/doctor/.xbmc/addons/script.artwork.downloader/resources/lib/utils.py", line 25, in <module>
  15. import simplejson
  16. File "/usr/share/xbmc/addons/script.module.simplejson/lib/simplejson/__init__.py", line 108, in <module>
  17. from decoder import JSONDecoder
  18. EOFError: EOF read where object expected
  19. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement