February 27, 20215 yr @linuxserver.io can you please point for the tag that has version 1.3.11 or 1.3.6 please, thank you
April 15, 20215 yr I am having an issue with this container. I am getting a permission denied on the status of a download. I have done the part where you need to change from /root/Downloads to /downloads. However, I am still getting the error. drwxrwxrwx 1 abc users 6 Apr 14 16:54 downloads This is the permission of the downloads folder inside the container. Did I set something up wrong? I mostly accepted the defaults.
April 15, 20215 yr 34 minutes ago, rocketcoder said: I have done the part where you need to change from /root/Downloads to /downloads Are you using this container on Unraid?
April 18, 20215 yr Struggled to get Deluge VPN working with NGINX Proxy Manager After much rabbit hole diving I found the solution which can be found here: https://forums.unraid.net/topic/44109-support-binhex-delugevpn/?do=findComment&comment=980069
April 19, 20215 yr On 4/15/2021 at 4:50 PM, rocketcoder said: I am having an issue with this container. I am getting a permission denied on the status of a download. I have done the part where you need to change from /root/Downloads to /downloads. However, I am still getting the error. drwxrwxrwx 1 abc users 6 Apr 14 16:54 downloads This is the permission of the downloads folder inside the container. Did I set something up wrong? I mostly accepted the defaults. I don't use this container, but the reason I asked if you are using it on Unraid is because normally nothing would be mapped to /root, and no template defaults would ever specify /root for any mapping, so I don't know where you got any advice about changing that. Is that folder listing showing the permissions, etc. taken from a command line inside the container, or from Unraid command line? Post your docker run as explained at the very first link in the Docker FAQ.
April 19, 20215 yr 2 hours ago, trurl said: I don't use this container, but the reason I asked if you are using it on Unraid is because normally nothing would be mapped to /root, and no template defaults would ever specify /root for any mapping, so I don't know where you got any advice about changing that. Is that folder listing showing the permissions, etc. taken from a command line inside the container, or from Unraid command line? Post your docker run as explained at the very first link in the Docker FAQ. It's the LinuxServer container for Deluge. Thanks for your help. I ended up switching to Transmission and it is working just fine.
April 20, 20215 yr For those wanting to restrict login access to their sub domains or sub-folders from public access through NGINX Proxy Manager I have created a guide to use Organizr. Its a powerful SSO based platform for accessing multiple resources and allows for configuration using their API to restrict access to URL resources without authentication to Organizr. Guide:
July 16, 20214 yr Hi I'm trying to install Deluge Default trackers https://github.com/stefantalpalaru/deluge-default-trackers with Deluge 2.0.3-2-201906121747-ubuntu18.04.1 If i rename the .egg to 2.0.0 itll add the plugin to the plugin list and allow me to enable it however no menu item populates in the left pane. Checking logs i see the following. [WARNING ][deluge.config :410 ] Unable to open config file /config/defaulttrackers.conf: [Errno 2] No such file or directory: '/config/defaulttrackers.conf' any ideas on what i could do?
December 13, 20214 yr Latest update broke something: [WARNING ][deluge.i18n.util :83 ] IOError when loading translations: [Errno 2] No translation file found for domain: 'deluge' full log output: Quote () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services You are using a legacy method of defining umask please update your environment variable from UMASK_SET to UMASK to keep the functionality after July 2021 You are using a legacy method of defining umask please update your environment variable from UMASK_SET to UMASK to keep the functionality after July 2021 [services.d] done. 09:38:48 [WARNING ][deluge.i18n.util :83 ] IOError when loading translations: [Errno 2] No translation file found for domain: 'deluge' Exception ignored in: <bound method CorePluginBase.__del__ of <deluge_label.core.Core object at 0x14e75774cb38>> Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/plugins/pluginbase.py", line 41, in __del__ File "/usr/lib/python3/dist-packages/deluge/component.py", line 490, in get KeyError: ('RPCServer',) Exception ignored in: <bound method CorePluginBase.__del__ of <deluge_autoadd.core.Core object at 0x14e7564b0cf8>> Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/plugins/pluginbase.py", line 41, in __del__ File "/usr/lib/python3/dist-packages/deluge/component.py", line 490, in get KeyError: ('RPCServer',) Exception ignored in: <bound method CorePluginBase.__del__ of <deluge_stats.core.Core object at 0x14e7564c4a20>> Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/plugins/pluginbase.py", line 41, in __del__ File "/usr/lib/python3/dist-packages/deluge/component.py", line 490, in get KeyError: ('RPCServer',) [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting.
December 13, 20214 yr 1 hour ago, CyrixDX4 said: Latest update broke something: [WARNING ][deluge.i18n.util :83 ] IOError when loading translations: [Errno 2] No translation file found for domain: 'deluge' Deluge is also suddenly broken for me and I'm getting the same error.
December 13, 20214 yr Not having an issue with binhex's deluge which looks like it got an update at the same time. Seems whatever the update yesterday broke something badly.
December 13, 20214 yr 2 hours ago, CyrixDX4 said: Latest update broke something: [WARNING ][deluge.i18n.util :83 ] IOError when loading translations: [Errno 2] No translation file found for domain: 'deluge' Same for me too.
December 13, 20214 yr Specifying a previous tag got me up and running though. This is also reported on Github.
December 14, 20214 yr 8 hours ago, writablevulture said: Same for me too. This is the version that you rollback to: linuxserver/deluge:amd64-2.0.3-2201906121747ubuntu18.04.1-ls127 Edited December 14, 20214 yr by CyrixDX4
December 14, 20214 yr Still getting the same warning message, but rolling back got my WebUI back. TY!
December 14, 20214 yr for people that need a little more help on how to do it exactly: 1. click on the deluge container and select EDIT 2. under Repository, modify it from the default linuxserver/deluge to linuxserver/deluge:amd64-2.0.3-2201906121747ubuntu18.04.1-ls127 and click APPLY
December 21, 20214 yr Update has been released and fixed the issue. You can upgrade back to "latest" and the webUI is back to working.
January 9, 20224 yr Been trying to install the itconfig2.0 plugin to sort out some seeding issues im having. Doesn't work, Have googled a bit and apparently the plugin has not been updated to support python 3.8. Is there any way I can get this plugin working with this docker? I have no idea how to build a version that is compatible with python 3.8 but Im fairly technically minded and happy to give that a go if someone can give a little guidance? Thanks
January 10, 20224 yr On 12/21/2021 at 5:48 PM, CyrixDX4 said: Update has been released and fixed the issue. You can upgrade back to "latest" and the webUI is back to working. Just changed my repository line back to linuxserver/deluge:latest and the WebUI doesn't work. If I revert back to linuxserver/deluge:amd64-2.0.3-2201906121747ubuntu18.04.1-ls127 Its all good. Other than applying the changes and letting the docker restart is there anything else I need to do to get it working on the latest build again?
January 13, 20224 yr Just to update. linuxserver/deluge doesn't work anymore you have to change the repo address to lscr.io/linuxserver/deluge.
January 24, 20224 yr Hi, my deluge docker just broke a few days ago. here is the error I'm Getting: [ERROR ][deluge.core.daemon_entry :132 ] Unable to start deluged: [('SSL routines', 'SSL_CTX_use_certificate', 'ee key too small')] I've re-iinstalled deleting the image and the issue is still there. Webui works but I can't start the daemon. I'm using: lscr.io/linuxserver/deluge Deluge 2.0.5-0-202112151848-ubuntu20.04.1 Possibly newbie mistake but removed the appdata folder as well with old configs and restarted the whole enchilada. that fixed it Edited January 24, 20224 yr by Raah1911
March 6, 20224 yr Just spotted Deluge had lost its external IP address. Only thing that has changed is I updated it a few days ago. I have reverted back to linuxserver/deluge:amd64-2.0.3-2201906121747ubuntu18.04.1-ls127 and all is well again.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.