kyubotics / coolq-http-api

为 酷Q 提供通过 HTTP 或 WebSocket 接收事件和调用 API 的能力
https://cqhttp.cc/docs/
GNU General Public License v3.0
1.85k stars 308 forks source link

链接被拒绝,原因:Authentication failure #347

Closed EffyLu closed 4 years ago

EffyLu commented 4 years ago

嗨,您好

我们在访问 ip:9000 端口的时候,输入密码提示【链接被拒绝:Authentication failure】

请问有什么解决办法吗,谢谢。

ExerciseBook commented 4 years ago

@EffyLu 看文档

EffyLu commented 4 years ago

多谢回复,可以说明是哪个文档吗,抱歉我们没有找到。

ExerciseBook commented 4 years ago

@EffyLu 在通信方式里 https://cqhttp.cc/docs/4.15/#/CommunicationMethods 有关于身份认证相关的说明

取决于你的配置文件怎么写

stdrc commented 4 years ago

我们在访问 ip:9000 端口的时候,输入密码提示【链接被拒绝:Authentication failure】

这是 noVNC 密码,应该填 docker 运行环境变量的 VNC_PASSWD 值,参考 这里