-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
code=238, title=禁止登录, message=请使用手Q扫描二维码或短信登录。 #614
Comments
可能是新出现的风控类型。等待并关注mirai社区的相关问题 |
上面说的应该是协议是
这个情况就是我之前在 我猜测应mirai社区应该需要更新一下这些qq登录设备 |
我设置的protocol是MACOS,出现了“网络不稳定”的问题 |
从release里面下jar包丢项目里面:https://github.com/cssxsh/fix-protocol-version/tree/main 然后主类这样配置: import xyz.cssxsh.mirai.tool.FixProtocolVersion
fun main(args: Array<String>) {
FixProtocolVersion.update()
val application = runApplication<QQBotApplication>(*args)
} 我用的 |
刚把各种协议和device换了一轮 45 237 235 238都见了个遍,这个macos的报45,换成大号也报238,按理说大号应该没风控不会有这个啊...已经在考虑开个新号试试了( watch的协议用这个获取device的软件,能扫码登陆上,似乎挺有希望的 MrXiaoM/Aoki 看着好像mirai最近的2.15有扫码的方式? (另外v3.0.0.0-beta.6之后版本在阿里云的maven上面就没有了 有点寄) |
@112292454 mirai的2.15正式发布后这边才会更新,以及不要用阿里云的maven仓库,直接用中央仓库。 |
版本号
3.0.0-RC.3
附加版本
No response
涉及的编程语言
Java
项目构建工具
Maven
涉及的组件库
mirai (QQ)
问题描述
Caused by: net.mamoe.mirai.network.WrongPasswordException: Error(bot=Bot(*********), code=238, title=禁止登录, message=请使用手Q扫描二维码或短信登录。, errorInfo=)
at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl.doLogin(SsoProcessor.kt:331) ~[mirai-core-jvm-2.14.0.jar!/:2.14.0]
at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl$doLogin$1.invokeSuspend(SsoProcessor.kt) ~[mirai-core-jvm-2.14.0.jar!/:2.14.0]
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ~[kotlin-stdlib-1.6.21.jar!/:1.6.21-release-334(1.6.21)]
... 8 common frames omitted
复现方式
禁止登陆
相关日志
No response
其他补充
No response
The text was updated successfully, but these errors were encountered: