runtime error
reason) from reason # type: ignore[arg-type] urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /coqui-ai/TTS/releases/download/v0.2.0/tts_models--en--ljspeech--vits.zip (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7ff4772f18e0>: Failed to resolve 'github.com' ([Errno -3] Temporary failure in name resolution)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 34, in <module> model_path, config_path, model_item = manager.download_model(f"tts_models/{MODEL_NAME}") File "/home/user/.local/lib/python3.8/site-packages/TTS/utils/manage.py", line 117, in download_model self._download_zip_file(model_item["github_rls_url"], output_path) File "/home/user/.local/lib/python3.8/site-packages/TTS/utils/manage.py", line 179, in _download_zip_file r = requests.get(file_url) File "/home/user/.local/lib/python3.8/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/user/.local/lib/python3.8/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /coqui-ai/TTS/releases/download/v0.2.0/tts_models--en--ljspeech--vits.zip (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7ff4772f18e0>: Failed to resolve 'github.com' ([Errno -3] Temporary failure in name resolution)"))
Container logs:
Fetching error logs...