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

Uncaught TypeError: value is out of bounds #23

Closed
SqrTT opened this issue May 23, 2016 · 3 comments
Closed

Uncaught TypeError: value is out of bounds #23

SqrTT opened this issue May 23, 2016 · 3 comments

Comments

@SqrTT
Copy link

SqrTT commented May 23, 2016

Hi,
We are faced with issue that throws this error.

At buffer.js:825

TypeError: value is out of bounds
    at checkInt (buffer.js:825:11)
    at Buffer.writeUInt16LE (buffer.js:883:5)
    at getEndOfCentralDirectoryRecord (/Users/adamclason/.atom/packages/Bart/node_modules/yazl/index.js:220:10)
    at pumpEntries (/Users/adamclason/.atom/packages/Bart/node_modules/yazl/index.js:185:33)
    at ByteCounter.<anonymous> (/Users/adamclason/.atom/packages/Bart/node_modules/yazl/index.js:142:5)
    at emitNone (events.js:72:20)
    at ByteCounter.emit (events.js:166:7)
    at endReadableNT (_stream_readable.js:905:12)
    at doNTCallback2 (node.js:465:9)
    at process._tickCallback (node.js:379:17)

Is there some way to increase count of files?

PS. Thanks for module. :)

@SqrTT
Copy link
Author

SqrTT commented May 23, 2016

It's sad but look like this is limitation of zip format... so closing issue.

@SqrTT SqrTT closed this as completed May 23, 2016
@thejoshwolfe
Copy link
Owner

what you're looking for is #6: ZIP64 support. I have plans to make this happen, but it's a bit complicated and, I could use some external motivation :)

I'll see about implementing something useful for you soon.

@thejoshwolfe
Copy link
Owner

yazl 2.4.0 is published, which includes ZIP64 support. This issue should be solved if you update to the latest yazl. please let me know if you run into any issues.

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