vuryour.blogg.se

Discord bot ffmpeg python
Discord bot ffmpeg python






Return self.process_ie_result(ie_result, download, extra_info)įile "/home/runner/Discord-Bot/venv/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 881, in process_ie_result Return self._extract_info(url, ie, download, extra_info, process)įile "/home/runner/Discord-Bot/venv/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 815, in wrapperįile "/home/runner/Discord-Bot/venv/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 847, in _extract_info Please install one.ĭuring handling of the above exception, another exception occurred:įile "/home/runner/Discord-Bot/venv/lib/python3.8/site-packages/discord/ext/commands/core.py", line 85, in wrappedįile "/home/runner/Discord-Bot/venv/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 2068, in downloadįile "/home/runner/Discord-Bot/venv/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 808, in extract_info Youtube_dl.utils.PostProcessingError: ffprobe/avprobe and ffmpeg/avconv not found. Raise PostProcessingError('ffprobe/avprobe and ffmpeg/avconv not found. Please install one.įile "/home/runner/Discord-Bot/venv/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 2115, in post_processįile "/home/runner/Discord-Bot/venv/lib/python3.8/site-packages/youtube_dl/postprocessor/ffmpeg.py", line 275, in runįile "/home/runner/Discord-Bot/venv/lib/python3.8/site-packages/youtube_dl/postprocessor/ffmpeg.py", line 166, in get_audio_codec Marshmello - Alone (Official Music Video)-ALZHF5UqnU4.webm has already been downloadedĮRROR: ffprobe/avprobe and ffmpeg/avconv not found. I am making a Music Discord Bot using I have made the bot join my voice channel and download the music but it does not plays it. Source = await _probe(url2, def pause(self,ctx):Īwait ctx.Hey there.

discord bot ffmpeg python discord bot ffmpeg python

Info = ydl.extract_info(url, download=False)

discord bot ffmpeg python

With youtube_dl.YoutbeDL(YDL_OPTIONS) as ydl: So I just finished coding my discord bor and repairing the errors in the code and the bot is online I can turn it on and off whenever I want, python doesn't detect any errors but I have a problem, the bot doesn't respond to commands and every time I type the prefix and one of the commands I wrote in the code python tells me that the command I just typed doesn't exist so can you guys please tell me if there's any errors in my code or something?Ĭlient = commands.Bot(command_prefix='!', intents = ())Īwait ctx.send("Join a Voice Channel to play music")įFMPEG_OPTIONS =








Discord bot ffmpeg python