Search found 772 matches

by ambipro
Thu Aug 06, 2026 8:06 pm
Forum: Plugins
Topic: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Replies: 786
Views: 1960454

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Keep in mind, most of the UNIT3D trackers all resort to using UTC time, so it wont necessarily match up with local system time.
by ambipro
Thu Aug 06, 2026 4:42 pm
Forum: Plugins
Topic: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Replies: 786
Views: 1960454

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

YaRSS2 v2.2.5 — modernized fork (looking for testers) I've forked the long-running YaRSS2 RSS plugin (originally Camillo Dell'mour 2009, maintained by bendikro through v2.1.5 in 2021) and shipped six version bumps modernizing it. Looking for testers. Repo: github.com/TSA3000/deluge-yarss2-webui Rel...
by ambipro
Thu Aug 06, 2026 3:54 pm
Forum: Support
Topic: ZimaOS "IP n/a" and all traffic stopped
Replies: 4
Views: 25

Re: ZimaOS "IP n/a" and all traffic stopped

You'll need to configure (binhex in this case, as hotio doesnt do Deluge - but does other clients if you needed them - such as radarr/sonarr, etc) - with your VPN settings. He has extensive documentation on how to do so, and if you are having trouble he's very active on the Unraid forums. I can prob...
by ambipro
Wed Aug 05, 2026 4:34 pm
Forum: Plugins
Topic: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Replies: 786
Views: 1960454

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Not sure if it would work in this case, but you can always just remove the "-py3.10" suffix and it should load. The version of python in this case may matter for some of the features but in the past for compatibility, the -py3.10 type of suffix isn't necessarily required.
by ambipro
Wed Aug 05, 2026 7:52 am
Forum: Support
Topic: ZimaOS "IP n/a" and all traffic stopped
Replies: 4
Views: 25

Re: ZimaOS "IP n/a" and all traffic stopped

Gluetun is notoriously difficult to set up, and with proton VPN especially as its port and IP are not persistant. Some VPNs offer dedicated IPs with static port forwarding, Proton is not one of those. If you only use a VPN with Deluge, I may suggest you look into either hotio or binhex's Docker cont...
by ambipro
Wed Aug 05, 2026 7:50 am
Forum: Support
Topic: Password continuously disappearing
Replies: 5
Views: 2294

Re: Password continuously disappearing

You might also check the timezones from the server and you (client) - its possible your cookie has expired as the timezones are mismatched and the expiration happens before it you return.
by ambipro
Wed Aug 05, 2026 7:48 am
Forum: Support
Topic: Incompatible with python pyOpenSSL 26.2.0
Replies: 2
Views: 61

Re: Incompatible with python pyOpenSSL 26.2.0

Paralel wrote: Thu Jul 30, 2026 5:58 pm Huh. I'm kinda surprised people update components as new versions are released (except for libtorrent, since that is basically the core of Deluge). There is always a chance for a dependency to break
Creating a venv and freezing packages for Deluge would be the best option.
by ambipro
Wed Aug 05, 2026 7:45 am
Forum: Support
Topic: Deluge on Debian - default access rights
Replies: 5
Views: 39

Re: Deluge on Debian - default access rights

Change UMask to 0002

Then do

Code: Select all

systemctl daemon-reload
systemctl restart deluged
by ambipro
Wed Aug 05, 2026 7:40 am
Forum: Development
Topic: How to submit FR/bugs now (as a new user)?
Replies: 1
Views: 11

Re: How to submit FR/bugs now (as a new user)?

Unfortunately, migration to an entirely new system has been delayed due to IRL issues. Quite substantially as you can tell by the date I posted. If you have a bug you'd like to report you can PM me the details and I can make a ticket for you. Just include a description of the bug, any steps to repro...
by ambipro
Wed Jul 29, 2026 5:01 pm
Forum: Support
Topic: Deluge daemon doens't start anymore
Replies: 5
Views: 231

Re: Deluge daemon doens't start anymore

That first error shows that you did successfully remove the libtorrent dep, but have not installed any - thus you received the error stating ultimately "No module named 'libtorrent' - I would recommend using a venv to consolidate your deluge installation and its dependencies in one python "...