nwithan8 / tauticord

A Discord bot that displays live data from Tautulli
GNU General Public License v3.0
114 stars 22 forks source link

Improper token error on startup #169

Closed ibtvt closed 8 months ago

ibtvt commented 8 months ago

Updated to 4.1.1, get this error on startup

2024-03-14 12:43:52,842 - [INFO]: Setting up Discord connector
INFO:Setting up Discord connector
2024-03-14 12:43:52,861 - [INFO]: Connecting to Discord...
INFO:Connecting to Discord...
2024-03-14 17:43:52 INFO     discord.client logging in using static token
INFO:logging in using static token
2024-03-14 12:43:53,071 - [CRITICAL]: Fatal error occurred. Shutting down: Improper token has been passed.
CRITICAL:Fatal error occurred. Shutting down: Improper token has been passed.
2024-03-14 12:43:53,072 - [CRITICAL]: Exiting with code 101
CRITICAL:Exiting with code 101
2024-03-14T12:43:50: PM2 log: Launching in no daemon mode
2024-03-14T12:43:50: PM2 log: App [keepalive:0] starting in -fork mode-
2024-03-14T12:43:50: PM2 log: [Watch] Start watching tauticord
2024-03-14T12:43:50: PM2 log: App [tauticord:1] starting in -fork mode-
2024-03-14T12:43:51: PM2 log: App [keepalive:0] online
2024-03-14T12:43:51: PM2 log: App [tauticord:1] online
2024-03-14T12:43:53: PM2 log: App [tauticord:1] exited with code [101] via signal [SIGINT]

I tried re-issuing the token, with no change.

nwithan8 commented 8 months ago

@ibtvt Would you mind sharing your config with me privately? I've confirmed that error is Discord saying the token is invalid, I want to verify your config file is formatted correctly.

ibtvt commented 8 months ago

Me dumb. Didnt update bot token in config file