binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
680 stars 112 forks source link

Downloading torrent doesn't start #322

Open Zetto12 opened 1 year ago

Zetto12 commented 1 year ago

Hi All,

I've been trying around for about 2 days now and I can't get the download to start with delugevpn. I tried the normal deluge from linuxserver.io and it works without issues. I can see that delugevpn has an IP from expressvpn and I verified that with torguard.net aswell.

version: '3.3' services: arch-delugevpn: ports:

I hope someone can help me.

Cheers, Martin

Gaffers2277 commented 1 year ago

I think im having the same issue. I can see the seeds and peers are there but im not connecting. it did connect to one peer at like 1Kbs for a second and then dropped out. I also wrote my own docker-compose:

version: '3' services: delugevpn: container_name: delugevpn image: binhex/arch-delugevpn:latest restart: unless-stopped runtime:

Gaffers2277 commented 1 year ago

I have figured out part of my problem, it was permissions with the directories for data and config. they had been made as root user and needed to be switched to my user.

sudo chown 1000:1000 /path/to/data /path/to/config

if that doesnt work, run it as root.

sudo su root chown 1000:1000 /path/to/data /path/to/config

But my problems are still not fixed, having issues with super slow 1-50Kibs download speed on Ubuntu-22.04.1-desktop-amd64.iso

Im going to remove the docker container and try a slightly altered docker compose file

Zetto12 commented 1 year ago

Hi Alex,

thank you for your response. Your config looks a lot more complicated than mine. What confuses me is that I used the same file path's with Linuxserver.io's deluge and it worked without a problem. I tried giving permission using the commands you suggested

sudo chown 1000:1000 /mnt/media/downloads sudo chown 1000:1000 /opt/delugevpn The command went through, restarted delugevpn but it is still not working.

Tried the second command but still not working. It gives me a down speed in the beginning but never actually downloads anything and goes to 0 pretty quickly.

Any other idea?

romprod commented 1 year ago

I'm currently suffering the same issue, did anyone fix a fix for this?

kpupp commented 1 week ago

I've been having similar issues with Deluge. Somewhat with qBitorrent too. I occasionally get it to work (ubuntu ISOs at 50MBps), but there's nothing in any logs anywhere that indicate a problem otherwise, permissions are fine, etc. Really wish this would work, I find Deluge better than some others for its plugin support.