runtime error
Exit code: 1. Reason: 0.00/132 [00:00<?, ?B/s][A generation_config.json: 100%|ββββββββββ| 132/132 [00:00<00:00, 1.44MB/s] 2025-04-10 21:48:42,171 - INFO - Model loaded successfully 2025-04-10 21:48:42,171 - WARNING - PyNaCl is not installed, voice will NOT be supported 2025-04-10 21:48:42,172 - INFO - Starting web.py... 2025-04-10 21:48:42,172 - INFO - Running Discord bot... [2025-04-10 21:48:42] [INFO ] discord.client: logging in using static token 2025-04-10 21:48:42,173 - INFO - logging in using static token Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/discord/http.py", line 828, in static_login data = await self.request(Route('GET', '/users/@me')) File "/usr/local/lib/python3.10/site-packages/discord/http.py", line 762, 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 106, in <module> bot.run(DISCORD_TOKEN) File "/usr/local/lib/python3.10/site-packages/discord/client.py", line 906, 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 895, in runner await self.start(token, reconnect=reconnect) File "/usr/local/lib/python3.10/site-packages/discord/client.py", line 823, in start await self.login(token) File "/usr/local/lib/python3.10/site-packages/discord/client.py", line 652, in login data = await self.http.static_login(token) File "/usr/local/lib/python3.10/site-packages/discord/http.py", line 832, 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...