GloVe icon indicating copy to clipboard operation
GloVe copied to clipboard

Download link not working

Open hamza13-12 opened this issue 10 months ago • 5 comments

Currently, the download link is not working.

!wget http://nlp.stanford.edu/data/glove.6B.zip

This gives connection timed out after a few seconds. What's the solution?

hamza13-12 avatar Apr 24 '24 13:04 hamza13-12

Thanks for the alert. We'll look into it, and in the meantime, there are mirrors of the data files on HF:

https://huggingface.co/stanfordnlp/glove/tree/main

AngledLuffa avatar Apr 24 '24 14:04 AngledLuffa

Looks to be down again, CA Certs expired a few days ago. Will follow the recommended workaround, or add -k flag to curl. Can't verify host when running:

!curl -OL https://downloads.cs.stanford.edu/nlp/data/glove.6B.zip

Visiting the url in browser gives:

Your connection is not private Attackers might be trying to steal your information from downloads.cs.stanford.edu (for example, passwords, messages, or credit cards). Learn more NET::ERR_CERT_DATE_INVALID Turn on enhanced protection to get Chrome's highest level of security This server could not prove that it is downloads.cs.stanford.edu; its security certificate expired 2 days ago. This may be caused by a misconfiguration or an attacker intercepting your connection. Your computer's clock is currently set to Friday, June 14, 2024. Does that look right? If not, you should correct your system's clock and then refresh this page. Proceed to downloads.cs.stanford.edu (unsafe)

tylercaimber avatar Jun 14 '24 21:06 tylercaimber

Thanks, I reported that to our devops team

On Fri, Jun 14, 2024 at 2:38 PM tylercaimber @.***> wrote:

Looks to be down again, CA Certs expired a few days ago. Can't verify host when running:

!curl -OL https://downloads.cs.stanford.edu/nlp/data/glove.6B.zip

Visiting the url in browser gives:

Your connection is not private Attackers might be trying to steal your information from downloads.cs.stanford.edu (for example, passwords, messages, or credit cards). Learn more NET::ERR_CERT_DATE_INVALID Turn on enhanced protection to get Chrome's highest level of security This server could not prove that it is downloads.cs.stanford.edu; its security certificate expired 2 days ago. This may be caused by a misconfiguration or an attacker intercepting your connection. Your computer's clock is currently set to Friday, June 14, 2024. Does that look right? If not, you should correct your system's clock and then refresh this page. Proceed to downloads.cs.stanford.edu (unsafe)

— Reply to this email directly, view it on GitHub https://github.com/stanfordnlp/GloVe/issues/222#issuecomment-2168795957, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2AYWJOXB32DBULJN5M6BTZHNPF5AVCNFSM6AAAAABGW5YQ3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRYG44TKOJVG4 . You are receiving this because you commented.Message ID: @.***>

AngledLuffa avatar Jun 14 '24 21:06 AngledLuffa

Should work now!

AngledLuffa avatar Jun 15 '24 00:06 AngledLuffa

Thank you, it does!

tylercaimber avatar Jun 15 '24 19:06 tylercaimber