We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to download any glove vectors results in a connection reset by peer error.
COMMAND RUN wget http://www-nlp.stanford.edu/data/glove.840B.300d.zip
OUTPUT --2020-07-16 13:51:49-- http://www-nlp.stanford.edu/data/glove.840B.300d.zip Resolving www-nlp.stanford.edu (www-nlp.stanford.edu)... 171.64.67.140 Connecting to www-nlp.stanford.edu (www-nlp.stanford.edu)|171.64.67.140|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://nlp.stanford.edu/data/glove.840B.300d.zip [following] --2020-07-16 13:51:49-- https://nlp.stanford.edu/data/glove.840B.300d.zip Resolving nlp.stanford.edu (nlp.stanford.edu)... 171.64.67.140 Connecting to nlp.stanford.edu (nlp.stanford.edu)|171.64.67.140|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://downloads.cs.stanford.edu/nlp/data/glove.840B.300d.zip [following] --2020-07-16 13:51:49-- http://downloads.cs.stanford.edu/nlp/data/glove.840B.300d.zip Resolving downloads.cs.stanford.edu (downloads.cs.stanford.edu)... 171.64.64.22 Connecting to downloads.cs.stanford.edu (downloads.cs.stanford.edu)|171.64.64.22|:80... connected. HTTP request sent, awaiting response... **Read error (Connection reset by peer) in headers.** Retrying. --2020-07-16 13:53:02-- (try: 2) http://downloads.cs.stanford.edu/nlp/data/glove.840B.300d.zip Connecting to downloads.cs.stanford.edu (downloads.cs.stanford.edu)|171.64.64.22|:80... connected. HTTP request sent, awaiting response... **Read error (Connection reset by peer) in headers.** Retrying. --2020-07-16 13:54:17-- (try: 3) http://downloads.cs.stanford.edu/nlp/data/glove.840B.300d.zip Connecting to downloads.cs.stanford.edu (downloads.cs.stanford.edu)|171.64.64.22|:80... connected. HTTP request sent, awaiting response... **Read error (Connection reset by peer) in headers.** Retrying. --2020-07-16 13:55:27-- (try: 4) http://downloads.cs.stanford.edu/nlp/data/glove.840B.300d.zip Connecting to downloads.cs.stanford.edu (downloads.cs.stanford.edu)|171.64.64.22|:80... connected. HTTP request sent, awaiting response... **Read error (Connection reset by peer) in headers.** Retrying. --2020-07-16 13:56:35-- (try: 5) http://downloads.cs.stanford.edu/nlp/data/glove.840B.300d.zip Connecting to downloads.cs.stanford.edu (downloads.cs.stanford.edu)|171.64.64.22|:80... connected. HTTP request sent, awaiting response... **Read error (Connection reset by peer) in headers.** Retrying. --2020-07-16 13:57:44-- (try: 6) http://downloads.cs.stanford.edu/nlp/data/glove.840B.300d.zip Connecting to downloads.cs.stanford.edu (downloads.cs.stanford.edu)|171.64.64.22|:80... connected. HTTP request sent, awaiting response... **Read error (Connection reset by peer) in headers.** Retrying. --2020-07-16 13:59:04-- (try: 7) http://downloads.cs.stanford.edu/nlp/data/glove.840B.300d.zip Connecting to downloads.cs.stanford.edu (downloads.cs.stanford.edu)|171.64.64.22|:80... connected. HTTP request sent, awaiting response... and so on
This started happening today 16/07/2020
Additional Info Tried with different model names and issue was repeated
Even the webpage's download links do not work, since they are the same https://nlp.stanford.edu/projects/glove/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to download any glove vectors results in a connection reset by peer error.
This started happening today 16/07/2020
Additional Info
Tried with different model names and issue was repeated
Even the webpage's download links do not work, since they are the same https://nlp.stanford.edu/projects/glove/
The text was updated successfully, but these errors were encountered: