python3 库和 ubuntu 种子文件。但我无法解析种子文件。
这是我所拥有的:
fd = open("filename","rb")
bdecode(fd.read())
他们返回了一个错误:
raise BTFailure("not a valid bencoded string")
bencode.BTL.BTFailure: not a valid bencoded string
有人知道出了什么问题吗?
python3 库和 ubuntu 种子文件。但我无法解析种子文件。
这是我所拥有的:
fd = open("filename","rb")
bdecode(fd.read())
他们返回了一个错误:
raise BTFailure("not a valid bencoded string")
bencode.BTL.BTFailure: not a valid bencoded string
有人知道出了什么问题吗?