Advertisement
Guest User

Untitled

a guest
Jul 9th, 2016
2,645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. T:5920 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.ValueError'>
  4. Error Contents: No JSON object could be decoded
  5. Traceback (most recent call last):
  6. File "C:\Users\XXX\AppData\Roaming\Kodi\addons\plugin.video.maxdome\default.py", line 126, in <module>
  7. listAssets(mas.Assets.parseHtmlAssets(path))
  8. File "C:\Users\XXX\AppData\Roaming\Kodi\addons\plugin.video.maxdome\maxdome.py", line 159, in parseHtmlAssets
  9. data = json.loads(r.text[start:end+1].replace('&quot;', "\""))
  10. File "C:\Program Files (x86)\Kodi\system\python\Lib\json\__init__.py", line 339, in loads
  11. return _default_decoder.decode(s)
  12. File "C:\Program Files (x86)\Kodi\system\python\Lib\json\decoder.py", line 364, in decode
  13. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  14. File "C:\Program Files (x86)\Kodi\system\python\Lib\json\decoder.py", line 382, in raw_decode
  15. raise ValueError("No JSON object could be decoded")
  16. ValueError: No JSON object could be decoded
  17. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement