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

Downloading of Datasets hosted by graphmining.ai fails due to a expired certificate #243

Open
maschill opened this issue Aug 25, 2023 · 1 comment

Comments

@maschill
Copy link

maschill commented Aug 25, 2023

As Mentioned in the title, the Download, i.e. the construction of the Dataloader
loader = METRLADatasetLoader() fails with the following error:
...
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)
...
During handling of the above exception, another exception occurred:
...
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)>

The reason for this is an expired certificate on the servers end. You can still manually download and use the dataset from the server.

@aurorarossi
Copy link

Hello! This seems a duplicate of the issue #236

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