ITADN

Ran into KeyError: 'trackerList' in Torrent.py Line 645

#594OpenMichael-YS 创建于 2026-01-30
M
Michael-YScommented
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 条评论