Search found 90 matches

by shinger
Mon Feb 12, 2024 5:23 pm
Forum: Support
Topic: Remove torrent at share ratio not working
Replies: 8
Views: 1027

Re: Remove torrent at share ratio not working

Hi,

Do you maybe have a plugin installed or something. A plugin as far as i have come to understand take priority over the general settings of Deluge. So even IF you have configured it differently, the plugin settings are being used.
by shinger
Mon Feb 12, 2024 5:00 pm
Forum: Support
Topic: Raspberry Pi 5 >> Deluge >> Port Issue >> Test Active Port .!.
Replies: 8
Views: 394

Re: Raspberry Pi 5 >> Deluge >> Port Issue >> Test Active Port .!.

Hi mogabyte, It is ALWAYS important to see what the reality is and not what you think how reality is. Even though you see a setting in a configuration has been turned on, look at the reality if it is indeed turned on. I speak with experience as an Linux Engineer in my corporate life. Could you do a ...
by shinger
Mon Feb 12, 2024 4:21 pm
Forum: Support
Topic: Move storage suddenly stopped working on Windows Deluge 1.3.15
Replies: 2
Views: 5022

Re: Move storage suddenly stopped working on Windows Deluge 1.3.15

Hi,

I am not a Windows user, but could it be that your external storage is using a different filesystem (exfat/fat32), while your OS is using NTFS. Also, could you try and move the storage to a different directory WITHIN the partition of the OS it self and not external storage.
by shinger
Mon Feb 12, 2024 4:18 pm
Forum: Support
Topic: Cannot add torrents
Replies: 2
Views: 82759

Re: Cannot add torrents

Hi,

Are the file permissions/ownership configured correctly? I don't know the technical process of Deluge, but if you "upload" a torrent (because that is what is happening, i assume that torrent file is being put in a directory.
by shinger
Mon Feb 12, 2024 4:13 pm
Forum: Support
Topic: Inconsistent download speeds / dropping seeds & peers.
Replies: 4
Views: 103042

Re: Inconsistent download speeds / dropping seeds & peers.

Hi, Could you maybe test it with a different application instead of Deluge? This to be sure that it is not machine/OS related. If it is machine or OS related ( OS, lets say a setting), then you should see the same behavior. If indeed things are much faster or something, then maybe libtorrent setting...
by shinger
Mon Feb 12, 2024 4:08 pm
Forum: Support
Topic: Deluge "forgets" what it downloaded and wont close
Replies: 1
Views: 103514

Re: Deluge "forgets" what it downloaded and wont close

Hi, If i am not mistaken i encountered this issue many years ago and if my memory is not letting me down, it was a file/directory ownership or permission thing. Could you please do a ls -lha to see the current ownership and permissions. It will look something like this. <user>@<SYSTEM>:<PATH of DELU...
by shinger
Mon Nov 27, 2023 4:15 pm
Forum: Support
Topic: Disable web-ui authentication
Replies: 1
Views: 4286

Re: Disable web-ui authentication

Hey Gardiol, I am not sure if this would work. Try it first on a test system and be aware to not just copy paste but read what files it is trying to edit. https://dukrat.net/124/deluge-webui-1-3-6-autologin-disable-password I have not done it my self, but if I see it is editing specific files in spe...
by shinger
Fri Nov 24, 2023 3:27 pm
Forum: Support
Topic: Notification not working
Replies: 87
Views: 114801

Re: Notification not working

What if i decide to remove that plugin and have deluge be verbose in logs. Then when the issue occurs (notifications plugin automatically turns off) to send the verbose log, allthough i don't remember if i maybe already had done that and still did not get any wiser.
by shinger
Fri Nov 24, 2023 6:55 am
Forum: Support
Topic: Now torrent is turned to Error status
Replies: 19
Views: 38791

Re: Now torrent is turned to Error status

Hello Menard, It could be that the permissions or ownership of the directory that is being downloaded to are no longer correct. As ambipro said, if you give the log output you can for sure know the cause of it. I am not sure if you are a Windows user in general, but just speaking about my own experi...
by shinger
Fri Nov 24, 2023 6:45 am
Forum: Support
Topic: Notification not working
Replies: 87
Views: 114801

Re: Notification not working

Hi mhertz, I have put the plugin in the attachment, maybe you can do something with it. I am not sure if you are able to see any source or something as i have not dived in to python yet. Maybe the main code of deluge of the Notification plugin is missing something and it could be merged with it from...