You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: