runtime error

Exit code: 1. Reason: r/local/lib/python3.10/site-packages/aiohttp/connector.py", line 1169, in _create_direct_connection raise ClientConnectorError(req.connection_key, exc) from exc aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host api.telegram.org:443 ssl:default [No address associated with hostname] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 22, in <module> executor.start_polling(dp, skip_updates=True) File "/usr/local/lib/python3.10/site-packages/aiogram/utils/executor.py", line 45, in start_polling executor.start_polling( File "/usr/local/lib/python3.10/site-packages/aiogram/utils/executor.py", line 320, in start_polling loop.run_until_complete(self._startup_polling()) File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/usr/local/lib/python3.10/site-packages/aiogram/utils/executor.py", line 372, in _startup_polling await self._welcome() File "/usr/local/lib/python3.10/site-packages/aiogram/utils/executor.py", line 361, in _welcome user = await self.dispatcher.bot.me File "/usr/local/lib/python3.10/site-packages/aiogram/bot/bot.py", line 30, in me setattr(self, '_me', await self.get_me()) File "/usr/local/lib/python3.10/site-packages/aiogram/bot/bot.py", line 233, in get_me result = await self.request(api.Methods.GET_ME, payload) File "/usr/local/lib/python3.10/site-packages/aiogram/bot/base.py", line 236, in request return await api.make_request(await self.get_session(), self.server, self.__token, method, data, files, File "/usr/local/lib/python3.10/site-packages/aiogram/bot/api.py", line 142, in make_request raise exceptions.NetworkError(f"aiohttp client throws an error: {e.__class__.__name__}: {e}") aiogram.utils.exceptions.NetworkError: Aiohttp client throws an error: ClientConnectorError: Cannot connect to host api.telegram.org:443 ssl:default [No address associated with hostname]

Container logs:

Fetching error logs...