Advertisement
Guest User

Kodi YouTube error

a guest
Feb 15th, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. 18:33:12.686 T:3442471776 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.Exception'>
  4. Error Contents: Signature function not found
  5. Traceback (most recent call last):
  6. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/default.py", line 7, in <module>
  7. runner.run(__provider__)
  8. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/runner.py", line 40, in run
  9. __RUNNER__.run(provider, context)
  10. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/impl/xbmc/xbmc_runner.py", line 24, in run
  11. results = provider.navigate(context)
  12. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line 87, in navigate
  13. result = method(context, re_match)
  14. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/register_provider_path.py", line 11, in wrapper
  15. return func(*args, **kwargs)
  16. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/provider.py", line 475, in on_play
  17. return yt_play.play_video(self, context, re_match)
  18. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/yt_play.py", line 19, in play_video
  19. video_streams = client.get_video_streams(context, video_id)
  20. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 79, in get_video_streams
  21. video_streams = video_info.load_stream_infos(video_id, player_config, cookies)
  22. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 403, in load_stream_infos
  23. return self._method_get_video_info(video_id, player_config, cookies)
  24. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 661, in _method_get_video_info
  25. mpd_url = self.generate_mpd(video_id, params.get('adaptive_fmts', player_args.get('adaptive_fmts', '')), params.get('length_seconds', '0'), cipher)
  26. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 785, in generate_mpd
  27. url += '&signature=%s' % cipher.get_signature(stream_map['s'])
  28. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/signature/cipher.py", line 24, in get_signature
  29. json_script = function_cache.get(FunctionCache.ONE_DAY, self._load_json_script, self._java_script_url)
  30. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/utils/function_cache.py", line 101, in get
  31. cached_data = partial_func()
  32. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/signature/cipher.py", line 57, in _load_json_script
  33. return self._load_java_script(java_script)
  34. File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/signature/cipher.py", line 62, in _load_java_script
  35. raise Exception('Signature function not found')
  36. Exception: Signature function not found
  37. -->End of Python script error report<--
  38. 18:33:12.874 T:4095287616 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.youtube/play/?video_id=FvP7lvQQtZI]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement