kexue-z / nonebot-plugin-word-bank2

基于nonebot2的无数据库轻量问答插件
GNU General Public License v3.0
55 stars 9 forks source link

图片回复不会用 #52

Open WhyPilotXia opened 7 months ago

WhyPilotXia commented 7 months ago

请问如何使用图片回复功能? 使用“问123答[图片]”机器人没反应 问123答456这种文字类的都行

WhyPilotXia commented 7 months ago

已经自己修复,可能是由于不同端如shamrock,llnt传回数据不同 utils.py改一下即可 for msg_seg in msg: if msg_seg.type == "image": filename = msg_seg.data.get("file", "") filename = os.path.basename(filename) #新增这行 if not filename: continue

检查图片文件夹中有无同名文件

kexue-z commented 7 months ago

需要适配,暂时没有精力。 欢迎pr

WhyPilotXia commented 7 months ago

嗯嗯谢谢,已经自己解决了,如果有人遇到这个问题可以参考我发的我这个适配器的修复代码

---Original--- From: @.> Sent at: 2024年3月14日(Thu) PM4:19 To: @.>; Cc: @.>;"State @.>; Subject: Re: [kexue-z/nonebot-plugin-word-bank2] 图片回复不会用 (Issue #52)

需要适配,暂时没有精力。 欢迎pr

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>