Python LZMA Corrupt data error when trying to decompress

后端 未结 0 1802
感情败类
感情败类 2021-02-19 11:14
response = requests.get(\'http://content.warframe.com/PublicExport/index_en.txt.lzma\')
data = lzma.decompress(response.content)

The error I am getting

相关标签:
回答
  • 消灭零回复
提交回复
热议问题