Search found 2220 matches

by mhertz
Thu Apr 11, 2024 11:36 am
Forum: Plugins
Topic: [Plugin] Auto Remove Plus v2.0.0
Replies: 108
Views: 1346622

Re: [Plugin] Auto Remove Plus v2.0.0

Thanks ambipro for reference :) Good catch as basher stated, thanks bro. @basher, that fix is in my ltconfig github. It looks like I'm confused lol, but actually wasn't, and for gtk3 VS gtk2 there's issues with packed cellrenderes specifically(e.g cellrenderertext and cellrenderertoggle together) an...
by mhertz
Mon Apr 08, 2024 9:00 pm
Forum: Windows OS
Topic: Password protect system tray not working? (Win11-2.1.1)
Replies: 14
Views: 4929

Re: Password protect system tray not working? (Win11-2.1.1)

Just wanted add that I fixed the issue of passwords not accepted when logging in from connection-manager in addition to old fix posted here about tray passwords not working, and updated links(all of them, deluge.exe rebuilt etc, except the ticket) a few posts above. Also, the former fix for tray pas...
by mhertz
Sat Apr 06, 2024 7:39 pm
Forum: Support
Topic: deluge just broke on archlinux
Replies: 11
Views: 634

Re: deluge just broke on archlinux

Good job finding a solution working for you buddy and thanks for reporting back :) @all, Just for completeness, if anybody possibly interested, then I was wrong in my previous assumption that '--root' param was a fix - frankly there's no issue in a freshly installed clean arch VM, so no '--root' par...
by mhertz
Sat Apr 06, 2024 7:12 am
Forum: Support
Topic: [SOLVED] "unspecified system error" on a specific tracker (Debian)
Replies: 11
Views: 11009

Re: [SOLVED] "unspecified system error" on a specific tracker (Debian)

You're welcome, and sorry I think I said just adding it to .bashrc was fine but apparently not, and just assumed as such - don't use libtorrent from pip myself. Anyway good job with adding it to the systemd file as you wrote in other post, nice way go about it obviously and will remember to suggest ...
by mhertz
Fri Apr 05, 2024 6:53 pm
Forum: Support
Topic: [SOLVED] "unspecified system error" on a specific tracker (Debian)
Replies: 11
Views: 11009

Re: [SOLVED] "unspecified system error" on a specific tracker (Debian)

I just retested it works here. I ran it in a terminal for test and then ran deluge. You can try the other one if haven't yet(SSL_CERT_FILE). Last resort is disabling https verification through ltconfig as posted previously in thread. Note, if having built libtorrent yourself, and not from pypi(pip i...
by mhertz
Fri Apr 05, 2024 1:36 pm
Forum: Support
Topic: deluge just broke on archlinux
Replies: 11
Views: 634

Re: deluge just broke on archlinux

Deluge 2 stable is supported in arch, and dev builds are in AUR, plus easy make your own dev branch package - let me know if need some arch/packaging help, not an expert myself though, but might be able to help possibly, if needed. Anyway, I know you probably might not need this anyway, I mean if ch...
by mhertz
Fri Apr 05, 2024 10:41 am
Forum: Support
Topic: deluge just broke on archlinux
Replies: 11
Views: 634

Re: deluge just broke on archlinux

I don't think an older python version would give you any benefits really, well except if getting your libtorrent from pypi(with pip), where only have installable wheels for up to python 3.10, but not relevant if using libtorrent from arch's [extra] repo, aur or build yourself. Anyway, as said in my ...
by mhertz
Fri Apr 05, 2024 6:21 am
Forum: Support
Topic: Deluge Headless - Auth File Insight
Replies: 3
Views: 428

Re: Deluge Headless - Auth File Insight

Localclient mechanism is for clients to be able to login automatically to server when client and server both localhost and run under same user and is authenticated with localhost.conf of client deluge profile against said auth of server deluge profile. It's little hard to explain and make sense of h...
by mhertz
Thu Apr 04, 2024 1:19 pm
Forum: Support
Topic: deluge just broke on archlinux
Replies: 11
Views: 634

Re: deluge just broke on archlinux

Appreciate your reply buddy :) Hmm, indeed you're right... I'll investigate and post later, dunno when exactly have time/motivation to look in depth, but in mean time, then works fine through the 'pip install .' method, which is more recommended these days seemingly, though as said because of pep668...
by mhertz
Wed Apr 03, 2024 5:41 pm
Forum: Support
Topic: deluge just broke on archlinux
Replies: 11
Views: 634

Re: deluge just broke on archlinux

I'm sorry, I replied before being on my computer, and just knew from experience that such error was because of setuptools pre 62.0. However, now after checking on my system then I don't have that issue myself, and neither should presumably, because arch uses python-setuptools 69.0.3. I tested the de...