Closed BlueHairMinerBoy closed 2 years ago
Is it hanging and you manually terminate it, or is Docker / Node shutting it down?
Please set the environment variable DEBUG
to *
and see if anything useful is logged.
I'm experiencing the same problem after upgrading the image for the first time in 2 months. Before the upgrade the bot did work like expected.
The build is shut down by Docker / Node after ~ 1 minute automatically.
The dockerfile im using
version: '3.4'
services:
muse:
image: codetheweb/muse
restart: always
volumes:
- ./muse:/data
environment:
- DISCORD_TOKEN=NzEw ...
- YOUTUBE_API_KEY=AIz ...
- SPOTIFY_CLIENT_ID=1d56a ...
- SPOTIFY_CLIENT_SECRET=deef ...
- CACHE_LIMIT=16GB
- DEBUG=*
@AaronWiora your issue is probably unrelated. I just migrated to slash commands and you'll have to kick & re-invite the bot since different permissions are required. Please see the release notes for more details.
If you need further help, please open a new issue.
@codetheweb Thanks, that seems to work for me.
Getting the following error using Docker: