mockingbot / react-native-zip-archive

Zip archive utility for react-native
MIT License
420 stars 154 forks source link

There are always 25 files in my link, but when using this component to extract, only 23 are left #294

Closed linhuanfeng closed 10 months ago

linhuanfeng commented 10 months ago

http://118.195.135.211:5656/1012-test.zip 我的链接里总是有25个文件,但是当使用这个组件提取时,只剩下23个

plrthink commented 10 months ago

I can't unzip your archive via other tools like unzip,

~/Desktop ❯ unzip -d test test.zip
Archive:  test.zip
  inflating: test/CHEN XING QUAN_LS1+2_001.stl
  inflating: test/CHEN XING QUAN_LS1+2a_001.stl
  inflating: test/CHEN XING QUAN_LS1+2b_001.stl
  inflating: test/CHEN XING QUAN_LS1+2c_001.stl
  inflating: test/CHEN XING QUAN_LS3_001.stl
  inflating: test/CHEN XING QUAN_LS3a_001.stl
  inflating: test/CHEN XING QUAN_LS3b_001.stl
  inflating: test/CHEN XING QUAN_LS3c_001.stl
  inflating: test/CHEN XING QUAN_LS4+5_001.stl
  inflating: test/CHEN XING QUAN_LS6+8+9+10_001.stl
  inflating: test/CHEN XING QUAN_RS1+2+3_001.stl
  inflating: test/CHEN XING QUAN_RS4_001.stl
  inflating: test/CHEN XING QUAN_RS4a_001.stl
  inflating: test/CHEN XING QUAN_RS4b_001.stl
  inflating: test/CHEN XING QUAN_RS5_001.stl
  inflating: test/CHEN XING QUAN_RS5a_001.stl
  inflating: test/CHEN XING QUAN_RS5b_001.stl
  inflating: test/CHEN XING QUAN_RS6+7+8+9+10_001.stl
error:  cannot create test/CHEN XING QUAN_��»-�_001.stl
        Illegal byte sequence
error:  cannot create test/CHEN XING QUAN_�ʥ�-�_001.stl
        Illegal byte sequence
error:  cannot create test/CHEN XING QUAN_ξ»-�_001.stl
        Illegal byte sequence
error:  cannot create test/CHEN XING QUAN_�-�_001.stl
        Illegal byte sequence
  inflating: test/CHEN XING QUAN_㰦__001.stl
error:  cannot create test/CHEN XING QUAN_�ߢ+_001.stl
        Illegal byte sequence
error:  cannot create test/CHEN XING QUAN_�ߢ+��+�����_001.stl
        Illegal byte sequence

so, may be the file itself has some troubles to solve.