Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.17 KB | None | 0 0
  1. ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2.                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3.                                            Error Type: <class 'simplejson.scanner.JSONDecodeError'>
  4.                                             Error Contents: Expecting ',' delimiter or '}': line 1 column 204802 (char 204801)
  5.                                             Traceback (most recent call last):
  6.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py", line 924, in <module>
  7.                                                 Main()
  8.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py", line 77, in __init__
  9.                                                 self._startingfoActions()
  10.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.extendedinfo\default.py", line 344, in _startingfoActions
  11.                                                 passDataToSkin('TrendingShows', GetTrendingShows(), self.prop_prefix)
  12.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.extendedinfo\MiscScraper.py", line 298, in GetTrendingShows
  13.                                                 results = read_from_file(filename)
  14.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.extendedinfo\Utils.py", line 463, in read_from_file
  15.                                                 with open(path) as f: fc = simplejson.load(f)
  16.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\__init__.py", line 431, in load
  17.                                                 use_decimal=use_decimal, **kw)
  18.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\__init__.py", line 488, in loads
  19.                                                 return _default_decoder.decode(s)
  20.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\decoder.py", line 370, in decode
  21.                                                 obj, end = self.raw_decode(s)
  22.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\decoder.py", line 389, in raw_decode
  23.                                                 return self.scan_once(s, idx=_w(s, idx).end())
  24.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\scanner.py", line 119, in scan_once
  25.                                                 return _scan_once(string, idx)
  26.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\scanner.py", line 92, in _scan_once
  27.                                                 return parse_array((string, idx + 1), _scan_once)
  28.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\decoder.py", line 250, in JSONArray
  29.                                                 value, end = scan_once(s, end)
  30.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\scanner.py", line 90, in _scan_once
  31.                                                 _scan_once, object_hook, object_pairs_hook, memo)
  32.                                               File "C:\Users\Xbox\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\decoder.py", line 209, in JSONObject
  33.                                                 raise JSONDecodeError("Expecting ',' delimiter or '}'", s, end - 1)
  34.                                             JSONDecodeError: Expecting ',' delimiter or '}': line 1 column 204802 (char 204801)
  35.                                             -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement