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
DH_KEY_TOO_SMALL
I tried to use opus_get
opus_get
Tried the most simple command from README:
$ opus_get --directory RF --source en --target sv Downloading 3 file(s) with the total size of 121 KB. Continue? (y/n) y Unable to retrieve the data.
When debugged, error comes like this.
OpusTools/opustools_pkg/opustools/opus_get.py
Lines 166 to 168 in 8eef88c
>>> e URLError(SSLError(1, '[SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:1007)'))
I guess it is due to old policy of data server..?
Reported environment (if it helps):
opustools
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to use
opus_get
Tried the most simple command from README:
When debugged, error comes like this.
OpusTools/opustools_pkg/opustools/opus_get.py
Lines 166 to 168 in 8eef88c
I guess it is due to old policy of data server..?
Reported environment (if it helps):
opustools
pip version: 1.6.1The text was updated successfully, but these errors were encountered: