-
Notifications
You must be signed in to change notification settings - Fork 29
Description
In my repo, an user is having issue with some of his/her torrent files (link to original issue). I have filtered out files that are causing errors and uploaded them here. These torrent files can be read just fine in qBittorrent (macOS).
The majority of the files throw exceptions when using Torrent.from_file with the exception of file 3.torrent.
` char.ool.exceptions.BencodeDecodingError: Unable to interpret `: file 1, 2, 5
torrentool.exceptions.BencodeDecodingError: Unable to interpret `:` char.: file 4, 6
torrentool.exceptions.BencodeDecodingError: Unable to interpret `` char.: file 7
For file 3.torrent, Torrent.from_file works fine but when I try to read the name property, it throws this error: AttributeError: 'list' object has no attribute 'get'.