不和谐的作品问题

时间:2019-07-30 20:35:55

标签: python discord.py

我正在创建音乐机器人,但出现错误An error occurred: Command raised an exception: OpusNotLoaded:

我已经尝试做类似discord.opus.load_opus("opus")的事情 但我有错误: OSError: dlopen(opus, 6): image not found

我的机器人启动

@bot.event
async def on_ready():
    print('Logged in as:\n{0.user.name}\n{0.user.id}'.format(bot))
    discord.opus.load_opus("opus")

1 个答案:

答案 0 :(得分:0)

https://github.com/Rapptz/discord.py/issues/783 您需要安装opus库和ffmpeg库。