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

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

Open
xaitzx opened this issue Nov 9, 2023 · 1 comment
Open

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

xaitzx opened this issue Nov 9, 2023 · 1 comment

Comments

@xaitzx
Copy link

xaitzx commented Nov 9, 2023

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
Copy link

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.

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

No branches or pull requests

2 participants