Page 1 of 1

Torrents stalling on Docker

Posted: Mon Mar 02, 2020 11:16 am
by massenzio
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!

Re: Torrents stalling on Docker

Posted: Tue Mar 03, 2020 11:30 am
by Peter
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.

Re: Torrents stalling on Docker

Posted: Fri Mar 13, 2020 10:21 am
by massenzio
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:

Image

I put TCP only but it's still stalled... Do you have any idea? Maybe configuring the Proxy Server?

Re: Torrents stalling on Docker

Posted: Mon Mar 16, 2020 4:35 pm
by Peter
What if you check docker logs?

Re: Torrents stalling on Docker

Posted: Tue Mar 24, 2020 7:35 pm
by massenzio
Peter wrote: Mon Mar 16, 2020 4:35 pm What if you check docker logs?
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!