Posts by bolet
-
-
-
No, I haven't any additional certs. I tested to wget the 1st URL, and there doesn't seem to be a certificate issue:
Code# wget -O- "https://www.youtube.com/youtubei/v1/player?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8&prettyPrint=false" Connecting to www.youtube.com (216.58.214.174:443) wget: server returned error: HTTP/1.1 405 Method Not Allowed
If it was a CDN or certs issue, wget would also fail, right? Maybe a python only issue? Any more ideas?
If it was just to fix the issue, I could backup kodi settings, erase all data inside /storage then reboot and restore? But maybe it's worth digging?
-
I submitted the bug and had the answer here: https://github.com/anxdpanic/plugin.video.youtube/issues/837
QuoteThis has nothing to do with this plugin. There is something wrong with your system certificate store. Or maybe the certifi module.
You will need to check why your system certificate store does not contain the information that is required to verify/make a secure connection to the YouTube servers.
As a workaround you can disable https verification in the plugin advanced settings, but this is not a recommended course of action.
Help welcome!
-
This started happening a few days ago, I don't remember having done anything special to trigger this.
Hardware: Orange Pi PC Plus (Allwinner H3)
OS: LibreElec 12.0.0All plugins needing https connections now display something like this in the log file:
Code
Display More2024-07-07 14:13:37.398 T:1170 error <general>: [plugin.video.youtube] Player request failed exc: |HTTPSConnectionPool(host='www.youtube.com', port=443): Max retries exceeded with url: /youtubei/v1/player?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8&prettyPrint=false (Caused by SSLError(SSLError(136, '[X509: NO_CERTIFICATE_OR_CRL_FOUND] no certificate or crl found (_ssl.c:4166)')))| video_id: gKkFQxnm3cM, client: media_connect_frontend, auth: False Stack trace (most recent call last): File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py", line 16, in <module> plugin_runner.run() File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/plugin_runner.py", line 63, in run plugin.run(provider, context, focused=(current_uri == new_uri)) File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/plugin/xbmc/xbmc_plugin.py", line 157, in run result, options = provider.navigate(context) File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line 161, in navigate result = handler['method'](context, re_match) File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line 376, in wrapper return func(*args, **kwargs) File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/provider.py", line 718, in on_play video = yt_play.play_video(self, context) File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/yt_play.py", line 65, in play_video video_streams = client.get_video_streams(context, video_id) File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 202, in get_video_streams video_streams = video_info.load_stream_infos(video_id) File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 837, in load_stream_infos return self._get_video_info() File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 1334, in _get_video_info result = self.request( File "/storage/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/network/requests.py", line 114, in request stack_trace = format_stack()
The file /run/libreelec/cacert.pem looks normal.
-
we don't want to maintain a ton of out of tree wifi drivers. As I said - you can make your own build with wifi, but driver won't be accepted in official repository.
Sorry, I didn't expect LE to go as far as dropping wifi support, but I understand the reason.
It looks like 9.2.6 still supports OPi Lite. I'll stick with it for now.
But I'll keep an eye on master. Thanks again for your help
-
Mostly driver, but maybe dts too. I didn't check if wifi is already described in DT.
My plan was to start with a PC Plus build and make the needed changes for Lite, but I just discovered that WiFi on PC Plus doesn't work neither, and I see no issue about it. Am I missing something?
-
Check closed PRs at LE repo and first post here. Each contain reason why it was rejected (and your PR will be rejected too if you'll include it).
I meant where should I look to enable wifi on OPi Lite builds. Is it a matter of dts/dtb? A missing driver? I found nothing related to this question in closed PRs on github.
-
The OPi Lite image compiled and boots. But WiFi doesn't show up. Any hints for places to look for?
I read a post about RAM shortage on H6/64 bits. I'll look at previous posts too.
When I have a working network on my OPi Lite I'll be able to report back on RAM usage/shortage, and hopefully contribute a PR.
-
jernej Thanks for showing me the way. I launched a build. We'll see how it works...
I can confirm HW decoding doesn't work in the 2017-05-16 release of LibreELEC 8 on OPi Lite, maybe something was broken. Is there a place to download past releases?
My OPi Lite displays only 42% of RAM usage during playback. Why only support boards with ≥ 1 GiB RAM?
-
I'm using LibreELEC for my OPi PC Plus, it works like a charm. Thanks Jernej for your work on AllWInner chips!
But I also have 2 OPi Lite (not Lite 2) which I'd like to update: they now run a LibreELEC 8 image from 2017-05-16, and don't support HW decoding.
I tried using the OPi PC Plus image and replacing the dtb file and the extlinux.conf reference, but the OPi Lite still doesn't boot.
What does it take to have a bootable recent LibreELEC on OPi Lite?
I can probably compile my own image if I have a few hints, but if you can add the image for OPi Lite in the daily downloads it would be even better