runtime error
ocal/lib/python3.10/asyncio/selector_events.py", line 501, in sock_connect return await fut File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 509, in _sock_connect sock.connect(address) OSError: [Errno 101] Network is unreachable The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app_multi.py", line 143, in <module> tts_speakers_list = asyncio.get_event_loop().run_until_complete(edge_tts.list_voices()) # noqa File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/home/user/.local/lib/python3.10/site-packages/edge_tts/list_voices.py", line 27, in list_voices async with session.get( File "/home/user/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1187, in __aenter__ self._resp = await self._coro File "/home/user/.local/lib/python3.10/site-packages/aiohttp/client.py", line 574, in _request conn = await self._connector.connect( File "/home/user/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 544, in connect proto = await self._create_connection(req, traces, timeout) File "/home/user/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 911, in _create_connection _, proto = await self._create_direct_connection(req, traces, timeout) File "/home/user/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1235, in _create_direct_connection raise last_exc File "/home/user/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1204, in _create_direct_connection transp, proto = await self._wrap_create_connection( File "/home/user/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1000, in _wrap_create_connection raise client_error(req.connection_key, exc) from exc aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host speech.platform.bing.com:443 ssl:<ssl.SSLContext object at 0x7f991204be40> [Network is unreachable]
Container logs:
Fetching error logs...