Ran into KeyError: 'trackerList' in Torrent.py Line 645
In this function:
def tracker_list(self) -> list[str]:
"""list of str of announce URLs"""
return [x for x in self.fields["trackerList"].splitlines() if x]
It seems like the key "trackerList" isn't exist in fields anymore.
2 条评论