linuxserver / docker-deluge

GNU General Public License v3.0
244 stars 90 forks source link

[BUG] <title> #203

Closed madsholmvittrup closed 1 day ago

madsholmvittrup commented 3 months ago

Is there an existing issue for this?

Current Behavior

bug,

Expected Behavior

RuntimeError: invalid torrent handle used [libtorrent:20] 12:06:01 [ERROR ][deluge.ui.client :1672] RPCError Message Received!

RPCRequest: core.get_filter_tree()

RuntimeError invalid torrent handle used [libtorrent:20]: Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/deluge/core/rpcserver.py", line 334, in dispatch ret = self.factory.methods[method](*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/deluge/core/core.py", line 788, in get_filter_tree return self.filtermanager.get_filter_tree(show_zero_hits, hide_cat) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/deluge/core/filtermanager.py", line 201, in get_filter_tree items = {field: self.tree_fields[field]() for field in tree_keys} ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/deluge/core/filtermanager.py", line 236, in _init_state_tree self.filter_state_active(self.torrents.get_torrent_list()) File "/usr/lib/python3.12/site-packages/deluge/core/filtermanager.py", line 255, in filter_state_active status = self.torrents[torrent_id].get_status( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/deluge/core/torrent.py", line 1037, in get_status status_dict[key] = self.status_funcs[key]() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/deluge/core/torrent.py", line 1100, in 'download_payload_rate': lambda: self.status.download_payload_rate, ^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/deluge/core/torrent.py", line 1076, in status self.status = self.handle.status() ^^^^^^^^^^^^^^^^^^^^ RuntimeError: invalid torrent handle used [libtorrent:20]

Steps To Reproduce

after a while

Environment

- OS:
- How docker service was installed:
Unraid

CPU architecture

x86-64

Docker creation

unknowen

Container logs

unknowen
github-actions[bot] commented 3 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

github-actions[bot] commented 3 months ago

A human has marked this issue as invalid, this likely happened because the issue template was not used in the creation of the issue.

LinuxServer-CI commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.