runtime error
Exit code: 1. Reason: 2025-02-24 08:07:42,410:WARNING:discord.client: PyNaCl is not installed, voice will NOT be supported 2025-02-24 08:07:42,410:DEBUG:asyncio: Using selector: EpollSelector [2025-02-24 08:07:42] [INFO ] discord.client: logging in using static token 2025-02-24 08:07:42,411:INFO:discord.client: logging in using static token Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/discord/http.py", line 816, in static_login data = await self.request(Route('GET', '/users/@me')) File "/usr/local/lib/python3.10/site-packages/discord/http.py", line 758, in request raise HTTPException(response, data) discord.errors.HTTPException: 401 Unauthorized (error code: 0): 401: Unauthorized The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 97, in <module> discord_client.run(os.getenv('DISCORD_TOKEN')) File "/usr/local/lib/python3.10/site-packages/discord/client.py", line 869, in run asyncio.run(runner()) File "/usr/local/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/usr/local/lib/python3.10/site-packages/discord/client.py", line 858, in runner await self.start(token, reconnect=reconnect) File "/usr/local/lib/python3.10/site-packages/discord/client.py", line 786, in start await self.login(token) File "/usr/local/lib/python3.10/site-packages/discord/client.py", line 620, in login data = await self.http.static_login(token) File "/usr/local/lib/python3.10/site-packages/discord/http.py", line 820, in static_login raise LoginFailure('Improper token has been passed.') from exc discord.errors.LoginFailure: Improper token has been passed.
Container logs:
Fetching error logs...