Open kirincc opened 3 years ago
同样问题,用域名提示连接错误
同样问题,我是quickbox lite 安装的, 配置的地址是 https://xx.j8.work/qbittorrent/ , PPTP 配置相同的地址 账户密码可以连接正常.
正在初始化RPC链接...
qBittorrent 客户端正在实例化!
array(6) {
[0]=>
string(43) "POST /qbittorrent//api/v2/auth/login HTTP/2"
[1]=>
string(16) "Host: xx.j8.work"
[2]=>
string(59) "user-agent: PHP Curl/1.9 (+https://github.com/php-mod/curl)"
[3]=>
string(11) "accept: */*"
[4]=>
string(18) "content-length: 42"
[5]=>
string(47) "content-type: application/x-www-form-urlencoded"
}
array(6) {
[0]=>
string(11) "HTTP/2 401 "
[1]=>
string(13) "server: nginx"
[2]=>
string(35) "date: Mon, 18 Oct 2021 19:06:59 GMT"
[3]=>
string(23) "content-type: text/html"
[4]=>
string(19) "content-length: 188"
[5]=>
string(49) "www-authenticate: Basic realm="Password Required""
}
/IYUU/src/Library/Rpc.php LINE:139[连接错误] https://xx.j8.work qBittorrent Unable to authenticate with Web Api.
qBittorrent 客户端正在实例化! [连接错误] http://XXXXX:8999 qBittorrent Unable to authenticate with Web Api.
如果需要,我可以提供登机小鸡.我是 1群 "成都 Leo"
换成内网的ip可以了,目前还没搞清楚什么原因。我换个域名再试试
我今天用iyuu也遇到同样的问题了,我是群晖docker安装的iyuu,QB/TR都是套件安装的,用PT PLUS插件连接都没问题,外网内网直接打开也没问题,但是iyuu就出现了和你一样的提示。经过跟群友讨论,我将QR地址改为路由器上分配的公网ip地址,就可以连接上,但是用域名或者内网ip都不行。问题是,公网ip是动态的,随时会变。。这到底是什么原因啊。盲测是不是跟DNS解析有关?
试一下在qbit的设置中,把Web UI - Web用户界面(远程控制)- IP地址改成0.0.0.0
windows docker跑的IYUU,同样问题,换成内网ip 192.168.x.x解决,大概因为qbittorrent和docker不在一个局域网,不能用127.0.0.1
我这也遇到了类似的问题,iyuu容器内部可以和qb的内网ip ping通,但就是报错。最后没办法了,把iyuu的网络改成host模式就好了。
是否已搜索无相关issue
辅种计划任务配置
辅种计划任务日志
是否已确认信息无误
已确认下载器用户名、密码、ip、端口均正确,内网、公网均可正常登录。
更多环境信息
查看代码定位到 vendor\ledccn\bittorrentclient\src\qBittorrent\qBittorrent.php login() 处,接下去超出我的能力范围了
更新:
将 ip 更换为域名后,可以正常使用。