runtime error
Exit code: 1. Reason: 237, in request proxy=self.proxy, proxy_auth=self.proxy_auth, timeout=self.timeout, **kwargs) File "/usr/local/lib/python3.7/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 [Network is unreachable] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "bot_main.py", line 24, in <module> executor.start_polling(dp, on_startup=bot_run, on_shutdown=bot_off, skip_updates=True) File "/usr/local/lib/python3.7/site-packages/aiogram/utils/executor.py", line 50, in start_polling allowed_updates=allowed_updates File "/usr/local/lib/python3.7/site-packages/aiogram/utils/executor.py", line 328, in start_polling loop.run_until_complete(self._shutdown_polling()) File "/usr/local/lib/python3.7/asyncio/base_events.py", line 587, in run_until_complete return future.result() File "/usr/local/lib/python3.7/site-packages/aiogram/utils/executor.py", line 381, in _shutdown_polling await callback(self.dispatcher) File "/app/whisperbot/switch_func.py", line 24, in bot_off await bot.delete_webhook() File "/usr/local/lib/python3.7/site-packages/aiogram/bot/bot.py", line 201, in delete_webhook return await self.request(api.Methods.DELETE_WEBHOOK, payload) File "/usr/local/lib/python3.7/site-packages/aiogram/bot/base.py", line 237, in request proxy=self.proxy, proxy_auth=self.proxy_auth, timeout=self.timeout, **kwargs) File "/usr/local/lib/python3.7/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 [Network is unreachable]
Container logs:
Fetching error logs...