-
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]: 群组踢人BUG #1774
Labels
bug?
The issue author think this is a bug
Comments
+1 |
PSoul
added a commit
to PSoul/go-cqhttp
that referenced
this issue
Jul 21, 2023
解决以下问题: 当群组踢人时,该人不在群内,返回“群聊不存在”的BUG Mrs4s#1774 (comment)
Merged
fumiama
pushed a commit
that referenced
this issue
Aug 1, 2023
解决以下问题: 当群组踢人时,该人不在群内,返回“群聊不存在”的BUG #1774 (comment)
fumiama
added a commit
that referenced
this issue
Aug 1, 2023
解决以下问题: 当群组踢人时,该人不在群内,返回“群聊不存在”的BUG #1774 (comment) Co-authored-by: PSoul <psoul1@163.com>
fumiama
added a commit
that referenced
this issue
Aug 1, 2023
* fix: group not found report (#2312) 解决以下问题: 当群组踢人时,该人不在群内,返回“群聊不存在”的BUG #1774 (comment) * Update bug-report.yaml (#2234) * 更新docker action, 支持更多的平台 (#2217) * Update build_docker_image.yml * Update docker-entrypoint.sh * Update build_docker_image.yml * ✨ update docker action, more platforms are supported --------- Co-authored-by: xiwangly2 <1334850101@qq.om> Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com> * 🐛 修复时区不是东八区的 BUG (#2212) 设置 TZ 环境变量需要先装`tzdata`这个包才会生效 * Update bug-report.yaml (#2126) Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com> * Docker: support continuous params on CMD option (#1829) now it supports usage like `docker run -it --rm go-cqhttp -faststart` Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com> * make lint happy --------- Co-authored-by: PSoul <psoul1@163.com> Co-authored-by: 简律纯 <i@jyunko.cn> Co-authored-by: LY <1334850101@qq.com> Co-authored-by: xiwangly2 <1334850101@qq.om> Co-authored-by: Antonia Adams <10476982+li-xunhuan@users.noreply.github.com> Co-authored-by: Akirami <66513481+A-kirami@users.noreply.github.com> Co-authored-by: Nanahira <78877@qq.com>
fumiama
added a commit
that referenced
this issue
Aug 1, 2023
* fix: group not found report (#2312) 解决以下问题: 当群组踢人时,该人不在群内,返回“群聊不存在”的BUG #1774 (comment) * Update bug-report.yaml (#2234) * 更新docker action, 支持更多的平台 (#2217) * Update build_docker_image.yml * Update docker-entrypoint.sh * Update build_docker_image.yml * ✨ update docker action, more platforms are supported --------- * 🐛 修复时区不是东八区的 BUG (#2212) 设置 TZ 环境变量需要先装`tzdata`这个包才会生效 * Update bug-report.yaml (#2126) * Docker: support continuous params on CMD option (#1829) now it supports usage like `docker run -it --rm go-cqhttp -faststart` * make lint happy --------- Co-authored-by: PSoul <psoul1@163.com> Co-authored-by: 简律纯 <i@jyunko.cn> Co-authored-by: LY <1334850101@qq.com> Co-authored-by: xiwangly2 <1334850101@qq.om> Co-authored-by: Antonia Adams <10476982+li-xunhuan@users.noreply.github.com> Co-authored-by: Akirami <66513481+A-kirami@users.noreply.github.com> Co-authored-by: Nanahira <78877@qq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请确保您已阅读以上注意事项,并勾选下方的确认框。
go-cqhttp 版本
1.0.0-rc3
运行环境
Ubuntu
运行架构
AMD64
连接方式
WebSocket (反向)
使用协议
3 | MacOS
重现步骤
在一个群里进行踢人
使用set_group_kick这个API
当踢出的QQ号不在群里,返回的是:群聊不存在
应该返回:该人不在群内
期望的结果是什么?
应该返回:该人不在群内
实际的结果是什么?
当踢出的QQ号不在群里,返回的是:群聊不存在
简单的复现代码/链接(可选)
No response
日志记录(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: