-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: dev 版本无法获取群荣誉信息,get_group_honor_info 接口返回空结果 #2390
Labels
bug?
The issue author think this is a bug
Comments
那个 [WARNING]: 警告: 一条信息只能包含一个 Reply 元素. 是我的锅 😢 #2397 0.0 可能是获取群荣誉的JSON解析出问题了 [tx对结果进行了一些改变...?] Lines 1362 to 1419 in 5db03c7
honor: <nil> err: invalid character ';' after top-level value 拉取后好像多了个 |
了解了 |
已解决 |
1umine
added a commit
to 1umine/go-cqhttp
that referenced
this issue
Aug 22, 2023
fumiama
pushed a commit
that referenced
this issue
Aug 27, 2023
* fix: skip callback error * update: update comment * change the logic of callback and auto-register * add token update prompt. * fix log buffer string * fix #2368 增加对 client 的利用,避免创建过多 clients * refactor: wrap sign request * feat: impl additional sign servers configuration * fix error in using configurations. * fix lint error * 支持切换回主签名服务器 * feat: support different key and auth * optimize: find avaliable sign-server * fix: register instance after server is changed * fix lint error * update: add config 'sync-check-servers' * update: first check master sign-server, or wait 3s * add checking log & optimize wait for checking done * fix wrong judge * add config: rule for changing sign server * optimize registration logic after changing server * add some log * fix #2390 * resolve requested changes in #2389 * update dependency * fix lint error 'idx is unused' * refactor: extract sync check and async check logic * delete async check sign-server
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请确保您已阅读以上注意事项,并勾选下方的确认框。
go-cqhttp 版本
5db03c7
运行环境
Windows (64)
运行架构
ARM [64] (别名:AArch64 / ARMv8)
连接方式
WebSocket (反向)
使用协议
6 | aPad
重现步骤
使用 5db03c7 或以上版本
请求API:
/get_group_honor_info?group_id=666666&type=all
期望的结果是什么?
正常获取群荣誉信息列表
实际的结果是什么?
所有结果均为空,data 仅包含群号字段,请求前群内已经产生了荣誉信息,如龙王等
简单的复现代码/链接(可选)
见重现步骤
日志记录(可选)
No response
补充说明(可选)
这个获取不到荣誉信息的 bug 好像是在 7月28日 出现的 ,7.27 以及之前是可以正常获取的。
除此之外,似乎自 8.1 更新后日志经常出现
一条消息最多包含一条reply元素
这样的警告,在收到带有回复的消息时就有不小的概率发生。The text was updated successfully, but these errors were encountered: