Advertisement
Guest User

khanacademy

a guest
Feb 9th, 2012
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. 00:08:29 T:4768 NOTICE: -->Python Interpreter Initialized<--
  2. 00:08:30 T:4768 NOTICE: Khan Academy cache file is older than TTL.
  3. 00:08:30 T:4768 ERROR: Error Type: <type 'exceptions.ValueError'>
  4. 00:08:30 T:4768 ERROR: Error Contents: No JSON object could be decoded
  5. 00:08:30 T:4768 ERROR: Traceback (most recent call last):
  6. File "C:\Program Files (x86)\XBMC\portable_data\addons\plugin.video.khanacademy\addon.py", line 76, in <module>
  7. KHAN_DATA = get_khan_data()
  8. File "C:\Program Files (x86)\XBMC\portable_data\addons\plugin.video.khanacademy\addon.py", line 70, in get_khan_data
  9. _json = download_playlists_json()
  10. File "C:\Program Files (x86)\XBMC\portable_data\addons\plugin.video.khanacademy\resources\lib\khan.py", line 25, in download_playlists_json
  11. resp = json.load(conn)
  12. File "C:\Program Files (x86)\XBMC\system\python\Lib\json\__init__.py", line 267, in load
  13. parse_constant=parse_constant, **kw)
  14. File "C:\Program Files (x86)\XBMC\system\python\Lib\json\__init__.py", line 307, in loads
  15. return _default_decoder.decode(s)
  16. File "C:\Program Files (x86)\XBMC\system\python\Lib\json\decoder.py", line 319, in decode
  17. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  18. File "C:\Program Files (x86)\XBMC\system\python\Lib\json\decoder.py", line 338, in raw_decode
  19. raise ValueError("No JSON object could be decoded")
  20. ValueError: No JSON object could be decoded
  21. 00:08:30 T:2416 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.khanacademy
  22. 00:08:30 T:2416 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.khanacademy) failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement