Xingwei Liu
Xingwei Liu
Is there any plan for training code right now? Thanks!
Maybe you could just build the ARM version by selecting ARM versions of base images? If you could release that in dockerhub I can test it on my raspberry pi.
这个修复方案只能算是workaround吧。。。我觉得如果能统一类型更好,我遇到这个bug最开始是因为我有一个字典基于message_id存储对话历史,但是从event拿到的message_id和我字典里存储的之前发过的message_id永远对不上,我才发现这个问题。
没有办法拦截send或是event来修改里面的message_id么?nonebot本来是怎么处理的?
嗯我觉得可以
> 不是的,在错误发生的时候我也测试过,我这边访问是正常的。后台也没出现什么api访问的错误。
懂了,这个和我前面提的message_id类型的issue #40 本质上是一个问题,这里把message_id编码转成str就好了。
现在message_id都是int了,那这个咋办?
那之前为啥有问题的?
我试了下 刚pull的新版本,MessageSegment.reply不行,后台log有 ``` ApiRejection { code: -60, message: 'The value of "value" is out of range. It must be >= 0 and