9 months ago
I get this error, with a discord bot.
Distube FFMPEG Error [test] spawn ffmpeg at 'ffmpeg' path
Distube FFMPEG Error [test] failed to spawn ffmpeg at 'ffmpeg': Error: /bin/sh: 1: ffmpeg: not found
at checkFFmpeg (/app/node_modules/distube/dist/index.js:827:52)
at QueueManager.create (/app/node_modules/distube/dist/index.js:1374:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async DisTube.play (/app/node_modules/distube/dist/index.js:2296:50)
at async Play.slashRun (/app/commands/music/play.js:72:5)
DisTubeError [FFMPEG_NOT_INSTALLED]: ffmpeg is not installed at 'ffmpeg' path
at checkFFmpeg (/app/node_modules/distube/dist/index.js:834:11)
at QueueManager.create (/app/node_modules/distube/dist/index.js:1374:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async DisTube.play (/app/node_modules/distube/dist/index.js:2296:50)
at async Play.slashRun (/app/commands/music/play.js:72:5) {
errorCode: 'FFMPEG_NOT_INSTALLED'
}
I thought it was a question of getting the ffmpeg-static package installed but that didn't work so I also tried with .toml file by adding:
[phases.setup] aptPkgs = ['ffmpeg']
This also didn't solve it how can I solve this.
5 Replies
9 months ago
Hello,
Music bots are not allowed on this platform, please run it elsewhere or there is a risk of a ban.
https://railway.com/legal/fair-use
Best,
Brody
Status changed to Awaiting User Response Railway • 9 months ago
9 months ago
-
Status changed to Awaiting Railway Response Railway • 9 months ago
brody
Hello,Music bots are not allowed on this platform, please run it elsewhere or there is a risk of a ban.https://railway.com/legal/fair-useBest,Brody
9 months ago
Oh, didn’t know this I will refrain from using it, can I still host a discord bot here or is also against the fair use? This is a multi functional bot so I will just not use the music bot is that all right ?
Thanks in advance for the warning.
9 months ago
Discord bots are no problem, it's just anything DMCA related that would be an issue.
Status changed to Awaiting User Response Railway • 9 months ago
brody
Discord bots are no problem, it's just anything DMCA related that would be an issue.
9 months ago
Amazing, I'm currently using Champion Ultra, which is Multipurpose bot that includes the music feature, but it won't work anyways without the FFmpeg so I will just leave that disabled.
Thanks.
Status changed to Awaiting Railway Response Railway • 9 months ago
Status changed to Solved angelo-railway • 9 months ago