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

输入验证码后无法收到回复 #13

Closed
yct21 opened this issue Dec 9, 2019 · 7 comments
Closed

输入验证码后无法收到回复 #13

yct21 opened this issue Dec 9, 2019 · 7 comments
Assignees
Labels
t:bug 类型: bug

Comments

@yct21
Copy link

yct21 commented Dec 9, 2019

Mirai 10:00:16 : 若看不清字符图片, 请查看 /var/folders/np/n_2jb2c12yb696bx4lc34wlc0000gn/T/tmp8533570238447634917.png
Mirai 10:00:16 :    ##########                                       #############
   ##  ############                               #################
   ##        ######                               ## #  #####    ###
   #      #########                               ##     ## ##     ##
  ##     ##  ######                               ##     ##  ##    ##
  ##     #                                        ###    ##  ##    ##
  ##     #                                         ##    ##  ###  ##
  ##     #                                         ##    #####  ####
 ####    #####                                     ##    ##########
 ###############                                   ##################
 ##############                                    ##################
 ######### ####                                    #########  #######
 ########           #########       ############   #########  #######
#########          ###    #### ###########    #### #########  #######
#########         ###  ############   #####     ##  ########  #######
#########         ##   ##### ####     ######     #  #################
########         ###   #  ##  ###     ##  ##     #  #################
########         ##   ##  ##  ###     ##  ##     ## ###############
########         ##   #   ##   ##     ##   #    ##  ##########
                 #    #   ##  ###      ###### ####
                 #    #   ##   ###     ###########
                #######   #    #####################
                #######   ##   ######################
                #######   ###############   #########
                #######   ###############    ########
                #######  #################   #########
                #######  ####### #########   #########
                #######  ####### ########## #########
                ######   #######  ##################
                ####### ########  #################
                 ###### #######   ###############
                 #############    #######
                  ############
                   ##########
                     ######

Mirai 10:00:16 : 若要更换验证码, 请直接回车
<<=<==========---> 80% EXECUTING [29s]
Mirai 10:00:22 : Packet sent:     CaptchaPacket(00 BA)
<==========---> 80% EXECUTING [5h 50m 15s]

用的就是 readme 中的代码

val bot = Bot(qqId, password).alsoLogin()
bot.subscribeMessages {
  "你好" reply "你好!"
  "profile" reply { sender.queryProfile() }
  contains("图片"){ File(imagePath).send() }
}
bot.subscribeAlways<MemberPermissionChangedEvent> {
  if (it.kind == BECOME_OPERATOR)
    reply("${it.member.id} 成为了管理员")
}

无论是输入正确或者错误的验证码,在包发出去后就无法进行下一步了。

环境:

Kotlin version 1.3.50-release-112 (JRE 11.0.2+9)
macOS 10.14.6
@yct21 yct21 changed the title 输入验证后无法收到回复 输入验证码后无法收到回复 Dec 9, 2019
@Him188
Copy link
Member

Him188 commented Dec 9, 2019

@yct21 谢谢,这是已知问题,我会尽快解决。
现在你可以先用官方TIM登录后再用mirai则可能会不需要验证码。

@Him188 Him188 self-assigned this Dec 9, 2019
@Him188 Him188 added t:bug 类型: bug core labels Dec 9, 2019
@Him188
Copy link
Member

Him188 commented Dec 9, 2019

已修复
image

@Him188 Him188 closed this as completed Dec 9, 2019
@niltok
Copy link
Contributor

niltok commented Dec 9, 2019

求发布新的JCenter包 QAQ @Him188

@Him188
Copy link
Member

Him188 commented Dec 9, 2019

发了新的0.7.5@goldimax

@ice1000
Copy link
Contributor

ice1000 commented Dec 12, 2019

woc 这个字符画也太牛逼了,太强了太无敌了……卧槽……这个创意……我 114514 体投地……

另外其实可以弹个 JOptionPane,如果是 JVM 平台的话

@Him188
Copy link
Member

Him188 commented Dec 12, 2019

woc 这个字符画也太牛逼了,太强了太无敌了……卧槽……这个创意……我 114514 体投地……

另外其实可以弹个 JOptionPane,如果是 JVM 平台的话

woc 你会中文啊

@ice1000
Copy link
Contributor

ice1000 commented Dec 12, 2019

woc 这个字符画也太牛逼了,太强了太无敌了……卧槽……这个创意……我 114514 体投地……
另外其实可以弹个 JOptionPane,如果是 JVM 平台的话

woc 你会中文啊

我发的第一个 issue #9 就用的中文 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:bug 类型: bug
Projects
None yet
Development

No branches or pull requests

4 participants