H
Homarr•2y ago
Xenio

Status offline 408, qBittorrent timeout. v0.12.1 docker

Gday, Just span up a docker container as I would like to replace my Homer dashboard. A lot easier to configure, that's for sure! Have had trouble with qBittorrent and Status on all of the current apps I have added. Decided to ask for help before adding others. Docker-Compose:
version: '3' services: homarr: container_name: homarr image: ghcr.io/ajnart/homarr:0.12.1 restart: unless-stopped volumes: - /portainer/Files/AppData/Config/homarr/configs:/app/data/configs - /portainer/Files/AppData/Config/homarr/icons:/app/public/icons - /var/run/docker.sock:/var/run/docker.sock ports: - 7575:7575 environment: EDIT_MODE_PASSWORD: ${Password}
Homarr Docker Log (reoccurring):
ERROR Error communicating with your download client 'qBittorrent' (17be0909-7020-478e-b0b4-6fb6690710a2): TimeoutError: Timeout awaiting 'request' for 5000ms WARN 1 download clients failed. Please check your configuration and the above log
-CSRF is disabled in qBittorrent -Clicking on the homarr dashboard link to qBittorrent takes me to it -Running a Curl on a different PC on my network to any of my services returns a 200 OK. -I have disabled "Block Common Exploits" on my Nginx Proxy Manager "Homarr" object -Yes, I'm using Monica's logo for my home server to make it cuter for my wife even though I don't use it Any help is appreciated.
25 Replies
Manicraft1001
Manicraft1001•2y ago
Hi, Homarr can't connect to your qBittorrent. Ensure that your container (not other devices on your network) has access to it 🙂
Xenio
XenioOP•2y ago
My qBittorrent runs on 192.168.8.100, where as my homarr runs on 192.168.8.2. How would I go about checking to see if my homarr container can access qBittorrent?
Manicraft1001
Manicraft1001•2y ago
You need to open the console of Homarr's container. Then, do a wget to qBittorrent
Xenio
XenioOP•2y ago
ahhhh. It's pinging my public IP address. Instead of routing through my pihole internally that runs my internal DNS. I'm assuming this is a docker issue I need to sort out, not a Homarr issue then?
Manicraft1001
Manicraft1001•2y ago
Yes, a Docker issue then, although that we know that Homarr's sometimes has issues with DNS. It could be, that it might act a bit strange sometimes
Xenio
XenioOP•2y ago
On the other hand, if I was to set the "Internal IP" on the dashboard object, would this work? where the Internal IP would be IP:Port?
Manicraft1001
Manicraft1001•2y ago
Yes, internal IP is used for direct communication. Your Web client will use the external
Xenio
XenioOP•2y ago
Xenio
XenioOP•2y ago
This is how I've set it up, but I'm getting the same Timeout in Docker logs and status is still red
Manicraft1001
Manicraft1001•2y ago
Well, have you tried to wget the local IP?
Xenio
XenioOP•2y ago
yeah, works fine
Manicraft1001
Manicraft1001•2y ago
From inside the container?
Xenio
XenioOP•2y ago
Yep I'm thinking it's a PiHole issue
Manicraft1001
Manicraft1001•2y ago
Still a timeout?
Xenio
XenioOP•2y ago
Yeah, still timeout unfortunately.
Manicraft1001
Manicraft1001•2y ago
No, since you use a IPv4
Xenio
XenioOP•2y ago
I could never get Homer's pings to work either oh In that case, I have no idea again 😕
Xenio
XenioOP•2y ago
Opened the index.html locally and it showed the qBittorrent login page
Manicraft1001
Manicraft1001•2y ago
Yes, but that's from your host, isn't it? This is not from your container
Xenio
XenioOP•2y ago
Xenio
XenioOP•2y ago
From the homarr container over portainer
Manicraft1001
Manicraft1001•2y ago
Hmm okay
Xenio
XenioOP•2y ago
Oop, may have just taken a bit to refresh, but I now have status on qBittorrent and Jellyseer
Manicraft1001
Manicraft1001•2y ago
If it still doesn't work, maybe this post will help you: https://github.com/ajnart/homarr/issues/435
GitHub
No torrents found - qBittorrent · Issue #435 · ajnart/homarr
Environment Docker Version v0.10.0 Describe the problem I can't seem to find the logs to know why it's not working. I checked the documentation if there are configurations for the Torrent M...
Xenio
XenioOP•2y ago
My issue, once I had the local IP's in....was to press the exit and save button Thanks heaps for the help, couldn't have got through it without someone who actually knows what they're doing and isn't an idiot like me!

Did you find this page helpful?