Raptor123471 / DingoLingo

A Discord music bot written in Python with support for Youtube, SoundCloud, Spotify, Bandcamp, Twitter, and custom files.
GNU General Public License v3.0
280 stars 164 forks source link

Cant play music: ClientException: ffmpeg was not found. #133

Open xaitzx opened 12 months ago

xaitzx commented 12 months ago

Traceback (most recent call last): File "/usr/local/python/3.10.8/lib/python3.10/site-packages/discord/ext/commands/bot.py", line 1350, in invoke await ctx.command.invoke(ctx) File "/usr/local/python/3.10.8/lib/python3.10/site-packages/discord/ext/commands/core.py", line 1029, in invoke await injected(*ctx.args, **ctx.kwargs) # type: ignore File "/usr/local/python/3.10.8/lib/python3.10/site-packages/discord/ext/commands/core.py", line 244, in wrapped raise CommandInvokeError(exc) from exc discord.ext.commands.errors.CommandInvokeError: Command raised an exception: ClientException: ffmpeg was not found.

solaluset commented 12 months ago

You need to download FFmpeg and put it where the bot can find it (for example, bot directory).

If you're using Windows, my fork can do that automatically.