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

Download link not working #222

Open
hamza13-12 opened this issue Apr 24, 2024 · 5 comments
Open

Download link not working #222

hamza13-12 opened this issue Apr 24, 2024 · 5 comments

Comments

@hamza13-12
Copy link

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?

@AngledLuffa
Copy link
Contributor

AngledLuffa commented Apr 24, 2024 via email

@tylercaimber
Copy link

tylercaimber commented Jun 14, 2024

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)

@AngledLuffa
Copy link
Contributor

AngledLuffa commented Jun 14, 2024 via email

@AngledLuffa
Copy link
Contributor

Should work now!

@tylercaimber
Copy link

Thank you, it does!

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

3 participants