-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I tried to use 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
| except urllib.error.URLError as e: | |
| print('Unable to retrieve the data.') | |
| return |
>>> 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):
- Ubuntu 22.04
- python 3.10.12
opustoolspip version: 1.6.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels