#3322: All torrents disappear occasionally after restart
------------------------+---------------------
Reporter: Alexey104 | Owner:
Type: bug | Status: new
Priority: minor | Milestone: 2.0.4
Component: Unknown | Version: develop
Resolution: | Keywords:
------------------------+---------------------
Comment (by digifuzzy):
Tried webUI. Same problem occurs.
Was able to get into console. There the count of torrents was wrong and
seeding torrents were missing. However, I was able to pipe the errors to
file. Traceback below appeared:
{{{
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/deluge/transfer.py", line 130, in
_handle_complete_message
rencode.loads(zlib.decompress(data), decode_utf8=True)
File "/usr/lib/python3.7/site-packages/deluge/ui/client.py", line 133,
in message_received
d.callback(request[2])
File "/usr/lib/python3.7/site-packages/twisted/internet/defer.py", line
460, in callback
self._startRunCallbacks(result)
File "/usr/lib/python3.7/site-packages/twisted/internet/defer.py", line
568, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python3.7/site-packages/twisted/internet/defer.py", line
654, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python3.7/site-
packages/deluge/ui/console/modes/torrentlist/torrentview.py", line 127, in
update_state
self.torrent_names.append(ts['name'])
builtins.KeyError: 'name'
}}}
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3322#comment:4>
Deluge <https://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/deluge-dev/063.07f90218155a6d2d78535fc801b012be%40deluge-torrent.org.