Friday 20 January 2017

Trying to make a Discord Sound Bot that plays sound clips, but I keep getting an error

We coded this bot on my friend's computer and the sound effects played perfectly fine then. But now I'm trying to run it on my computer, and while other functions work, the sounds do not play (the bot just joins the voice channel and does nothing), and I get the below error.Basically it seems I'm missing something called FFMPEG. Any idea how to fix this? Thanks!This is the error I get:C:\Users\Noah\Documents\noahbot>node app.js BobBot is Ready C:\Users\Noah\Documents\noahbot\node_modules\discord.js\src\client\voice\pcm\FfmpegConverterEngine.js:80 throw new Error( ^Error: FFMPEG was not found on your system, so audio cannot be played. Please make sure FFMPEG is installed and in your PATH. at chooseCommand (C:\Users\Noah\Documents\noahbot\node_modules\discord.js\src\client\voice\pcm\FfmpegConverterEngine.js:80:9) at new FfmpegConverterEngine (C:\Users\Noah\Documents\noahbot\node_modules\discord.js\src\client\voice\pcm\FfmpegConverterEngine.js:45:20) at AudioPlayer (C:\Users\Noah\Documents\noahbot\node_modules\discord.js\src\client\voice\player\AudioPlayer.js:19:23) at VoiceConnection (C:\Users\Noah\Documents\noahbot\node_modules\discord.js\src\client\voice\VoiceConnection.js:58:19) at PendingVoiceConnection.upgrade (C:\Users\Noah\Documents\noahbot\node_modules\discord.js\src\client\voice\ClientVoiceManager.js:241:12) at PendingVoiceConnection.pass (C:\Users\Noah\Documents\noahbot\node_modules\discord.js\src\client\voice\ClientVoiceManager.js:220:28) at PendingVoiceConnection.checkReady (C:\Users\Noah\Documents\noahbot\node_modules\discord.js\src\client\voice\ClientVoiceManager.js:151:12) at PendingVoiceConnection.setTokenAndEndpoint (C:\Users\Noah\Documents\noahbot\node_modules\discord.js\src\client\voice\ClientVoiceManager.js:192:10) at ClientVoiceManager.onVoiceServer (C:\Users\Noah\Documents\noahbot\node_modules\discord.js\src\client\voice\ClientVoiceManager.js:36:74) at emitOne (events.js:96:13)

Submitted January 21, 2017 at 06:23AM by NormalNormalNormal

No comments:

Post a Comment