Search found 35 matches

by DjLegolas
Sun Apr 23, 2023 9:00 pm
Forum: Development
Topic: Feature request: Native dark mode on Windows client
Replies: 8
Views: 69631

Re: Feature request: Native dark mode on Windows client

So, you are waiting for this PR...
by DjLegolas
Sun Jan 22, 2023 11:13 pm
Forum: Support
Topic: How to de-select files in Deluge 2.1.1?
Replies: 5
Views: 4061

Re: How to de-select files in Deluge 2.1.1?

This is a known bug.
I have already opened a PR which still waits to be merged.
by DjLegolas
Sat Sep 03, 2022 9:38 am
Forum: Support
Topic: Can't connect remote deluged
Replies: 2
Views: 2137

Re: Can't connect remote deluged

Well, you didn't find it because this option is part of the thinclient wiki: https://dev.deluge-torrent.org/wiki/Use ... ThinClient :lol:
by DjLegolas
Sat Sep 03, 2022 9:28 am
Forum: Support
Topic: Adding torrents on Deluge WebUI 2.1.1 on NAS, get Tracker Status: certificate verify failed / unspecified system error
Replies: 24
Views: 8703

Re: Adding torrents on Deluge WebUI 2.1.1 on NAS, get Tracker Status: certificate verify failed / unspecified system err

this started happening to me as well for 2 different https trackers on a linux machine. on windows everything works as expected.
@mhertz - do you think it it is something related to deluge or libtorrent?
i'll try to investigate also...
by DjLegolas
Wed Aug 17, 2022 9:10 am
Forum: Plugins
Topic: [Plugin] Total Traffic
Replies: 54
Views: 188341

Re: [Plugin] Total Traffic

I started working on integrating the TotalTraffic plugin into the Stats plugin:
https://dev.deluge-torrent.org/ticket/2812
https://github.com/deluge-torrent/deluge/pull/367
by DjLegolas
Mon Aug 08, 2022 12:03 pm
Forum: Support
Topic: Thin client Refused connection 10061 to Asustor NAS Deluge Daemon
Replies: 2
Views: 2814

Re: Thin client Refused connection 10061 to Asustor NAS Deluge Daemon

Are trying to connect to the correct daemon port? It is located in the same screen in the Preferences window in WebUI.
by DjLegolas
Tue Aug 02, 2022 10:28 pm
Forum: Support
Topic: GUI Displayed IP Address
Replies: 16
Views: 13139

Re: GUI Displayed IP Address

by DjLegolas
Tue Jul 12, 2022 10:57 pm
Forum: Support
Topic: About the User Interface of Deluge
Replies: 15
Views: 12296

Re: About the User Interface of Deluge

Why do you think it looks dumb?
by DjLegolas
Sun Feb 06, 2022 5:50 pm
Forum: Plugins
Topic: error lvl not logged in deluge 2
Replies: 10
Views: 9551

Re: error lvl not logged in deluge 2

I'm using the latest version in github (the develop branch)...
by DjLegolas
Fri Feb 04, 2022 11:35 pm
Forum: Plugins
Topic: error lvl not logged in deluge 2
Replies: 10
Views: 9551

Re: error lvl not logged in deluge 2

So I tried the different log levels, so I used the --loglevel argument (and even without it), and added the following code: log.debug('debug') log.info('info') log.warning('warning') log.error('error') Results: debug : 01:21:32.444 [DEBUG ][deluge.ui.gtk3.mainwindow :64 ] debug 01:21:32.444 [INFO ][...