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
Hello, I recently attempted to download the glove-sbwc.i25.vec.gz file, but when I tried to uncompress it, I get the following error:
~$ gzip -d glove-sbwc.i25.vec.gz
gzip: glove-sbwc.i25.vec.gz: invalid compressed data--crc error
gzip: glove-sbwc.i25.vec.gz: invalid compressed data--length error
Also, the browser consol shows the following messege when I click on the file to download it:
Mixed Content: The site at 'https://github.com/dccuchile/spanish-word-embeddings#glove-embeddings-from-sbwc:1' was loaded over a secure connection, but the file at 'https://users.dcc.uchile.cl/~jperez/word-embeddings/glove-sbwc.i25.vec.gz' was redirected through an insecure connection. This file should be served over HTTPS. This download has been blocked. See https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for more details.
Thanks for any help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I recently attempted to download the glove-sbwc.i25.vec.gz file, but when I tried to uncompress it, I get the following error:
~$ gzip -d glove-sbwc.i25.vec.gz
gzip: glove-sbwc.i25.vec.gz: invalid compressed data--crc error
gzip: glove-sbwc.i25.vec.gz: invalid compressed data--length error
Also, the browser consol shows the following messege when I click on the file to download it:
Mixed Content: The site at 'https://github.com/dccuchile/spanish-word-embeddings#glove-embeddings-from-sbwc:1' was loaded over a secure connection, but the file at 'https://users.dcc.uchile.cl/~jperez/word-embeddings/glove-sbwc.i25.vec.gz' was redirected through an insecure connection. This file should be served over HTTPS. This download has been blocked. See https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for more details.
Thanks for any help!
The text was updated successfully, but these errors were encountered: