Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文件格式为zip,显示b'7z\xbc\xaf'是什么问题呀? #2

Open
SuDuck66 opened this issue Dec 19, 2023 · 2 comments
Open

文件格式为zip,显示b'7z\xbc\xaf'是什么问题呀? #2

SuDuck66 opened this issue Dec 19, 2023 · 2 comments

Comments

@SuDuck66
Copy link

屏幕截图 2023-12-19 105551

@auto-Dog
Copy link
Owner

auto-Dog commented Jan 4, 2024

是分卷压缩文件解压遇到的问题吗?如果不是,看看winrar能不能正常预览这个文件

@auto-Dog
Copy link
Owner

auto-Dog commented Feb 18, 2024

7z官方文档称b'7z\xbc\xaf\x27\x1c'是7z文件的默认标识,可能这个zip文件实际内容还是7z文件。现在代码依赖的stream unzip库只能支持使用Deflate, Deflate64, Bzip2算法压缩出的zip文件,不包括LZMA、PPMd算法压缩出的zip文件以及rar、7z等格式

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants