Advertisement
davidbrowett

Untitled

Feb 19th, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. 14:48:13 T:4556 NOTICE: [PLUGIN] Initialized TED Talks v4.2.4 using Python: 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500 32 bit (Intel)]'
  2. 14:48:14 T:4556 NOTICE: [TED Talks] resources.lib.model.fetcher attempting to open http://www.ted.com/themes with data
  3. 14:48:14 T:4556 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  4. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  5. Error Type: <type 'exceptions.IndexError'>
  6. Error Contents: list index out of range
  7. Traceback (most recent call last):
  8. File "C:\Users\Dave\AppData\Roaming\Kodi\addons\plugin.video.ted.talks\default.py", line 17, in <module>
  9. ted_talks.Main(args_map=args_map).run()
  10. File "C:\Users\Dave\AppData\Roaming\Kodi\addons\plugin.video.ted.talks\resources\lib\ted_talks.py", line 326, in run
  11. modes[mode].run(self.args_map)
  12. File "C:\Users\Dave\AppData\Roaming\Kodi\addons\plugin.video.ted.talks\resources\lib\ted_talks.py", line 147, in run
  13. self.run_internal(args)
  14. File "C:\Users\Dave\AppData\Roaming\Kodi\addons\plugin.video.ted.talks\resources\lib\ted_talks.py", line 237, in run_internal
  15. self.ui.themes()
  16. File "C:\Users\Dave\AppData\Roaming\Kodi\addons\plugin.video.ted.talks\resources\lib\ted_talks.py", line 122, in themes
  17. for title, link, img, count in themes.get_themes():
  18. File "C:\Users\Dave\AppData\Roaming\Kodi\addons\plugin.video.ted.talks\resources\lib\model\themes_scraper.py", line 12, in get_themes
  19. themes_div = xbmc_common.parseDOM(html, 'div', {'class':'box themes'})[0]
  20. IndexError: list index out of range
  21. -->End of Python script error report<--
  22. 14:48:14 T:5968 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.ted.talks/?mode=themes
  23. 14:48:14 T:5968 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.ted.talks/?mode=themes) failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement