Search found 2220 matches

by mhertz
Sun Mar 24, 2024 6:33 pm
Forum: Support
Topic: Torrents slowing to a crawl or stopping variable time after starting and new torrents stuck in "Checking"
Replies: 10
Views: 1417

Re: Torrents slowing to a crawl or stopping variable time after starting and new torrents stuck in "Checking"

@all, deluge 2.0.3 fixes for clean log: sudo find /usr -path "*/python*/*/deluge/log.py" -exec sed -i 's/stack_info=False/*args, **kwargs/' {} \; sudo find /usr -path "*deluge/i18n/util.py" -exec sed -i 's/names='ngettext'/names=['ngettext']/' {} \; sudo find /usr -path "*de...
by mhertz
Sun Mar 24, 2024 4:06 pm
Forum: Support
Topic: Torrents slowing to a crawl or stopping variable time after starting and new torrents stuck in "Checking"
Replies: 10
Views: 1417

Re: Torrents slowing to a crawl or stopping variable time after starting and new torrents stuck in "Checking"

Deluge 2.0.3 simply too old for current python/twisted, libtorrent, probably overloading ram with those issues continually printed. I before posted these fixes, but if possible then imho should rather update, pypi, manual, docker, flat etc.
by mhertz
Sun Mar 24, 2024 2:17 pm
Forum: Support
Topic: Start deluge with all torrents in "Stopped" state
Replies: 9
Views: 1026

Re: Start deluge with all torrents in "Stopped" state

Not other than changing queue settings to '0' for download/seeding/total as far I know.

Deleting fastresume wouldn't stop torrents no.
by mhertz
Sun Mar 24, 2024 1:46 pm
Forum: Plugins
Topic: AddTorrentCheck
Replies: 22
Views: 94232

Re: AddTorrentCheck

If a plugin not enabled under plugins then not running in session, no. Use my posted version if haven't already, which I just tested working here - and see I added web-UI configuration also, so forgot update my post about that missing apparently :) Anyway, sounds like bad shutdown. There also once w...
by mhertz
Wed Mar 20, 2024 7:28 pm
Forum: Support
Topic: "Completed" torrents incomplete upon "Force Re-check"
Replies: 27
Views: 26804

Re: "Completed" torrents incomplete upon "Force Re-check"

Thanks for elaborating ambipro, I needed that too as didn't think of that originally and thought was a quirk somehow lol - forgot piece file-boundary data also in there, which I guess is the thing changing the percentages down of the finished, not seeding torrent(despite deluge stating seeding erron...
by mhertz
Wed Mar 20, 2024 8:50 am
Forum: Support
Topic: "Completed" torrents incomplete upon "Force Re-check"
Replies: 27
Views: 26804

Re: "Completed" torrents incomplete upon "Force Re-check"

Thanks for clearing that up Menard, appreciated :)
by mhertz
Wed Mar 20, 2024 8:09 am
Forum: Plugins
Topic: [Plugin] LabelPlus v0.3.2.2
Replies: 264
Views: 794872

Re: [Plugin] LabelPlus v0.3.2.2

- basher is the labelplus(/autoremoveplus) resident guy here, and his latest commit tagged v0.3.2.5, available on his github. https://github.com/laur89/deluge-labelplus/releases Edit: Sorry, do get your point now in hindsight :) I have no changes personally, and cannot/won't talk for ambipro, but re...
by mhertz
Tue Mar 19, 2024 8:33 pm
Forum: Support
Topic: Torrents slowing to a crawl or stopping variable time after starting and new torrents stuck in "Checking"
Replies: 10
Views: 1417

Re: Torrents slowing to a crawl or stopping variable time after starting and new torrents stuck in "Checking"

The caching thing a red hearing im affraid. I don't know anything about manjaro, but deluge and libtorrent didn't change since 6+ months on arch regardless of testing repo enabled - I don't see this BTW, but granted not a big torrenter either, but regardless. Anyway, all I can suggest for traffic is...
by mhertz
Mon Mar 18, 2024 2:07 pm
Forum: Support
Topic: deluge-console preferences not applying
Replies: 4
Views: 824

Re: deluge-console preferences not applying

I found the issue and here's a command-line to fix locally if wanted: sudo find /usr -path "*/deluge/ui/console/modes/preferences/preferences.py" -exec sed -i 's/selected_index/active_index/' {} \; I will submit a ticket soon and edit in link here later - it's a simple fix so thought would...
by mhertz
Sun Mar 17, 2024 10:36 am
Forum: Windows OS
Topic: Test Active Ports
Replies: 3
Views: 1013

Re: Test Active Ports

Despite the deluge port check should be pretty accurate(tries bind socket(through php fsockopen) from deluge website to your ip:port), though just in case then Google "port check" and test one of these, with deluge(d) open(else will fail as none listening/answers request). If fails there, ...