cis3296s22 / youtubestats

This package locally downloads the metadata for all video in a user's Youtube history and performs an analysis. The results are then displayed in the browser.
MIT License
0 stars 2 forks source link

WARNING error #22

Open ccho-0508 opened 2 years ago

ccho-0508 commented 2 years ago

I followed the instructions but I got this error after trying the command : python3 youtube_history.py --takeout Takeout WARNING: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)> [youtube] gVGZHzRjvo0: Downloading API JSON ERROR: Unable to download API page: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)> (caused by URLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))

tyler3490 commented 2 years ago

This is a known mac issue, if you follow step 6 in the instructions on the main page it should resolve the issue.