runtime error

Exit code: 1. Reason: ent/users.py", line 165, in get_me me = (await self( File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 30, in __call__ return await self._call(self._sender, request, ordered=ordered) File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 87, in _call result = await future File "/usr/local/lib/python3.10/asyncio/futures.py", line 285, in __await__ yield self # This tells Task to wait for completion. File "/usr/local/lib/python3.10/asyncio/tasks.py", line 304, in __wakeup future.result() File "/usr/local/lib/python3.10/asyncio/futures.py", line 201, in result raise self._exception.with_traceback(self._exception_tb) telethon.errors.rpcerrorlist.SessionRevokedError: The authorization has been invalidated, because of the user terminating all sessions (caused by GetUsersRequest) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 396, in <module> processor = LicensePlateProcessor() File "/home/user/app/app.py", line 91, in __init__ self.telegram_client.start() File "/usr/local/lib/python3.10/site-packages/telethon/client/auth.py", line 128, in start else self.loop.run_until_complete(coro) File "/usr/local/lib/python3.10/site-packages/nest_asyncio.py", line 98, in run_until_complete return f.result() File "/usr/local/lib/python3.10/asyncio/futures.py", line 201, in result raise self._exception.with_traceback(self._exception_tb) File "/usr/local/lib/python3.10/asyncio/tasks.py", line 234, in __step result = coro.throw(exc) File "/usr/local/lib/python3.10/site-packages/telethon/client/auth.py", line 165, in _start value = phone() File "/usr/local/lib/python3.10/site-packages/telethon/client/auth.py", line 22, in <lambda> phone: typing.Union[typing.Callable[[], str], str] = lambda: input('Please enter your phone (or bot token): '), EOFError: EOF when reading a line Please enter your phone (or bot token):

Container logs:

Fetching error logs...