Skip to content
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]刚刚创建的群,邀请机器人收不到请求 #63

Closed
ly1102 opened this issue Aug 23, 2020 · 4 comments
Closed

[BUG]刚刚创建的群,邀请机器人收不到请求 #63

ly1102 opened this issue Aug 23, 2020 · 4 comments
Labels
mirai This issue is related to mirai-core question Further information is requested

Comments

@ly1102
Copy link

ly1102 commented Aug 23, 2020

刚刚创建的新群,邀请机器人无法被通过加群申请。其他的群正常。nonebot没有日志,mirai日志如下。
经过测试,仅有群主,无法邀请,其他人可以正常邀请。

01:20:34 [INFO] [NETWORK] Send: Heartbeat.Alive
 01:20:34 [INFO] [NETWORK] Recv: Heartbeat.Alive.Response
 01:20:37 [INFO] [NETWORK] Send: OnlinePush.RespPush
 01:20:40 [INFO] [NETWORK] Recv: net.mamoe.mirai.qqandroid.network.protocol.data.jce.RequestPushNotify@1b714ab8
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbGetMsg
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbDeleteMsg
 01:20:40 [INFO] [BOT 918094593] Event: MessageSvcPbGetMsg.Response(syncFlagFromServer=CONTINUE, messages=<Iterable>))
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbGetMsg
 01:20:40 [INFO] [NETWORK] Recv: net.mamoe.mirai.qqandroid.network.protocol.data.jce.RequestPushNotify@3200a6f8
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbGetMsg
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbDeleteMsg
 01:20:40 [INFO] [BOT 918094593] Event: MessageSvcPbGetMsg.Response(syncFlagFromServer=CONTINUE, messages=<Iterable>))
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbGetMsg
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbDeleteMsg
 01:20:40 [INFO] [BOT 918094593] Event: MessageSvcPbGetMsg.Response(syncFlagFromServer=CONTINUE, messages=<Iterable>))
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbGetMsg
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbDeleteMsg
 01:20:40 [INFO] [BOT 918094593] Event: MessageSvcPbGetMsg.Response(syncFlagFromServer=CONTINUE, messages=<Iterable>))
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbGetMsg
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbDeleteMsg
 01:20:40 [INFO] [BOT 918094593] Event: MessageSvcPbGetMsg.Response(syncFlagFromServer=CONTINUE, messages=<Iterable>))
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbGetMsg
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbDeleteMsg
 01:20:40 [INFO] [BOT 918094593] Event: MessageSvcPbGetMsg.Response(syncFlagFromServer=CONTINUE, messages=<Iterable>))
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbGetMsg
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbDeleteMsg
 01:20:40 [INFO] [BOT 918094593] Event: MessageSvcPbGetMsg.Response(syncFlagFromServer=CONTINUE, messages=<Iterable>))
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbGetMsg
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbDeleteMsg
 01:20:40 [INFO] [BOT 918094593] Event: MessageSvcPbGetMsg.Response(syncFlagFromServer=CONTINUE, messages=<Iterable>))
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbGetMsg
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbDeleteMsg
 01:20:40 [INFO] [BOT 918094593] Event: MessageSvcPbGetMsg.Response(syncFlagFromServer=CONTINUE, messages=<Iterable>))
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbGetMsg
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbDeleteMsg
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbDeleteMsg
 01:20:40 [INFO] [BOT 918094593] Event: MessageSvcPbGetMsg.Response(syncFlagFromServer=CONTINUE, messages=<Iterable>))
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbGetMsg
 01:20:40 [INFO] [NETWORK] Send: MessageSvc.PbDeleteMsg
 01:20:45 [INFO] [NETWORK] Send: OnlinePush.RespPush

复现

版本

cqhttp-mirai- 0.2.2.5

mirai-core-1.2.2

mirai-console-0.5.2

@yyuueexxiinngg
Copy link
Owner

log中未含有被邀请入群的事件触发记录, 如为邀请Bot后的完整log ,应该是mirai方面原因, 与本项目无关

@yyuueexxiinngg yyuueexxiinngg added the question Further information is requested label Aug 23, 2020
@ly1102
Copy link
Author

ly1102 commented Aug 23, 2020

只有群主无法邀请成功,其他人可以邀请。消息是发送成功了,其他的就没反应了,消息记录日志也只有这个了,debug:false。。。

@yyuueexxiinngg yyuueexxiinngg added the mirai This issue is related to mirai-core label Aug 30, 2020
@yyuueexxiinngg
Copy link
Owner

mamoe/mirai#610

于此Issue中

BotInvitedJoinGroupRequestEvent 没有被调用

表现一致

@yyuueexxiinngg
Copy link
Owner

关闭关于mirai框架的Issue, 请在mirai官方repo追踪Issue情况
https://github.com/mamoe/mirai/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mirai This issue is related to mirai-core question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants