Custom Query (2447 matches)
Results (304 - 306 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3490 | Invalid | Deluge cannot start - No JSON object could be decoded | ||
Description |
Hello. My case is very similar to https://dev.deluge-torrent.org/ticket/3197#no1 I tried workaround described there, it is not working. I see error message when start deluge demon: pi@<name>:~ $ deluged pi@<name>:~ $ [ERROR ] 09:58:46 config:390 No JSON object could be decoded Traceback (most recent call last):
ValueError: No JSON object could be decoded I am using Raspberry pi 4 with SW version(s): deluged: 1.3.15 libtorrent: 1.1.11.0 OS: PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" Notes:
|
|||
#3491 | Fixed | Console UI should not depend on core modules | ||
Description |
While looking at a PR removing dependency on core.rpcserver in Web UI I wondered if any other UI components also had core module dependency and found: from deluge.core.preferencesmanager import DEFAULT_PREFS https://github.com/deluge-torrent/deluge/blob/develop/deluge/ui/console/widgets/statusbars.py#L14 This means that it is harder to package console UI without including the core code so should be replaced |
|||
#3492 | Fixed | [Plugin] Add frequency unit to configuration label in blocklist | ||
Description |
Blocklist plugin does not specify the frequency of updates in its configuration windows (app or WebUI) |