s
WARNING:aiogram:Goodbye!
Traceback (most recent call last):
File "bot.py", line 51, in <module>
executor.start_polling(dp, skip_updates=True)
File "/home/panelbot/panelbot/lib/python3.7/site-packages/aiogram/utils/executor.py", line 41, in start_polling
executor.start_polling(reset_webhook=reset_webhook, timeout=timeout, relax=relax, fast=fast)
File "/home/panelbot/panelbot/lib/python3.7/site-packages/aiogram/utils/executor.py", line 305, in start_polling
loop.run_until_complete(self._startup_polling())
File "/usr/lib/python3.7/asyncio/base_events.py", line 587, in run_until_complete
return future.result()
File "/home/panelbot/panelbot/lib/python3.7/site-packages/aiogram/utils/executor.py", line 356, in _startup_polling
await self._welcome()
File "/home/panelbot/panelbot/lib/python3.7/site-packages/aiogram/utils/executor.py", line 346, in _welcome
user = await self.dispatcher.bot.me
File "/home/panelbot/panelbot/lib/python3.7/site-packages/aiogram/bot/bot.py", line 27, in me
setattr(self, '_me', await self.get_me())
File "/home/panelbot/panelbot/lib/python3.7/site-packages/aiogram/bot/bot.py", line 176, in get_me
result = await self.request(api.Methods.GET_ME, payload)
File "/home/panelbot/panelbot/lib/python3.7/site-packages/aiogram/bot/base.py", line 194, in request
proxy=self.proxy, proxy_auth=self.proxy_auth, timeout=self.timeout, **kwargs)
File "/home/panelbot/panelbot/lib/python3.7/site-packages/aiogram/bot/api.py", line 104, in make_request
return check_result(method, response.content_type, response.status, await response.text())
File "/home/panelbot/panelbot/lib/python3.7/site-packages/aiogram/bot/api.py", line 84, in check_result
exceptions.Unauthorized.detect(description)
File "/home/panelbot/panelbot/lib/python3.7/site-packages/aiogram/utils/exceptions.py", line 137, in detect
raise cls(description)
aiogram.utils.exceptions.Unauthorized: Unauthorized