runtime error
Exit code: 1. Reason: self._wrap_create_connection( File "/home/user/.local/lib/python3.9/site-packages/aiohttp/connector.py", line 1291, in _wrap_create_connection raise client_error(req.connection_key, exc) from exc aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host api.telegram.org:443 ssl:default [None] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 130, in <module> asyncio.run(main()) File "/usr/local/lib/python3.9/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/local/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete return future.result() File "/app/app.py", line 127, in main await dp.start_polling(bot) File "/home/user/.local/lib/python3.9/site-packages/aiogram/dispatcher/dispatcher.py", line 591, in start_polling await asyncio.gather(*done) File "/home/user/.local/lib/python3.9/site-packages/aiogram/dispatcher/dispatcher.py", line 362, in _polling user: User = await bot.me() File "/home/user/.local/lib/python3.9/site-packages/aiogram/client/bot.py", line 357, in me self._me = await self.get_me() File "/home/user/.local/lib/python3.9/site-packages/aiogram/client/bot.py", line 1797, in get_me return await self(call, request_timeout=request_timeout) File "/home/user/.local/lib/python3.9/site-packages/aiogram/client/bot.py", line 485, in __call__ return await self.session(self, method, timeout=request_timeout) File "/home/user/.local/lib/python3.9/site-packages/aiogram/client/session/base.py", line 254, in __call__ return cast(TelegramType, await middleware(bot, method)) File "/home/user/.local/lib/python3.9/site-packages/aiogram/client/session/aiohttp.py", line 184, in make_request raise TelegramNetworkError(method=method, message=f"{type(e).__name__}: {e}") aiogram.exceptions.TelegramNetworkError: HTTP Client says - ClientConnectorError: Cannot connect to host api.telegram.org:443 ssl:default [None]
Container logs:
Fetching error logs...