-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
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
certificate issue casting youtube #165
Comments
Ah, this appears to be an issue with youtube-dl. Just pass the youtube-dl option to catt with |
Would it be possible to get an example commandline? I've tried every variant I can think of and can't get catt to accept/pass through this option. For example,
and trying to "fake it" with things like "--no-check-certificate=1" doesn't work (but doesn't give the same error, either). Stumped as to how to format unary flags through -y in catt! |
@benmargolin You need to use
|
Good call, I've added that. Thanks to both of you! |
Hi there! Thanks so much for this project!
I'm able to
cast_site
successfully but casting returns the following error. For example when I run the README example:Some details:
I tracked this error down as something that has also occured in
youtube-dl
[github issue]. I separately installedyoutube-dl
and got the same certificate error and then added the suggested workaround (adding the flag--no-check-certificate
to theyoutube-dl
command) which then worked to download the video. Adding this in case it helps in some way.The text was updated successfully, but these errors were encountered: