-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot erroring out on startup #1062
Comments
Does this seem like a timeout (does it take a few seconds for this error to appear)? |
@codetheweb yes, it seems like the container runs the DB migrations, hangs for a few seconds, and then prints the above error. Running |
Confirmed that doing an npm update on the container fixed it |
This looks like it's been resolved with the release of v2.9.3 Edit to reduce spam:
Edit again to prevent spam:
|
A fresh build could be fixing your issue. If it happens again and you are using docker compose, delete the volume folder If this fixes the issue, we can investigate further into the db or cache files. |
@Hazzajenko, thank you for that, it happened again, I've deleted the cache (but kept the It happened again. So I moved the It happened again. So I It happened again. This is my docker run command: docker run -itd --restart=always --name=muse \
-v /data/muse:/data \
-e DISCORD_CLIENT_ID='redacted' \
-e DISCORD_CLIENT_SECRET='redacted' \
-e DISCORD_TOKEN='redacted' \
-e SPOTIFY_CLIENT_ID='redacted' \
-e SPOTIFY_CLIENT_SECRET='redacted' \
-e YOUTUBE_API_KEY='redacted' \
-e BOT_STATUS=online \
-e BOT_ACTIVITY_TYPE=STREAMING \
-e BOT_ACTIVITY_URL=https://www.twitch.tv/marinemammalrescue \
-e BOT_ACTIVITY=MarineMammalRescue \
ghcr.io/museofficial/muse
|
Not sure if related, but after not running the bot for ±2 weeks and starting it up again today (same tag, same run command, same db, etc) it worked 🤔 After playing a few songs and keeping a close eye on it, I saw a warning about a memory leak come up:
|
After updating the bot to latest it keeps failing on startup. I even double checked the discord bot token and generated a new one. Is there something I'm missing?
Logs
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Runtime
I'm running Muse:
Versions
The text was updated successfully, but these errors were encountered: