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
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'.
The text was updated successfully, but these errors were encountered:
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 file3.torrent
.` char.ool.exceptions.BencodeDecodingError: Unable to interpret `
: file 1, 2, 5torrentool.exceptions.BencodeDecodingError: Unable to interpret `:` char.
: file 4, 6torrentool.exceptions.BencodeDecodingError: Unable to interpret `` char.
: file 7For file
3.torrent
,Torrent.from_file
works fine but when I try to read thename
property, it throws this error:AttributeError: 'list' object has no attribute 'get'
.The text was updated successfully, but these errors were encountered: