Skip to content
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

Closed
2 tasks
xxtensazenxx opened this issue Aug 3, 2024 · 6 comments · Fixed by #1053
Closed
2 tasks

Bot will not play any music (Docker) - ongoing issues #1059

xxtensazenxx opened this issue Aug 3, 2024 · 6 comments · Fixed by #1053
Labels

Comments

@xxtensazenxx
Copy link

xxtensazenxx commented Aug 3, 2024

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.

image

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:

  • Directly from the cloned repository
  • [X ] Inside a Docker container
  • Something else (please elaborate)

Versions

  • Muse: 2.9.0
  • Docker (if applicable): Docker version 27.0.2, build 912c1dd
  • OS: Debian 12
  • Node.js: (if running outside the Docker container) (docker)
  • ffmpeg: (if running outside the Docker container, 4.1 or later is required) (docker)

Running version 2.9.0 built on 7/18/2024 (commit 94c2426)
🔧 Need help? https://github.com/codetheweb/muse/discussions/new
🐛 Bug? https://github.com/codetheweb/muse/issues/new
✨ New feature? https://github.com/codetheweb/muse/issues/new
☕ Discussion? https://github.com/codetheweb/muse/discussions/new
💰 Help me? https://www.paypal.me/codetheweb https://github.com/sponsors/codetheweb

@WarrtedBubble
Copy link

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.

@WarrtedBubble
Copy link

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

@xxtensazenxx
Copy link
Author

xxtensazenxx commented Aug 4, 2024

npm install @distube/ytdl-core@latest

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

@kezzkezzkezz
Copy link

Tried this and still not plying anything

npm install @distube/ytdl-core@latest

@TheIceMagmaCube
Copy link

Got the same problem!
Tried the command by using "docker run container_id"

npm install @distube/ytdl-core@latest

Restarted the container, still not working.
My API keys are good.

@codetheweb codetheweb linked a pull request Aug 4, 2024 that will close this issue
1 task
Copy link

github-actions bot commented Aug 4, 2024

🚀 Released in Release v2.9.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants