FFmpeg 不工作(discord.py)
Posted
技术标签:
【中文标题】FFmpeg 不工作(discord.py)【英文标题】:FFmpeg not working (discord.py) 【发布时间】:2018-04-11 20:45:30 【问题描述】:代码:
channel = ctx.message.author.voice.voice_channel
link = "https://youtube.com/watch?v=videoidhere"
voice = await bot.join_voice_channel(channel)
player = voice.create_ytdl_player(link)
player.start()
我收到此错误:
AttributeError: 'generator' object has no attribute 'start'
FFmpeg 会被破坏吗?如果是的话,我找不到卸载FFmpeg的方法,删除安装文件夹。
【问题讨论】:
【参考方案1】:create_ytdl_player
是一个协程。所以你应该在等待函数。
player = await voice.create_ytdl_player(link)
【讨论】:
以上是关于FFmpeg 不工作(discord.py)的主要内容,如果未能解决你的问题,请参考以下文章
discord.py(python)中的ffmpeg播放器自动离开
Discord bot python:discord.errors.ClientException:找不到ffmpeg
不和谐机器人在哪里可以找到 ffmpeg buildpack heroku