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

RuntimeError: Stopped downloading due to interruption when downloading ogbl-wikikg2 #491

Open
benjaminnNgo opened this issue Sep 26, 2024 · 3 comments

Comments

@benjaminnNgo
Copy link

Hi!

I encountered this error: RuntimeError: Stopped downloading due to interruption when I tried to download ogbl-wikikg2. The process stops at 7/4232 for a while then triggers this error. This error only happens when I try on ogbl-wikikg2, and other datasets (even datasets from large-scale challenges) are downloaded smoothly without any problems.

Any suggestion on how I can fix this?

@benjaminnNgo
Copy link
Author

After investigating, the problem is in the links to download the datasets. If the link starts with https, the dataset will be downloaded smoothly. Changing links in master.csv from http to https will solve this issue.

@ChenS676
Copy link

I also has this issue, is it possible to resolve it by installing previous version?

@benjaminnNgo
Copy link
Author

I didn't try the previous version, but I resolved this by tracing the code to see where download links are defined and changing them from http to https. This error is typically the firewall of your network, you can try to switch it off (if applicable) or try to make changes as I suggested above.

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