You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method _fetch_list_result in clients/rtorrent.py fails (and crashes) when dht is the only tracker provided; at line tracker = get_tracker_domain(torrent[10][0][0]). Wrapping this in a try-catch and returning "None" fixes it; but the problem is in splitting the tracker URL (it's blank on DHT.)
The text was updated successfully, but these errors were encountered:
The method
_fetch_list_result
in clients/rtorrent.py fails (and crashes) when dht is the only tracker provided; at linetracker = get_tracker_domain(torrent[10][0][0])
. Wrapping this in a try-catch and returning "None" fixes it; but the problem is in splitting the tracker URL (it's blank on DHT.)The text was updated successfully, but these errors were encountered: