umutxyp / MusicBot

An enhanced music bot that is compatible with discord.js v14 and works with slash commands. Discord music bot codes that can be used on any server and are simple to install.
https://discord.gg/codes
976 stars 1.07k forks source link

Not playing music when hosting on ubuntu #96

Closed onektd closed 1 year ago

onektd commented 1 year ago

I downloaded a music bot and tried to run it on my Windows computer. It worked fine, but when I tried to host it on my Ubuntu VPS, it only said 'Now playing:' and immediately said 'Queue is empty. You can play some more music, byebye... ✅'

image

EragonCity commented 1 year ago

try uninstalling ffmpeg-static npm uninstall ffmpeg-static npm ci npm update Then install ffmpeg using npm install ffmpeg. This worked for me

SJ-Tom commented 1 year ago

That's the same issue as https://github.com/umutxyp/MusicBot/issues/105