Recently deluge was updated to 2.1.0-0~202206282059~ubuntu22.04.1. When I
added torrent via magnet link, nothing happened. No download ever started.
There were no DHT nodes, so no trackers as well. I deleted torrent and
added it again by downloading file. Now tracker announcement worked, but
still no download. I downgraded to 2.0.3 from Ubuntu and download started
immediately.
Now, there is still no DHT nodes even woth 2.0.3 so it is possible that
something else has changed with my provider. But it does not explain why
download did not work with normal torrent.
Deluge has been working with this provider for years in all previous
versions I used (I started with 1.x, do not remember exactly).
I am happy to collect whatever diagnostic is needed if you explain how.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3533>
Deluge <https://deluge-torrent.org/>
Deluge Project
Comment (by Zhoardkell):
It looks like something changed in libtorrent you have to assign the
listen_interface for ipv6.
This does not seem to be possible in deluge but you can do it in ltConfig.
listen_interfaces 0.0.0.0:6881,[::]:6881 - binds to all interfaces on port
6881.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3533#comment:1>