Kabe0 / deluge-windscribe

To provide an isolated VPN layer with Deluge
23 stars 6 forks source link

Torrents on deluge not working #30

Closed TheOriginalXman closed 2 years ago

TheOriginalXman commented 2 years ago

I was able to do a clean install of the docker image with on the 'locale' error, However whenever I add in a torrent I sporadically get a few KB/s dl and then nothing. I have tried to dl the same torrent on another pc with deluge installed on a ubuntu vm and wind scribe on in my Mac and have no issues get a steady 1.5-2 MB/s.

Any reason why this would be occurring in the docker image?

Kabe0 commented 2 years ago

I found this was often caused by Deluge not looking at the multiple trackers. Sometimes the windscribe firewall can have issues with one of them. The solution that has worked for me is as follows...

Download itconfig https://github.com/ratanakvlun/deluge-ltconfig/releases

Install in deluge by adding ltConfig-2.0.0.egg to the config folder under /.config/deluge/plugins which should be mounted to your container.... image

Enable these two flags to allow Deluge to check all trackers image

TheOriginalXman commented 2 years ago

Thanks that did it!