We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm the getting the following error when trying to archive two folders of ~4.20GB size (98,082 files and 7,450 folders):
RangeError [ERR_INVALID_OPT_VALUE]: The value "80487" is invalid for option "value"
I have tried both 0.4.13 and 0.4.11 and received the same error. I have also tried 0.4.7 with no luck.
The text was updated successfully, but these errors were encountered:
#218 Similar issue but with older version that seems to have been fixed.
Sorry, something went wrong.
@Thorsten-SCE @cthackers Any ideas?
Possible duplicate of #289
80487 seems to hit the files limit 65534. Storing so many files needs probably zip64 format.
No branches or pull requests
I'm the getting the following error when trying to archive two folders of ~4.20GB size (98,082 files and 7,450 folders):
RangeError [ERR_INVALID_OPT_VALUE]: The value "80487" is invalid for option "value"
I have tried both 0.4.13 and 0.4.11 and received the same error. I have also tried 0.4.7 with no luck.
The text was updated successfully, but these errors were encountered: