We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
没有通过监权就无法在 ws 内使用 botList 和 about 和 verify 命令。mah统一回复 {"code":1,"msg":"Auth Key错误"}
botList
about
verify
{"code":1,"msg":"Auth Key错误"}
已知: 发送的 verifyKey 没有错误
The text was updated successfully, but these errors were encountered:
反向 ws 好像需要在连接上的时候就完成鉴权,我考虑下这里是不是要保持原有逻辑
Sorry, something went wrong.
我认为这种逻辑用于正向 ws 比较合适,不应该用于反向 ws。现有逻辑让反向 ws 完全没有存在的意义了。
但是连接上就鉴权现在会导致 code 2,因为连接时 Bot 还没完成登录,导致 Bot.getInstanceOrNull(dto.qq) 返回 null
code 2
Bot.getInstanceOrNull(dto.qq)
null
Support about, botList commands for unauthorized reverse websocke…
221a5c6
…t connects (#610)
No branches or pull requests
没有通过监权就无法在 ws 内使用
botList
和about
和verify
命令。mah统一回复{"code":1,"msg":"Auth Key错误"}
已知:
发送的 verifyKey 没有错误
The text was updated successfully, but these errors were encountered: