Torrents stalling on Docker

Other platforms, generic questions.
Post Reply
massenzio

Torrents stalling on Docker

Post 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!
User avatar
Peter
Administrator
Administrator
Posts: 2693
Joined: Wed Jul 07, 2010 6:14 pm

Re: Torrents stalling on Docker

Post 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.
massenzio

Re: Torrents stalling on Docker

Post 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?
User avatar
Peter
Administrator
Administrator
Posts: 2693
Joined: Wed Jul 07, 2010 6:14 pm

Re: Torrents stalling on Docker

Post by Peter »

What if you check docker logs?
massenzio

Re: Torrents stalling on Docker

Post 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!
Post Reply