facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.83k stars 4.71k forks source link

Unable to download model files from dl.fbaipublicfiles.com #1269

Closed davidmezzetti closed 2 years ago

davidmezzetti commented 2 years ago

Receive following error:

requests.exceptions.SSLError: HTTPSConnectionPool(host='dl.fbaipublicfiles.com', port=443): (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1091)')))

Similar issues reported in https://github.com/facebookresearch/detectron2/issues/4165 and https://github.com/facebookresearch/demucs/issues/321

calebho commented 2 years ago

I'm in the midst of migrating some stuff on the backend and it seems I misconfigured something. This misconfiguration should be fixed since yesterday. Apologies for the inconvenience

davidmezzetti commented 2 years ago

Thank you @calebho!