-
Notifications
You must be signed in to change notification settings - Fork 513
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
SSLError "Bad Handshake" error during python -m snips_nlu download-language-entities en #905
Comments
seems like some protocol from "resources.snips.ai" is expired. Is there a way someone could fresh that up ? |
Any luck here? I also need the other entities :( |
so I made following UNSAFE steps to get those:
This tells request it should ignore false and expired protocols. THIS IS PROBABLY UNSAFE. It can be used for attacks or what so ever.
pip config set global.trusted-host "resources.snips.ai" --trusted-host=https://resources.snips.ai/
These things are very likely to be UNSAFE!!! and to update the protocol should be done. |
Thanks |
The Bug
I seem to be getting a bad handshake error while trying to download the built-in entities.
SLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)"),))
To Reproduce
The error comes up when trying to parse input, and then an error occurs saying
"FileNotFoundError: No data found for the 'snips/city' builtin entity in language 'en'. You must download the corresponding resources by running 'python -m snips_nlu download-entity snips/city en' before you can use this built-in entity."
Then when trying to download the SSL Bad Handshake error occurs
If successful, the command should download and link the built-in entities, but I see no documentation about it and very little help online.
Environment:
The text was updated successfully, but these errors were encountered: