Custom Query (2445 matches)
Results (19 - 21 of 2445)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3491 | Fixed | Console UI should not depend on core modules | Cas | |
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 |
|||
#3490 | Invalid | Deluge cannot start - No JSON object could be decoded | hazikimert | |
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:
|
|||
#3489 | Fixed | copy magnet link | fastrizwaan | |
Description |
Hi Cas, It would be nice to copy the magnet link from downloading torrents in deluge for sharing. Qbittorrent allows copying the magnet links. Thanks. Rizvan |