runtime error

Exit code: 3. Reason: /site-packages/telegram/_bot.py", line 903, in get_me result = await self._post( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/telegram/_bot.py", line 630, in _post return await self._do_post( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 347, in _do_post return await super()._do_post( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/telegram/_bot.py", line 658, in _do_post return await request.post( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 200, in post result = await self._request_wrapper( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/telegram/request/_baserequest.py", line 377, in _request_wrapper raise InvalidToken(message) telegram.error.InvalidToken: Unauthorized The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 694, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/app/app.py", line 16, in lifespan await telegram_application.initialize() File "/usr/local/lib/python3.11/site-packages/telegram/ext/_application.py", line 495, in initialize await self.bot.initialize() File "/usr/local/lib/python3.11/site-packages/telegram/ext/_extbot.py", line 293, in initialize await super().initialize() File "/usr/local/lib/python3.11/site-packages/telegram/_bot.py", line 770, in initialize raise InvalidToken(f"The token `{self._token}` was rejected by the server.") from exc telegram.error.InvalidToken: The token `8144136896:AAEhQz7J88GNWuJG7sDxPcRDGYvmfqOVLvk` was rejected by the server. ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...