-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
机器人无法获取其他端的同步消息(2.8.0开始引入的bug) #1702
Labels
z:duplicate
状态: 重复
Comments
已在 dev 2.9.0-RC 5b16414 复现 |
Target: 2.8.3, 2.9.0-RC |
和 #1624 相同 |
Repository owner
moved this from In Progress
to Fixed
in 2.8.3
Dec 21, 2021
Repository owner
moved this from In Progress
to Fixed
in 2.9.0-RC
Dec 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述
【注:该BUG从2.8.0后引入,在2.7.1之前没问题。】
用机器人的qq号给好友发消息,机器人无法同步这个消息,也无法捕获到MessageSyncEvent,代码:
@eventhandler
public ListeningStatus onSyncMessage(MessageSyncEvent event) {
System.out.println("Event: "+event.toString());
return ListeningStatus.LISTENING;
}
复现
1,用ANDROID_PAD启动机器人
2,用这个机器人的账密登陆手机QQ
3,用手机qq给其他好友发送一条消息
4,问题出现:机器人无法抛出MessageSyncEvent
mirai-core 版本
2.8.0
bot-protocol
ANDROID_PAD
其他组件版本
无
系统日志
网络日志
补充信息
No response
The text was updated successfully, but these errors were encountered: