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 downloading some datasets #236

Open
aurorarossi opened this issue Jul 3, 2023 · 6 comments
Open

Error downloading some datasets #236

aurorarossi opened this issue Jul 3, 2023 · 6 comments

Comments

@aurorarossi
Copy link

Hello!
when downloading the datasets contained here, there is an error caused by the certificate of the website.

urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1002)>
@jeongwhanchoi
Copy link

jeongwhanchoi commented Jul 5, 2023

@aurorarossi , I also faced the same issue when downloading a dataset through a URL. You can solve this issue by using the SSL authentication module. You may solve it by adding the module and code below.

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

@boykovdn
Copy link
Contributor

boykovdn commented Jul 6, 2023

Looks like the SSL certificate for https://graphmining.ai/temporal_datasets/ which hosts some of the datasets has expired about a week ago.

@aurorarossi
Copy link
Author

I was wondering if it was maintained by the same people of this package

@boykovdn
Copy link
Contributor

boykovdn commented Jul 6, 2023

Judging by the homepage I'd say so. Let's see what they say :)

@Ripper346
Copy link

After two months, the certificates are still expired

@massisenergy
Copy link

This happens when using torch_geometric_temporal:
loader = METRLADatasetLoader()
Python 3.11.2, PyTorch 2.0.1

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

5 participants