Closed Skandery closed 2 years ago
I definitely have the exactly same issue as yours!! So Thankful for sharing this!! However I am not a Python user (code idiot), How can I resolve this without installing Python?
I did the upgrade, but didn't solve my error when trying to play via mpv shim since last week
I also did the upgrade and still not working the plex console shows "incomplete TLS handshake from [IP Address]:: sslv3 alert certificate expired. I asked for the cert to be reset in the plex forums but was told it wasn't expired.
If you are having this issue, did you manually install it with pip or are you using the binary distribution? I want to know if I need to repackage or if people who are having the issue can only fix it by upgrading certifi.
It looks like the last version of certifi was released before the last mpv shim version. https://pypi.org/project/certifi/
If you are having this issue, did you manually install it with pip or are you using the binary distribution? I want to know if I need to repackage or if people who are having the issue can only fix it by upgrading certifi.
It looks like the last version of certifi was released before the last mpv shim version. https://pypi.org/project/certifi/
This is my personal request.., plz repackage it, might make everything easier.
https://github.com/iwalton3/plex-mpv-shim/suites/3977456141/artifacts/100049578
hate to say this but the "An error occurred trying to play this item." error remains after reinstalling.
https://github.com/iwalton3/plex-mpv-shim/suites/3977456141/artifacts/100049578
Having the same Issue with the above one as well from the console: Oct 06, 2021 17:27:08.300 [9312] Debug — CERT: incomplete TLS handshake from [IP]: : sslv3 alert certificate expired
I installed with the binary and also upgraded with 'pip install --upgrade certifi' but it made no difference. I posted about it on the plex support forms as lots of plex users in the past week have had ssl cert errors and received this in reply
"Since that’s third party GitHub I need to refer you to them to answer this. I have no knowledge of this software, If they have a certificate in it, then they probably need to update their certificate in the client."
https://github.com/iwalton3/plex-mpv-shim/suites/3977456141/artifacts/100049578
This one solved my issue, thanks a bunch.
Here is the thread for Jellyfin MPV Shim, where users are having a similar issue. (Although Jellyfin users tend to use Let's Encrypt which had a recent CA Root expire and not Plex's CA which I am not sure what they use.)
I posted some information there too. https://github.com/jellyfin/jellyfin-mpv-shim/issues/235
Is it possible to add the ignore_ssl_cert option? It's not working for me either trying similar things to the jellyfin shim issue. I'm also on a letsencrypt cert. Something weird about the requests library is causing it to not recognize the new root CA properly, I'm unsure exactly what is happening.
edit: From digging around it seems this is a bug related to windows not updating CAs or something. Seems like you can work around it by manually importing certifi and explicitly using it for CA information: https://community.letsencrypt.org/t/help-thread-for-dst-root-ca-x3-expiration-september-2021/149190/1213
I agree to add the ignore_ssl_cert option.. manully importing certifi is quite a complex job for me..
Yeah I realized there were like a dozen different places and two different requests libraries being used. Maybe the explicit certifi dependency might be easier.
Yeah I realized there were like a dozen different places and two different requests libraries being used. Maybe the explicit certifi dependency might be easier.
I've been trying alternative solutions none, none of them is that perfect like MPV shim, if you make it happens, I'll be really, really, really appreciate it.
Pretty sure it is something system wise (CA?) goes wrong, I tried a fresh install of Shim in Windows Sandbox it worked again...
Made a PR to use certifi in various places. It fixes the issue for me on Windows.
This week (just before the plex update) received the error "An error occurred trying to play this item."
And I found this in the logs :
To fix it I just did a
pip install --upgrade certifi
and now it works (jellyfin-mpv-shim haveignore_ssl_cert
for this kind of problem maybe).I don't know if it's the right place but I think it could help people who have the same problem.