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
It should be preventing you from reading a torrent file that incorrectly contains trailing data. You can unmarshal the metainfo yourself if you expect to have extra data or don't care about errors.
I found this commit 32c406f9fec12c66bf62c1ad6e0c38be4f425b75 , it cause return error when I called
metainfo.LoadFromFile(filename)
.But the
Metainfo
is still returned, can I ignore this particular error? I don't know the purpose of this submit, maybe this is a bug?The text was updated successfully, but these errors were encountered: