Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. 13:36:01 T:1522643888 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.TypeError'>
  4. Error Contents: int() argument must be a string or a number, not 'NoneType'
  5. Traceback (most recent call last):
  6. File "/home/kodi/.kodi/addons/script.extendedinfo-master/plugin.py", line 91, in <module>
  7. Main()
  8. File "/home/kodi/.kodi/addons/script.extendedinfo-master/plugin.py", line 21, in __init__
  9. start_info_actions(self.infos, self.params)
  10. File "/home/kodi/.kodi/addons/script.extendedinfo-master/resources/lib/process.py", line 249, in start_info_actions
  11. orderby=params.get("orderby", "relevance"))
  12. File "/home/kodi/.kodi/addons/script.extendedinfo-master/resources/lib/YouTube.py", line 137, in search_youtube
  13. videos = handle_youtube_videos(results["items"], extended=True)
  14. File "/home/kodi/.kodi/addons/script.extendedinfo-master/resources/lib/YouTube.py", line 52, in handle_youtube_videos
  15. vote_count = float(int(item["likes"]) + int(item["dislikes"]))
  16. TypeError: int() argument must be a string or a number, not 'NoneType'
  17. -->End of Python script error report<--
  18. 13:36:01 T:1771070384 ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=youtubesearch&&id="La dolce vita, la dolce far niente" TV show
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement