snap-stanford / ogb

Benchmark datasets, data loaders, and evaluators for graph machine learning
https://ogb.stanford.edu
MIT License
1.89k stars 398 forks source link

Unable to download and access data. #134

Closed yangsiran closed 3 years ago

yangsiran commented 3 years ago
$curl http://ogb-data.stanford.edu/data/lsc/mag240m_kddcup2021.zip -O mag240m_kddcup2021.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:02:07 --:--:--     0
curl: (7) Failed connect to ogb-data.stanford.edu:80; Connection timed out
curl: (6) Could not resolve host: mag240m_kddcup2021.zip; Name or service not known

Unable to download the zip file from several network environments. It seems that the host is down ?

weihua916 commented 3 years ago

Indeed there seems to be an on-going issue with downloading. We are looking into it and will get back to you. Thanks for your patience.

weihua916 commented 3 years ago

It should be fixed now.

yangsiran commented 3 years ago

Seems to work. Closing the issue. Thanks.