Traceback (most recent call last):
File "/home/ayano/telega.py", line 40, in <module>
executor.start_polling(dp, skip_updates=True)
File "/home/ayano/.local/lib/python3.10/site-packages/aiogram/utils/executor.py", line 45, in start_polling
executor.start_polling(
File "/home/ayano/.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 646, in run_until_complete
return future.result()
File "/home/ayano/.local/lib/python3.10/site-packages/aiogram/utils/executor.py", line 372, in _startup_polling
await self._welcome()
File "/home/ayano/.local/lib/python3.10/site-packages/aiogram/utils/executor.py", line 361, in _welcome
user = await self.dispatcher.bot.me
File "/home/ayano/.local/lib/python3.10/site-packages/aiogram/bot/bot.py", line 30, in me
setattr(self, '_me', await self.get_me())
File "/home/ayano/.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 "/home/ayano/.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 "/home/ayano/.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 [Network is unreachable]