订阅原神出现id错误
Closed this issue · 10 comments
BlueflameLi commented
环境
- nonebot-bison 版本:0.7.1
- nonebot 版本:2.0.0rc4
- 安装方式:(以下方式的一种或者其他方式)
- nb plugin 安装,导出requirements.txt
- 通过 pip install -r requirements.txt安装
- 操作系统:Debian GNU/Linux 11(docker)
问题
日志
2023-04-02 17:59:22 04-02 09:59:22 [SUCCESS] nonebot | OneBot V11 xxxxxxxx | [message.private.friend]: Message 712337965 from xxxxxxxxx 'bilibili'
2023-04-02 17:59:22 04-02 09:59:22 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_bison.config_manager)
2023-04-02 17:59:22 04-02 09:59:22 [INFO] nonebot | Matcher(type='message', module=nonebot_bison.config_manager) running complete
2023-04-02 17:59:29 04-02 09:59:29 [SUCCESS] nonebot | OneBot V11 xxxxxxxx | [message.private.friend]: Message 1567775419 from xxxxxxxx '401742377'
2023-04-02 17:59:29 04-02 09:59:29 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_bison.config_manager)
2023-04-02 17:59:29 04-02 09:59:29 [INFO] nonebot | Matcher(type='message', module=nonebot_bison.config_manager) running complete
2023-04-02 17:59:33 04-02 09:59:33 [SUCCESS] nonebot | OneBot V11 xxxxxxxx | [message.private.friend]: Message -1021915368 from xxxxxxxx '401742378'
2023-04-02 17:59:33 04-02 09:59:33 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_bison.config_manager)
2023-04-02 17:59:34 04-02 09:59:34 [INFO] nonebot | Matcher(type='message', module=nonebot_bison.config_manager) running complete
- 我搜索过了 issue,但是并没有发现过与我类似的问题
- 我确认在日志中去掉了敏感信息
AzideCupric commented
BlueflameLi commented
AzideCupric commented
刚试了下还是不行,我也很迷,我导出订阅,手动添加再导入回去,暂时解决了这个问题,按理来说不应该刚好只有一个原神不行
一般不行的话全都不行才对,不过倒也不用导出订阅再导入,bison还是提供有网页管理界面的
BlueflameLi commented
刚试了下还是不行,我也很迷,我导出订阅,手动添加再导入回去,暂时解决了这个问题,按理来说不应该刚好只有一个原神不行
一般不行的话全都不行才对,不过倒也不用导出订阅再导入,bison还是提供有网页管理界面的
等原神有新动态的时候,我看下能不能正常推送,我感觉是因为某种原因找不到原神这个用户
之前0.7.0版本用的是正常的,不过这次我nonebot和gocq也都更新了最新的版本,不知道有没有关系
我是个人的订阅,网页管理只能管理群订阅
AzideCupric commented
等原神有新动态的时候,我看下能不能正常推送,我感觉是因为某种原因找不到原神这个用户 之前0.7.0版本用的是正常的,不过这次我nonebot和gocq也都更新了最新的版本,不知道有没有关系 我是个人的订阅,网页管理只能管理群订阅
升到rc4测试了一下,我的bison也爆炸了(
建议是先用rc3
AzideCupric commented
升到rc4测试了一下,我的bison也爆炸了( 建议是先用rc3
是我的fastapi版本没升级(之前是0.90.0)
升级之后就没问题了
BlueflameLi commented
升到rc4测试了一下,我的bison也爆炸了( 建议是先用rc3
是我的fastapi版本没升级(之前是0.90.0) 升级之后就没问题了
我是直接重新建了个新项目,应该都是最新的,fastapi现在是0.95.0的
felinae98 commented
所以这个问题现在解决了吗
BlueflameLi commented
所以这个问题现在解决了吗
并没有,不过目前似乎只有我这个特殊情况,而且通过导入的方式,也能添加上订阅,我就先关闭了吧