runtime error
Exit code: 1. Reason: File "/usr/local/lib/python3.10/http/client.py", line 976, in send self.connect() File "/usr/local/lib/python3.10/http/client.py", line 1448, in connect super().connect() File "/usr/local/lib/python3.10/http/client.py", line 942, in connect self.sock = self._create_connection( File "/usr/local/lib/python3.10/socket.py", line 857, in create_connection raise err File "/usr/local/lib/python3.10/socket.py", line 845, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 21, in <module> en_model = wenet.load_model('english') File "/usr/local/lib/python3.10/site-packages/wenet/cli/model.py", line 168, in load_model model_dir = Hub.get_model_by_lang(language) File "/usr/local/lib/python3.10/site-packages/wenet/cli/hub.py", line 117, in get_model_by_lang download(model_url, model_dir, only_child=True) File "/usr/local/lib/python3.10/site-packages/wenet/cli/hub.py", line 51, in download urlretrieve(url, File "/usr/local/lib/python3.10/urllib/request.py", line 241, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: File "/usr/local/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.10/urllib/request.py", line 519, in open response = self._open(req, data) File "/usr/local/lib/python3.10/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/usr/local/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/local/lib/python3.10/urllib/request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>
Container logs:
Fetching error logs...