Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (304 - 306 of 2447)

Ticket Resolution Summary Owner Reporter
#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):

File "/usr/lib/python2.7/dist-packages/deluge/config.py", line 388, in load

self.config.update(json.loads(data[start:end]))

File "/usr/lib/python2.7/json/init.py", line 339, in loads

return _default_decoder.decode(s)

File "/usr/lib/python2.7/json/decoder.py", line 364, in decode

obj, end = self.raw_decode(s, idx=_w(s, 0).end())

File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode

raise ValueError("No JSON object could be decoded")

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 Calum
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 FacundoAcevedo
Description

Blocklist plugin does not specify the frequency of updates in its configuration windows (app or WebUI)

PR: https://github.com/deluge-torrent/deluge/pull/322

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.