Advertisement
cbebek

Untitled

Oct 22nd, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. 12:51:04 T:2616576880 NOTICE: -->Python Interpreter Initialized<--
  2. 12:51:08 T:2616576880 ERROR: Error Type: <type 'exceptions.ValueError'>
  3. 12:51:08 T:2616576880 ERROR: Error Contents: Expecting , delimiter: line 1 column 18354 (char 18354)
  4. 12:51:08 T:2616576880 ERROR: Traceback (most recent call last):
  5. File "/home/username/.xbmc/addons/script.randomitems/RandomItems.py", line 431, in <module>
  6. Main()
  7. File "/home/username/.xbmc/addons/script.randomitems/RandomItems.py", line 80, in __init__
  8. self._fetch_album_info()
  9. File "/home/username/.xbmc/addons/script.randomitems/RandomItems.py", line 235, in _fetch_album_info
  10. json_response = simplejson.loads(json_query)
  11. File "/home/username/.xbmc/addons/script.module.simplejson/lib/simplejson/__init__.py", line 307, in loads
  12. return _default_decoder.decode(s)
  13. File "/home/username/.xbmc/addons/script.module.simplejson/lib/simplejson/decoder.py", line 335, in decode
  14. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  15. File "/home/username/.xbmc/addons/script.module.simplejson/lib/simplejson/decoder.py", line 351, in raw_decode
  16. obj, end = self.scan_once(s, idx)
  17. File "/home/username/.xbmc/addons/script.module.simplejson/lib/simplejson/scanner.py", line 36, in _scan_once
  18. return parse_object((string, idx + 1), encoding, strict, _scan_once, object_hook)
  19. File "/home/username/.xbmc/addons/script.module.simplejson/lib/simplejson/decoder.py", line 185, in JSONObject
  20. value, end = scan_once(s, end)
  21. File "/home/username/.xbmc/addons/script.module.simplejson/lib/simplejson/scanner.py", line 36, in _scan_once
  22. return parse_object((string, idx + 1), encoding, strict, _scan_once, object_hook)
  23. File "/home/username/.xbmc/addons/script.module.simplejson/lib/simplejson/decoder.py", line 185, in JSONObject
  24. value, end = scan_once(s, end)
  25. File "/home/username/.xbmc/addons/script.module.simplejson/lib/simplejson/scanner.py", line 38, in _scan_once
  26. return parse_array((string, idx + 1), _scan_once)
  27. File "/home/username/.xbmc/addons/script.module.simplejson/lib/simplejson/decoder.py", line 235, in JSONArray
  28. value, end = scan_once(s, end)
  29. File "/home/username/.xbmc/addons/script.module.simplejson/lib/simplejson/scanner.py", line 36, in _scan_once
  30. return parse_object((string, idx + 1), encoding, strict, _scan_once, object_hook)
  31. File "/home/username/.xbmc/addons/script.module.simplejson/lib/simplejson/decoder.py", line 202, in JSONObject
  32. raise ValueError(errmsg("Expecting , delimiter", s, end - 1))
  33. ValueError: Expecting , delimiter: line 1 column 18354 (char 18354)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement