{{{
13:55:31 [WARNING ][deluge.core.core :655 ] Session status
key not valid: num_connections
13:55:32 [WARNING ][deluge.core.core :655 ] Session status
key not valid: dht_cache_nodes
13:55:32 [WARNING ][deluge.core.core :655 ] Session status
key not valid: num_connections
13:55:33 [WARNING ][deluge.core.core :655 ] Session status
key not valid: dht_cache_nodes
13:55:33 [WARNING ][deluge.core.core :655 ] Session status
key not valid: num_connections
}}}
My guess is that Deluge 2.0 is confused by old torrents from Deluge 1.3.
Any ideas on how to make the log spam stop?
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3310>
Deluge <https://deluge-torrent.org/>
Deluge Project
* priority: minor => major
* component: Core => Plugin
* milestone: needs verified => 2.0.4
Comment:
This looks like a plugin, probably Stats using invalid keys that should be
fixed.
Also wonder if this message should be Info or Debug level however then it
would not have prompted opening this ticket ;)
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3310#comment:1>
Comment (by edechamps):
Your hypothesis is spot on! The following workaround fixes the log spam
completely:
{{{
# chmod 000 /usr/lib/python3/dist-packages/deluge/plugins/Stats-0.4.egg
}}}
I'm a bit confused as to why I have the Stats plugin installed at all,
considering that on the [[Plugins]] page it is described as "Unmaintained"
and unsupported in Deluge 2.x. I noticed the
[https://packages.debian.org/sid/all/deluge-common/filelist deluge-common]
Debian package (which is what I'm using) has it built-in, and I'm guessing
that's because it's in the [https://git.deluge-
torrent.org/deluge/tree/deluge/plugins?h=deluge-2.0.3 main repository]
that the package is built from.
If the Stats plugin truly is unsupported in Deluge 2.x, then maybe it
should be removed from the main repository, or at least not installed by
default?
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3310#comment:2>
Comment (by bro):
The Stats plugin was incorrectly placed in the unmaintained section. It is
maintained as part of Deluge and has been moved to the included section.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3310#comment:3>
* status: new => closed
* resolution: => Fixed
Comment:
Fixed in develop: [ea609cd3e019] & [588f600ba281a6]
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3310#comment:4>