All versions of youtube plug-ins are not working properly

youtube v7.0.2.2 working on coreelec 20.2, playing youtube can display the video list and thumbnails normally, but it cannot play any video. I have tried all version combinations from 6.85 to 7.02, and coreelec versions from 19.5 to 20.2, and there are various errors, as follows This is the error log on 20.2. Is there anyone who has encountered the same problem as me?

---------------------------------------------------------------------------------------------------------------------
2023-10-31 03:45:19.597 T:4639    error <general>: 
2023-10-31 03:45:19.597 T:4639    error <general>:   File "/storage/.kodi/addons/script.module.requests/lib/requests/api.py", line 59, in request
                                                       return session.request(method=method, url=url, **kwargs)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                   
2023-10-31 03:45:19.597 T:4639    error <general>: 
2023-10-31 03:45:19.597 T:4639    error <general>:   File "/storage/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 589, in request
                                                       resp = self.send(prep, **send_kwargs)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                   
2023-10-31 03:45:19.597 T:4639    error <general>: 
2023-10-31 03:45:19.597 T:4639    error <general>:   File "/storage/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 703, in send
                                                       r = adapter.send(request, **kwargs)
                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                   
2023-10-31 03:45:19.597 T:4639    error <general>: 
2023-10-31 03:45:19.598 T:4639    error <general>:   File "/storage/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 532, in send
                                                       raise ReadTimeout(e, request=request)

2023-10-31 03:45:19.598 T:4639    error <general>: 
2023-10-31 03:45:19.598 T:4639    error <general>: requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='www.youtube.com', port=443): Read timed out. (read timeout=3.05)
                                                   
2023-10-31 03:45:19.598 T:4639    error <general>: 
2023-10-31 03:45:19.598 T:4639    error <general>: 
                                                   The above exception was the direct cause of the following exception:
                                                   
                                                   
2023-10-31 03:45:19.598 T:4639    error <general>: 
2023-10-31 03:45:19.598 T:4639    error <general>: Traceback (most recent call last):
                                                   
2023-10-31 03:45:19.598 T:4639    error <general>: 
2023-10-31 03:45:19.599 T:4639    error <general>:   File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/yt_play.py", line 50, in play_video
                                                       video_streams = client.get_video_streams(context, video_id)
                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                   
2023-10-31 03:45:19.599 T:4639    error <general>: 
2023-10-31 03:45:19.599 T:4639    error <general>:   File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 102, in get_video_streams
                                                       video_streams = video_info.load_stream_infos(video_id)
                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                   
2023-10-31 03:45:19.599 T:4639    error <general>: 
2023-10-31 03:45:19.599 T:4639    error <general>:   File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 883, in load_stream_infos
                                                       return self._get_video_info()
                                                              ^^^^^^^^^^^^^^^^^^^^^^
                                                   
2023-10-31 03:45:19.599 T:4639    error <general>: 
2023-10-31 03:45:19.599 T:4639    error <general>:   File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 1323, in _get_video_info
                                                       result = self._request(
                                                                ^^^^^^^^^^^^^^
                                                   
2023-10-31 03:45:19.599 T:4639    error <general>: 
2023-10-31 03:45:19.600 T:4639    error <general>:   File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 937, in _request
                                                       raise YouTubeException(error_msg) from error
                                                   
2023-10-31 03:45:19.600 T:4639    error <general>: 
2023-10-31 03:45:19.600 T:4639    error <general>: youtube_plugin.youtube.youtube_exceptions.YouTubeException: Player response failed for video_id: hLvWy2b857I, using android client (logged in)

Always fun to read parts from log files :frowning:

Put complete kodi debug log file if you want any help.

Also, the same versions of kodi and youtube plugins, work fine on windows 11, just not working on coreelec

I have found the reason. I installed kodi on Android and ubuntu respectively for testing. The problem is not with kodi. Thank you very much. This issue can be closed.
Many thanks to the volunteer team and plug-in authors for providing such an excellent program, the experience has been great! Although it took me several weeks to figure out how to use it correctly, it is nothing compared to the time and effort the authors put in. Now I have a pure Kodi-only TV box, thank you again !

While the SSL handshake failure/timeout should not result in a ReadTimeout, that is a problem with urllib3.

Can you elaborate on what you identified as the cause of the SSL handshake failure/timeout, or whatever else caused the problem?