synodriver / nonebot_plugin_picsearcher

pic search plugin for nonebot2
GNU General Public License v3.0
110 stars 16 forks source link

输入图片后报错 #10

Closed WindFlarer closed 2 years ago

WindFlarer commented 2 years ago

image

synodriver commented 2 years ago

有完整的traceback吗?

synodriver commented 2 years ago

可以看看bot.py和配置文件吗?感觉是设置了错误的代理

WindFlarer commented 2 years ago

这个问题解决了,就是代理没设置好,但是 image mod和DataclassEncoder在这里是Unresolved reference 导致这个bot在群里用不了

synodriver commented 2 years ago

我傻了 ,马上改

WindFlarer commented 2 years ago

mod打上引号,然后导入库就行了 image

synodriver commented 2 years ago
pip uninstall nonebot-plugin-picsearcher
pip install nonebot-plugin-picsearcher==0.1.6rc1

看看修好了吗

synodriver commented 2 years ago

这个插件一开始是从一个更大的插件拆下来的,用的redis鉴权的,抄过来的时候可能忘了检查结果少了点东西()

WindFlarer commented 2 years ago

原来如此

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年11月14日(星期天) 晚上7:40 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [synodriver/nonebot_plugin_picsearcher] 输入图片后报错 (Issue #10)

这个插件一开始是从一个更大的插件拆下来的,用的redis鉴权的,抄过来的时候可能忘了检查结果少了点东西()

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

synodriver commented 2 years ago

ok的话我就关了