mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-06 17:10:48 +08:00
Print details about unknown captcha question
This commit is contained in:
parent
8e05595bac
commit
7567a09a39
@ -376,7 +376,7 @@ internal class WtLogin{
|
||||
data = imageData.readBytes().toIoBuffer(),
|
||||
sign = sign
|
||||
)
|
||||
} else error("UNKNOWN CAPTCHA QUESTION: $question")
|
||||
} else error("UNKNOWN CAPTCHA QUESTION: ${question.toUHexString()}")
|
||||
}
|
||||
|
||||
error("UNKNOWN CAPTCHA")
|
||||
|
Loading…
Reference in New Issue
Block a user