runtime error
Exit code: 1. Reason: pt 6 at connecting failed: TimeoutError: Error starting userbot: Connection to Telegram failed 5 time(s) Please check your TELEGRAM_API_ID, TELEGRAM_API_HASH, and ensure you have authenticated. If this is the first run, ensure you run it interactively once to get the session file. Task exception was never retrieved future: <Task finished name='Task-1' coro=<main() done, defined at <string>:663> exception=SystemExit(1)> Traceback (most recent call last): File "<string>", line 666, in main File "/usr/local/lib/python3.10/dist-packages/telethon/client/auth.py", line 135, in _start await self.connect() File "/usr/local/lib/python3.10/dist-packages/telethon/client/telegrambaseclient.py", line 549, in connect if not await self._sender.connect(self._connection( File "/usr/local/lib/python3.10/dist-packages/telethon/network/mtprotosender.py", line 134, in connect await self._connect() File "/usr/local/lib/python3.10/dist-packages/telethon/network/mtprotosender.py", line 260, in _connect raise ConnectionError('Connection to Telegram failed {} time(s)'.format(self._retries)) ConnectionError: Connection to Telegram failed 5 time(s) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 12, in <module> exec(decoded_code) File "<string>", line 693, in <module> File "/usr/local/lib/python3.10/dist-packages/nest_asyncio.py", line 92, in run_until_complete self._run_once() File "/usr/local/lib/python3.10/dist-packages/nest_asyncio.py", line 133, in _run_once handle._run() File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/usr/lib/python3.10/asyncio/tasks.py", line 315, in __wakeup self.__step() File "/usr/lib/python3.10/asyncio/tasks.py", line 232, in __step result = coro.send(None) File "<string>", line 689, in main File "/usr/lib/python3.10/_sitebuiltins.py", line 26, in __call__ raise SystemExit(code) SystemExit: 1
Container logs:
Fetching error logs...