Closed jonatronnn closed 5 years ago
Okay it seems like they are running, but I can't connect through the thin client any more, webui is working however.
Another major issue I have is that Deluge 2.0 hasn't been whitelisted on my main trackers, is there any way I can roll back to a previous version of the docker image?
Use a tagged image
Use a tagged image
Thanks for that, will give it a go.
Have just realised perhaps the reason my thinclient can't connect is due to it not being a 2.0 version like the docker image.
Issues were due to Deluge being updated to 2.0 in this release and current version thin client being unable to connect to newer versions (no thin client update available yet).
I've rolled back to linuxserver/deluge:5b398f77-ls22 which is the last 1.3.15 update, however as I had already attempted to run the 2.0 deluge container I had to restore my previous torrent state, you can find a backup of this in you ./archive directory of the container's config folder, replace the torrents.fastresume, torrents.fastresume.bak, torrents.state and torrents.state.bak in the ./config/state folder whilst the container is not running and you should be back where you need to be.
It may take a while for trackers to whitelist Deluge 2.0 so you might want to hold off on updating for a while.
I recently updated my images and have now been getting the following error when starting up my Deluge container, any ideas as to what may be causing this or what I can do to resolve it?
OpenMediaVault (Debain 9)
sudo docker run -d --name=deluge --net=container:openvpn -e PUID=1001 -e PGID=1000 -e TZ=Europe/London -e UMASK_SET=022 -v /srv/d1b79442-25b9-4eef-b971-2b1eee560615/downloads/deluge/downloads:/downloads -v /srv/d1b79442-25b9-4eef-b971-2b1eee560615/downloads/deluge/completed:/completed -v /srv/d1b79442-25b9-4eef-b971-2b1eee560615/downloads/deluge/autoadd:/autoadd -v /home/docker/.config/deluge:/config -v /srv/d1b79442-25b9-4eef-b971-2b1eee560615/downloads/deluge/completed-sonarr:/sonarr -v /srv/d1b79442-25b9-4eef-b971-2b1eee560615/downloads/deluge/completed-radarr:/radarr linuxserver/deluge:latest