Search found 997 matches
- Sat Feb 27, 2021 8:33 pm
- Forum: Support
- Topic: 'Unhandled Error in Deferred' and other errors
- Replies: 5
- Views: 91
Re: 'Unhandled Error in Deferred' and other errors
Sorry, of-course you cannot change user through e.g. sudo from host when that user is in the docker-container, and that is just what I could do locally here, when testing this, as quick workaround. Anyway, I just tested with the deluge docker linux-server image you're using, and one of my previous w...
- Sat Feb 27, 2021 4:27 pm
- Forum: Support
- Topic: deluge does not start anymore
- Replies: 2
- Views: 431
Re: deluge does not start anymore
megaksa, deluge's latest version in [extra] is "built" with/for py3.9(.2) likewise in [extra], and you're using py3.8 your logging shows. Previous version that you downgraded to, where py3.8. 247, so if typing python in a terminal and running import deluge, then that fails? Btw, deluge can...
- Fri Feb 26, 2021 8:12 pm
- Forum: Support
- Topic: 'Unhandled Error in Deferred' and other errors
- Replies: 5
- Views: 91
Re: 'Unhandled Error in Deferred' and other errors
Granted i'm not using docker, but as said I have to run 'sudo -u deluge deluge-console' here to avoid the deffered twisted error, even with the auth's in place both places etc. which I believe is user 'abc' at your end, but didn't work you stated. Anyway, I experimented a little more and found now t...
- Fri Feb 26, 2021 6:07 pm
- Forum: Support
- Topic: BadColorString from deluge-console info
- Replies: 2
- Views: 38
Re: BadColorString from deluge-console info
Good catch! I tried reproduce yesterday but couldn't and looked at the reported code, but couldn't make sence of much honestly, relating, as noob at coding. Glad to hear you workaround'ed it and thx for reporting workaround/solution back. Indeed the called strip_colors() function of deluge/ui/consol...
- Fri Feb 26, 2021 1:42 am
- Forum: Support
- Topic: 'Unhandled Error in Deferred' and other errors
- Replies: 5
- Views: 91
Re: 'Unhandled Error in Deferred' and other errors
I experienced this, and found you have to run the ncurses UI as same user as running deluged, as even though having user/pass then fails otherwise as stated. You can use e.g. 'sudo -u <deluged-running-user> deluge-console', or just login as deluged-running-user firstly before running deluge-console....
- Thu Feb 25, 2021 4:10 pm
- Forum: Support
- Topic: Last Transfer column
- Replies: 6
- Views: 71
Re: Last Transfer column
Yeah, It's little strange e.g also that the 2.0.3 package in Ubuntu doesn't include backported important fixes etc, but maybe you can use a PPA or use one from newest Ubuntu 20.10 which I just checked was 1.2.5. Sorry not know much about Ubuntu honestly, but thanks for the reporting back, helpful fo...
- Thu Feb 25, 2021 3:42 pm
- Forum: Support
- Topic: Last Transfer column
- Replies: 6
- Views: 71
Re: Last Transfer column
I quickly checked the code and it queries libtorrent's time_since_download and _time_since_upload, and finds the lowest value of the two and outputs in UIs. I tested it works here on latest libtorent. I did a quick search though, where there was reportet issues with older libtorrent's outputting wro...
- Tue Feb 23, 2021 2:20 pm
- Forum: Support
- Topic: How to configure a plugin using Deluge-console?
- Replies: 1
- Views: 30
Re: How to configure a plugin using Deluge-console?
No, unfortunetly not, as seen in 'man' or 'help' command etc that there's no such related commands, args or flags, listed. Personally I just use a terminal text editor to edit the plugin's config file directly, in the deluge profile folder. I do the same with core.conf often, or other deluge conf, a...
- Sun Feb 21, 2021 10:45 pm
- Forum: Support
- Topic: Notification not working
- Replies: 51
- Views: 2954
Re: Notification not working
Thanks alot Cas for proper fix, instead of my hackjobs, much appreciate your efforts! 

- Sun Feb 21, 2021 1:52 pm
- Forum: Support
- Topic: Notification not working
- Replies: 51
- Views: 2954
Re: Notification not working
No, it means Cas verified its an issue, and not e.g just a misunderstanding, and that it's scheduled to be fixed for the 2.0.4 coming release. Cas seemingly went through the issues ticket stack today as I got also another notification besides this one, about a ticket closed, as issue resolved and I ...