Search found 2215 matches

by mhertz
Fri Jan 05, 2024 7:00 pm
Forum: Support
Topic: Download speed way too slow
Replies: 5
Views: 86344

Re: Download speed way too slow

All I can suggest is to try other libtorrent version(and libtorrent 1.2.x VS 2.x) and use deluge 2.1.1, e.g from ppa or pypi, and not the older repo versions(2.0.3 etc) the Debian based distros often use(which atleast in older times could generate giant error logs, sometimes reported to be in GBs, b...
by mhertz
Fri Jan 05, 2024 6:46 pm
Forum: Support
Topic: [SOLVED] Default Filter on WebUI Login?
Replies: 71
Views: 1015014

Re: [SOLVED] Default Filter on WebUI Login?

Yeah I'm an idiot sorry, I remembered earlier today when thinking about it, but thought was too late to edit at the time and didn't visit here neither, I mean you being on windows. Sorry bro, its in %appdata%\deluge\plugins, and you should see also a delay.conf in there in newest plugin version(pare...
by mhertz
Fri Jan 05, 2024 10:34 am
Forum: Support
Topic: console external IP
Replies: 2
Views: 21688

Re: console external IP

Console-UI don't support that I believe, well you can open the curses version and look at the bottom, on linux, but not scriptable I believe. You can get it from a client script, through either the core python API or web-ui API, but before I go post you an example, then seriously reconsider imho, as...
by mhertz
Fri Jan 05, 2024 10:13 am
Forum: Support
Topic: [SOLVED] Default Filter on WebUI Login?
Replies: 71
Views: 1015014

Re: [SOLVED] Default Filter on WebUI Login?

We'll figure it out :) SInce this is only for webUI, then you need plugin only on the daemon side, where deluged/webUI reside, in that plugins dir of profile. I btw see that I forgot have the delay.conf write right away at daemon load, which I usually do, but just forgot here - it's for if not using...
by mhertz
Thu Jan 04, 2024 11:22 am
Forum: Support
Topic: [SOLVED] Default Filter on WebUI Login?
Replies: 71
Views: 1015014

Re: [SOLVED] Default Filter on WebUI Login?

You're welcome buddy. As ambipro kindly elaborated, there's a delay.conf config file in your deluge profile, with a 'time' setting, but also is a web-ui preferences page/tab under web-ui preferences to set the delay for said 'time' setting - It's not showing such in gtk-ui as I disabled it specifica...
by mhertz
Wed Jan 03, 2024 7:23 pm
Forum: Support
Topic: [SOLVED] Default Filter on WebUI Login?
Replies: 71
Views: 1015014

Re: [SOLVED] Default Filter on WebUI Login?

Nothing new really, just slight update about I finally found out how change the darn sidebar-filter from webUI, when no API for it, so updated my last posted link, where pauses session, changes filter(just hard-coded 'active' for know, well second in list without sidebar_show_zero) and unpauses sess...
by mhertz
Wed Jan 03, 2024 5:05 pm
Forum: Support
Topic: [Solved] Trying to setup a client/server connection on my LAN
Replies: 10
Views: 20999

Re: [Solved] Trying to setup a client/server connection on my LAN

Allow_remote=true in core.conf(or use UIs) needed on daemon end profile(when not using default localclient login from localhost and same user client/daemon). Restart deluged, and try again. (user/pass on daemon end profile auth)
by mhertz
Tue Jan 02, 2024 2:01 pm
Forum: Support
Topic: Twisted challenge: 'None' returned from imported module
Replies: 7
Views: 7152

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

Assigning a var to a callback, or to a function with a callback, returns none because don't wait for the delayed call's return-code, as shown in my edits. sorry for explaining badly(mentioning printing etc). If still wrong then apologies :) Edit: Apologies, not at my computer now, but finally unders...
by mhertz
Tue Jan 02, 2024 1:12 pm
Forum: Support
Topic: Scheduler not restarting seeding but looks like it is
Replies: 4
Views: 28279

Re: Scheduler not restarting seeding but looks like it is

Sorry, have no knowledge about this unfortunately, and just quickly commenting about your tried workaround in the code of plugin. That call will do nothing, as internally first checks if session paused and if is, then resumes it, otherwise quits silent, which done here, as session not paused or else...
by mhertz
Mon Jan 01, 2024 7:41 pm
Forum: Windows OS
Topic: Deluge 2.1.1 downloads anything but what I ticked in
Replies: 7
Views: 15782

Re: Deluge 2.1.1 downloads anything but what I ticked in

Indeed, sadly, but thanks for testing/reproducing.