Skip to content
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

ERROR: [youtube:tab] : Unable to download API page: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007) (caused by CertificateVerifyError('[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')); please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U #75

Open
pradeepdev-1995 opened this issue Jul 16, 2024 · 2 comments

Comments

@pradeepdev-1995
Copy link

I am using YoutubeChannelSearchTool for a youtube video transcript task. But when I kickoff my crew object, I am getting the following error

ERROR: [youtube:tab] <youtube channel name>: Unable to download API page: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007) (caused by CertificateVerifyError('[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')); please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U

I am using the latest version of yt-dlp(yt-dlp==2024.7.9)

@anirudhmaddy
Copy link

I added these 2 lines in crew.py file to supress the error temporarily.

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

@pradeepdev-1995
Copy link
Author

pradeepdev-1995 commented Jul 19, 2024

which version of ssl you are using?
for me getting SSL has no attribute _create_unverified_context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants