You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)>
based on my research it can be fixed by creating the SSL default context and then including the context parameter into the urllib.request.urlopen() call
I am getting the following error
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)>
based on my research it can be fixed by creating the SSL default context and then including the context parameter into the
urllib.request.urlopen()
callThe text was updated successfully, but these errors were encountered: