H
Homarr10mo ago
4irefall

qBittorrent - Ping timed out

logs:
ERROR Error communicating with your download client 'qBittorrent' (a1dbd894-ded9-4380-8a37-55b74d570459): TimeoutError: Timeout awaiting 'request' for 5000ms

WARN 1 download clients failed. Please check your configuration and the above log

ERROR Ping timed out for app with id : [object Object] (url: http://169.254.111.204:9405/#/)
ERROR Error communicating with your download client 'qBittorrent' (a1dbd894-ded9-4380-8a37-55b74d570459): TimeoutError: Timeout awaiting 'request' for 5000ms

WARN 1 download clients failed. Please check your configuration and the above log

ERROR Ping timed out for app with id : [object Object] (url: http://169.254.111.204:9405/#/)
--------------- Redirect works, web ui works; but ping times out, no supported torrent clients found. --------------- version: 0.13.2 qbittorrent version: 4.5.2 qbittorrent installation method: apt os: debian 12 amd64
No description
17 Replies
Tag
Tag10mo ago
Hi, did you configure the internal address ending with /#/? It is recommended to not put anything after the port
4irefall
4irefall10mo ago
unfortunately, removing the /#/ didn't help 😦
Tag
Tag10mo ago
And you confirm that qbit is running and on that the address should be accessible to homarr?
4irefall
4irefall10mo ago
UPDATE: set internal address from http://169.254.111.204:9405/ to http://localhost:9405/, now different error: Error communicating with your download client 'qBittorrent' (a1dbd894-ded9-4380-8a37-55b74d570459): RequestError: connect ECONNREFUSED 127.0.0.1:9405. But when I try to connect on the same address using server's browser, the web UI appeared normally🤷‍♂️.
Tag
Tag10mo ago
Are homarr and qbit running on the same machine? You can't use localhost otherwise
4irefall
4irefall10mo ago
Are homarr and qbit running on the same machine?
Yes
Tag
Tag10mo ago
Are you using any reverse proxy services? 169.254.111.204 looks a bit strange for a local dhcp though I gotta admit
4irefall
4irefall10mo ago
it's the ethernet connection
Tag
Tag10mo ago
It is the address of your machine within your own network? Not your Ip address I hope Nvm I doubled check it is indeed a link-local ip range. Never saw it before though
Tag
Tag10mo ago
Could you try this? I'm not sure the problem is the same but the resolution might work https://homarr.dev/docs/community/known-issues#resolution-3
🐛 Known Issues | Homarr Docs
Here we keep track of the currently known issues of Homarr, reported by our community or the developers.
ajnart
ajnart10mo ago
@4irefall Time out simply means it mined out. We set the timer at 5 seconds if I recall correctly. You server might just be slow to respond. But I would do what @tagaishi mentionned too, just in case.
4irefall
4irefall10mo ago
Did this(because i encountered "Unauthorized" error) before i noticed this "bug" Yes
You server might just be slow to respond.
No, it can't be. Opening the web ui takes less than a second.
ajnart
ajnart10mo ago
Maybe homarr is slow then I am not certain why this issue would occur on a particular service, but I've noticed sometimes it's quite flakey (especially for pings)
4irefall
4irefall10mo ago
omg maybe it's the ufw that makes this error because i haven't allowed connections from docker interface yet
Tag
Tag10mo ago
Tell us if that fixes it
4irefall
4irefall10mo ago
I'm trying allowing from docker0 but I don't know to use ufw properly😭😭😭
Tag
Tag10mo ago
Unfortunately this is as far as I can help, I don't use docker, the others may be of more assistance