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
when I run this command:python download_dataset.py
an error occurred: raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1091)>
I found the URL='https://lab.osai.ai/datasets/openttgames/data/' can not be accessed.
Can you help me solve this problem?
The text was updated successfully, but these errors were encountered:
@kintaro1981 I created a pull request that would fix that :/ but it's not being merged because the author isn't that active right now. but just look at my pr and copy the code. Then it will work. I'm also currently writing multi-threaded versions of the python code in rust. I got the extraction script done already.
when I run this command:python download_dataset.py
an error occurred: raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1091)>
I found the URL='https://lab.osai.ai/datasets/openttgames/data/' can not be accessed.
Can you help me solve this problem?
The text was updated successfully, but these errors were encountered: