2 Mario77 thanks.
Delivered version 6.1.0 ~ alpha2
I get the error.
Display Spoiler
18:12:51.922 T:1490023328 NOTICE: [plugin.video.youtube] Running: YouTube (6.1.0~alpha2) on Krypton (Kodi-17.6) with Python 2.7.13
Path: /special/new_uploaded_videos_tv/
Params: {}
18:12:57.074 T:1490023328 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.SSLError'>
Error Contents: HTTPSConnectionPool(host='http://www.googleapis.com', port=443): Max retries exceeded with url: /youtubei/v1/browse?key=AIzaSyC6fvZSJHA7Vz5j8jCiKRt7tUIOqjE2N3g (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)'),))
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/default.py", line 7, in <module>
runner.run(__provider__)
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/runner.py", line 43, in run
__RUNNER__.run(provider, context)
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/impl/xbmc/xbmc_runner.py", line 23, in run
results = provider.navigate(context)
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line 87, in navigate
result = method(context, re_match)
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/register_provider_path.py", line 11, in wrapper
return func(*args, **kwargs)
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/provider.py", line 580, in _on_yt_specials
return yt_specials.process(category, self, context, re_match)
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/yt_specials.py", line 311, in process
return _process_new_uploaded_videos_tv(provider, context, re_match)
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/yt_specials.py", line 274, in _process_new_uploaded_videos_tv
json_data = provider.get_client(context).get_my_subscriptions(page_token=next_page_token, offset=offset)
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 576, in get_my_subscriptions
return _perform(_page_token=page_token, _offset=offset, _result=result)
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 526, in _perform
_json_data = self._perform_v1_tv_request(method='POST', path='browse', post_data=_post_data)
File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 1064, in _perform_v1_tv_request
allow_redirects=allow_redirects)
File "/storage/.kodi/addons/script.module.requests/lib/requests/api.py", line 112, in post
return request('post', url, data=data, json=json, **kwargs)
File "/storage/.kodi/addons/script.module.requests/lib/requests/api.py", line 58, in request
return session.request(method=method, url=url, **kwargs)
File "/storage/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 508, in request
resp = self.send(prep, **send_kwargs)
File "/storage/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 618, in send
r = adapter.send(request, **kwargs)
File "/storage/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 506, in send
raise SSLError(e, request=request)
SSLError: HTTPSConnectionPool(host='http://www.googleapis.com', port=443): Max retries exceeded with url: /youtubei/v1/browse?key=AIzaSyC6fvZSJHA7Vz5j8jCiKRt7tUIOqjE2N3g (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)'),))
-->End of Python script error report<--
18:12:57.213 T:1944924736 ERROR: GetDirectory - Error getting plugin://plugin.video.youtube/special/new_uploaded_videos_tv/
18:12:57.215 T:1944924736 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/special/new_uploaded_videos_tv/) failed
18:13:01.714 T:1661989792 ERROR: GetDirectory - Error getting
I installed version 6.0.1 and everything works fine.
Thank you again for your help.