The ContentDiscoveryCommunity
checks if (required) torrent_checker
is None
#7755
Labels
ContentDiscoveryCommunity
checks if (required) torrent_checker
is None
#7755
The content discovery component requires the torrent checker to be loaded:
tribler/src/tribler/core/components/content_discovery/content_discovery_component.py
Line 21 in b15b079
At the same time, the content discovery community has a lot of workarounds that check for a non-existent torrent checker:
tribler/src/tribler/core/components/content_discovery/community/content_discovery_community.py
Lines 120 to 121 in b15b079
Either the torrent checker should not be required or the checks should be removed. To stay in line with the status quo, we should probably remove the checks.
The text was updated successfully, but these errors were encountered: