-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] <title> #203
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
A human has marked this issue as invalid, this likely happened because the issue template was not used in the creation of the issue. |
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. |
This issue is locked due to inactivity |
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_fieldsfield 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_funcskey
^^^^^^^^^^^^^^^^^^^^^^^^
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
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: