Guest User

XBMC artwork downloader

a guest
Apr 22nd, 2013
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. 22:42:18 T:4733358080 NOTICE: -->Python Interpreter Initialized<--
  2. 22:42:18 T:4733358080 NOTICE: Artwork Downloader: ######## Artwork Downloader: Initializing...............................
  3. 22:42:18 T:4733358080 NOTICE: Artwork Downloader: ## Add-on ID = script.artwork.downloader
  4. 22:42:18 T:4733358080 NOTICE: Artwork Downloader: ## Add-on Name = Artwork Downloader
  5. 22:42:18 T:4733358080 NOTICE: Artwork Downloader: ## Authors = Martijn
  6. 22:42:18 T:4733358080 NOTICE: Artwork Downloader: ## Version = 12.0.15
  7. 22:42:23 T:4733358080 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  8. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  9. Error Type: <type 'exceptions.UnicodeDecodeError'>
  10. Error Contents: 'utf8' codec can't decode bytes in position 52-53: invalid data
  11. Traceback (most recent call last):
  12. File "/Users/maddogo/Library/Application Support/XBMC/addons/script.artwork.downloader/default.py", line 935, in <module>
  13. Main()
  14. File "/Users/maddogo/Library/Application Support/XBMC/addons/script.artwork.downloader/default.py", line 88, in __init__
  15. self.Medialist = media_listing('tvshow')
  16. File "/Users/maddogo/Library/Application Support/XBMC/addons/script.artwork.downloader/resources/lib/media_setup.py", line 102, in _media_listing
  17. jsonobject_season = simplejson.loads(json_query_season)
  18. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/__init__.py", line 307, in loads
  19. return _default_decoder.decode(s)
  20. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 319, in decode
  21. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  22. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 336, in raw_decode
  23. obj, end = self._scanner.iterscan(s, **kw).next()
  24. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
  25. rval, next_pos = action(m, context)
  26. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 183, in JSONObject
  27. value, end = iterscan(s, idx=end, context=context).next()
  28. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
  29. rval, next_pos = action(m, context)
  30. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 183, in JSONObject
  31. value, end = iterscan(s, idx=end, context=context).next()
  32. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
  33. rval, next_pos = action(m, context)
  34. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 217, in JSONArray
  35. value, end = iterscan(s, idx=end, context=context).next()
  36. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
  37. rval, next_pos = action(m, context)
  38. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 183, in JSONObject
  39. value, end = iterscan(s, idx=end, context=context).next()
  40. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
  41. rval, next_pos = action(m, context)
  42. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 183, in JSONObject
  43. value, end = iterscan(s, idx=end, context=context).next()
  44. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/scanner.py", line 55, in iterscan
  45. rval, next_pos = action(m, context)
  46. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/json/decoder.py", line 155, in JSONString
  47. return scanstring(match.string, match.end(), encoding, strict)
  48. UnicodeDecodeError: 'utf8' codec can't decode bytes in position 52-53: invalid data
  49. -->End of Python script error report<--
Add Comment
Please, Sign In to add comment