runtime error

/home/user/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve infos = await self._loop.getaddrinfo( File "/usr/local/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo return await self.run_in_executor( File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.10/socket.py", line 955, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 36, in <module> tts_voice_list = asyncio.get_event_loop().run_until_complete(edge_tts.list_voices()) 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 24, 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 1187, in _create_direct_connection raise ClientConnectorError(req.connection_key, exc) from exc aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host speech.platform.bing.com:443 ssl:default [Temporary failure in name resolution]

Container logs:

Fetching error logs...