Search found 2217 matches

by mhertz
Sat Apr 06, 2024 7:12 am
Forum: Support
Topic: [SOLVED] "unspecified system error" on a specific tracker (Debian)
Replies: 11
Views: 10782

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: 10782

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: 436

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: 436

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: 265

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: 436

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: 436

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...
by mhertz
Wed Apr 03, 2024 4:50 pm
Forum: Support
Topic: deluge just broke on archlinux
Replies: 11
Views: 436

Re: deluge just broke on archlinux

Yes, that's an issue with needing update setuptools https://github.com/deluge-torrent/delug ... 1712919646

But you found that yourself I see - good job :)
by mhertz
Tue Apr 02, 2024 10:52 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 272
Views: 574628

Re: Unofficial Deluge 2.0.x for Windows installer

Yeah if same libtorrent version, and enabling mixed_mode_algorithm=0, announce_all_trackers/tiers and same cache settings, then I would guess be pretty comparable in performance, and then just having the extra benefit of more/full tunability compared to qbittorrent, plus rest pluses of-course I.e th...
by mhertz
Mon Apr 01, 2024 8:05 am
Forum: Support
Topic: Twisted challenge: 'None' returned from imported module
Replies: 7
Views: 7186

Re: Twisted challenge: 'None' returned from imported module

Thanks for your posts. Yes my code was just to explain that problem in code in various ways and never ment as fix. Honestly I cannot help you as you're a much better programmer than me, and I just posted to explain that issue. I had same thought and tried async/await shortly myself yesterday, but wi...