Guest User

Untitled

a guest
Jan 18th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. 14:47:49 T:5132 NOTICE: CommonFunctions-1.2.0
  2. 14:47:49 T:5132 DEBUG: LocalizeStrings: no strings.po file exist at D:\XBMC Dev\XBMC_New\portable_data\addons\plugin.video.youtube\resources\language\English, fallback to strings.xml
  3. 14:47:49 T:136 DEBUG: ------ Window Init (DialogBusy.xml) ------
  4. 14:47:51 T:5132 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  5. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  6. Error Type: <type 'exceptions.IndexError'>
  7. Error Contents: string index out of range
  8. Traceback (most recent call last):
  9. File "D:\XBMC Dev\XBMC_New\portable_data\addons\plugin.video.youtube\default.py", line 112, in <module>
  10. navigation.listMenu(params)
  11. File "D:\XBMC Dev\XBMC_New\portable_data\addons\plugin.video.youtube\YouTubeNavigation.py", line 110, in listMenu
  12. return self.list(params)
  13. File "D:\XBMC Dev\XBMC_New\portable_data\addons\plugin.video.youtube\YouTubeNavigation.py", line 191, in list
  14. (results, status) = self.feeds.list(params)
  15. File "D:\XBMC Dev\XBMC_New\portable_data\addons\plugin.video.youtube\YouTubeFeeds.py", line 157, in list
  16. videos = self.core.getVideoInfo(result["content"], params)
  17. File "D:\XBMC Dev\XBMC_New\portable_data\addons\plugin.video.youtube\YouTubeCore.py", line 890, in getVideoInfo
  18. self.getYTCache("vidstatus-", ytobjects)
  19. File "D:\XBMC Dev\XBMC_New\portable_data\addons\plugin.video.youtube\YouTubeCore.py", line 769, in getYTCache
  20. if res[i]:
  21. IndexError: string index out of range
  22. -->End of Python script error report<--
  23. 14:47:51 T:5132 INFO: Python script stopped
  24. 14:47:51 T:5132 DEBUG: Thread XBPyThread 5132 terminating
  25. 14:47:51 T:4984 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
  26. 14:47:51 T:136 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.youtube/?path=/root/explore/categories&category=Film&feed=feed_category&
  27. 14:47:51 T:136 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/?path=/root/explore/categories&category=Film&feed=feed_category&) failed
  28. 14:47:51 T:136 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.youtube/?path=/root/explore/categories&feed=feed_categories&login=false&folder=true&)
  29. 14:47:51 T:136 DEBUG: ParentPath = [plugin://plugin.video.youtube]
  30. 14:47:51 T:7344 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin YouTube('plugin://plugin.video.youtube/','0','?path=/root/explore/categories&feed=feed_categories&login=false&folder=true&')
  31. 14:47:51 T:7344 INFO: initializing python engine.
  32. 14:47:51 T:7344 DEBUG: new python thread created. id=16
  33. 14:47:51 T:7344 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the YouTube plugin...
  34. 14:47:51 T:7360 NOTICE: Thread XBPyThread start, auto delete: false
  35. 14:47:51 T:7360 DEBUG: Python thread: start processing
  36. 14:47:51 T:7360 NOTICE: -->Python Interpreter Initialized<--
Add Comment
Please, Sign In to add comment