We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To Reproduce Steps to reproduce the behavior:
ignoreSSLErrors
true
~/.local/share/jellyfinmediaplayer/jellyfinmediaplayer.conf
Expected behavior The selected media plays
Screenshots
Desktop (please complete the following information):
Log
2021-04-28 15:58:58 [ DEBUG ] PlayerComponent.cpp @ 583 - ffmpeg: Opening https://<ip>:<port>/videos/<literally anything> 2021-04-28 15:58:58 [ INFO ] PlayerComponent.cpp @ 455 - Entering state: buffering 2021-04-28 15:58:58 [ INFO ] JS: Requesting url without automatic networking: https://<ip>:<port>/Sessions/Playing/Progress 2021-04-28 15:58:58 [ ERROR ] PlayerComponent.cpp @ 589 - ffmpeg: tls: Peer certificate failed verification 2021-04-28 15:58:58 [ ERROR ] PlayerComponent.cpp @ 589 - stream: Failed to open https://<ip>:<port>/videos/<literally anything>. 2021-04-28 15:58:58 [ DEBUG ] PlayerComponent.cpp @ 583 - cplayer: Opening failed or was aborted: https://<ip>:<port>/videos/<literally anything> 2021-04-28 15:58:58 [ DEBUG ] PlayerComponent.cpp @ 583 - cplayer: Running hook: ytdl_hook/on_load_fail 2021-04-28 15:58:58 [ DEBUG ] PlayerComponent.cpp @ 583 - ytdl_hook: full hook 2021-04-28 15:58:59 [ ERROR ] PlayerComponent.cpp @ 589 - ytdl_hook: ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1123)> (caused by URLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1123)'))) 2021-04-28 15:58:59 [ ERROR ] PlayerComponent.cpp @ 589 - ytdl_hook: youtube-dl failed: unexpected error occurred 2021-04-28 15:58:59 [ DEBUG ] PlayerComponent.cpp @ 583 - cplayer: finished playback, loading failed (reason 4)
The text was updated successfully, but these errors were encountered:
ignoreSSLErrors should do the right thing (#74)
922d098
This will be fixed in the next release...
Sorry, something went wrong.
No branches or pull requests
To Reproduce
Steps to reproduce the behavior:
ignoreSSLErrors
totrue
in~/.local/share/jellyfinmediaplayer/jellyfinmediaplayer.conf
Expected behavior
The selected media plays
Screenshots
Desktop (please complete the following information):
Log
The text was updated successfully, but these errors were encountered: