-
-
Notifications
You must be signed in to change notification settings - Fork 258
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 will not play any music (Docker) - ongoing issues #1059
Comments
Same issues over here, i think its been not working for a hot sec. WARNING: @distube/ytdl-core is out of date! Update with "npm install @distube/ytdl-core@latest". WARNING: Could not parse n transform function. Please report this issue with the "1722733873847-base.js" file on https://github.com/distubejs/ytdl-core/issues. |
This fixed it for me, Connect to the docker Container's shell by docker exec -it [containerID] sh Once your at the shell just update the spicy thingy npm install @distube/ytdl-core@latest Stop & and Start the docker container |
that fixed it for me too.... weird. Does that mean we're going to have to run this command any time they update Muse? That will be quite annoying. Or will they integrate an updated version os ytdl-core to the docker image |
Tried this and still not plying anything
|
Got the same problem!
Restarted the container, still not working. |
🚀 Released in Release v2.9.1. |
The bot will not play anything from Youtube. The bot joins when you add a song and is silent. The queue remains empty if you check it. Then the bot leaves after about a minute. Its completely unfunctional for me and has been for over a month.
Additional context
Running on docker. Here's my compose file (censored the tokens ofc)
`version: '3.4'
services:
muse:
image: codetheweb/muse:latest
restart: always
volumes:
- /home/matt/data/muse:/data
environment:
- DISCORD_TOKEN=XXXXX
- YOUTUBE_API_KEY=XXXXX
- SPOTIFY_CLIENT_ID=XXXXX
- SPOTIFY_CLIENT_SECRET=XXXXX
`
Runtime
I'm running Muse:
Versions
✔ Database migrations applied.
✔ Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=1207894300466216962&scope=bot%20applications.commands&permissions=36700160
WARNING: @distube/ytdl-core is out of date! Update with "npm install @distube/ytdl-core@latest".
WARNING: Could not parse n transform function.
Please report this issue with the "1722727054158-base.js" file on https://github.com/distubejs/ytdl-core/issues
The text was updated successfully, but these errors were encountered: