ZIP files are truncated at approximately 2GB (example sizes: 2,151,632,809 and 2,152,286,114)
The following error is displayed when attempting to convert
Traceback (most recent call last):
File "/home/username/bin/warctozip.py", line 63, in <module>
sys.exit(main(sys.argv))
File "/home/username/bin/warctozip.py", line 42, in main
dump_record(fh, outzip)
File "/usr/lib/python2.7/zipfile.py", line 824, in __exit__
self.close()
File "/usr/lib/python2.7/zipfile.py", line 1371, in close
" would require ZIP64 extensions")
zipfile.LargeZipFile: Central directory offset would require ZIP64 extensions
ZIP files are truncated at approximately 2GB (example sizes: 2,151,632,809 and 2,152,286,114)
The following error is displayed when attempting to convert