Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - Deluge

Featured Replies

@linuxserver.io can you please point for the tag that has version 1.3.11 or 1.3.6 please, thank you

  • 1 month later...
  • Replies 412
  • Views 134.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Why did you use 146?  It's seven months old.   5b398f77-ls22 would be the last pre v2 release.   To fix your missing torrents I guess it would be restore from a backup.

  • Yeah, I just got home from work.    This will work with nginx.       location /deluge {     proxy_pass http://192.168.0.1:8112/;     proxy_set_header  X-Deluge-Base "/deluge/"; includ

  • I'm trying to clean up in my torrents and delete older stuff using "Remove torrent -> Remove with data", however whenever I do this I loose connection with the webui, and when it reloads I have del

Posted Images

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.

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?

23 hours ago, trurl said:

Are you using this container on Unraid?

 

Yes I am

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.

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.

 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: 

 

  • 2 months later...

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?

  • 4 months later...

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.

 

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.

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.

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.

Specifying a previous tag got me up and running though. This is also reported on Github.

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 by CyrixDX4

Still getting the same warning message, but rolling back got my WebUI back. TY!

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

 

Sweet, just updated and couldnt access the webui.  Thanks for the info peeps!

 

mine was busted too -- woot to sharrensen for the advice.  backup again.

 

Update has been released and fixed the issue. You can upgrade back to "latest" and the webUI is back to working.

  • 3 weeks later...

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

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?

Just to update.  linuxserver/deluge doesn't work anymore you have to change the repo address to

 

lscr.io/linuxserver/deluge.

  • 2 weeks later...

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 by Raah1911

  • 1 month later...

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.