Hi all,
I just installed qBittorrent in a docker container running on OMV but I have a big problem:
any kind of torrent file, after 10-15 seconds of very slow downloa, stops with status "stalled"
Is it a known issue? The qBit settings are the same of my Windows machine, on which the downloads work perfectly.
Am I doing something wrong?
thanks in advance for your help!
Torrents stalling on Docker
Re: Torrents stalling on Docker
Did you set qBittorrent to the port you forwarded in Docker?
Also I don't know how well Docker handles udp traffic but you could just try setting qBittorrent to TCP only.
Also I don't know how well Docker handles udp traffic but you could just try setting qBittorrent to TCP only.
Re: Torrents stalling on Docker
Yes, the port are configured this way on Docker:
Port configuration
0.0.0.0:6881 6881/tcp
0.0.0.0:6881 6881/udp
The settings on qBit are these:

I put TCP only but it's still stalled... Do you have any idea? Maybe configuring the Proxy Server?
Port configuration
0.0.0.0:6881 6881/tcp
0.0.0.0:6881 6881/udp
The settings on qBit are these:

I put TCP only but it's still stalled... Do you have any idea? Maybe configuring the Proxy Server?
Re: Torrents stalling on Docker
What if you check docker logs?
Re: Torrents stalling on Docker
I solved it! It was probably a matter of read/write permissions on the "downloads" folder. I reset that and it worked fine Thanks anyway for your help!