Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. 17:06:27 T:8408 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.IndexError'>
  4. Error Contents: list index out of range
  5. Traceback (most recent call last):
  6. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py", line 91, in <module>
  7. Main()
  8. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py", line 21, in __init__
  9. start_info_actions(self.infos, self.params)
  10. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\process.py", line 298, in start_info_actions
  11. data = get_autocomplete_items(params["id"]), "AutoComplete"
  12. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\Utils.py", line 142, in get_autocomplete_items
  13. return get_google_autocomplete_items(search_str, True)
  14. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\Utils.py", line 164, in get_google_autocomplete_items
  15. for item in result[1]:
  16. IndexError: list index out of range
  17. -->End of Python script error report<--
  18. 17:06:27 T:7004 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.extendedinfo/?info=autocomplete&&id=ActivateWindow(videos,plugin://plugin.video.youtube/kodion/search/query/?q=EminemVEVO&search_type=channel)&&limit=9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement