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

Error reading the file: Cannot create a string longer than 0x1fffffe8 characters #1

Closed
justindhillon opened this issue Nov 2, 2023 · 2 comments

Comments

@justindhillon
Copy link
Owner

Program gives this error if a file being scanned is larger than 512MB. 0x1fffffe8 is exactly 512MB.

Here is a stack overflow with possible solutions: https://stackoverflow.com/questions/68230031/cannot-create-a-string-longer-than-0x1fffffe8-characters-in-json-parse

@justindhillon
Copy link
Owner Author

Here is a temporary fix for this issue #5. This issue will stay open because a permanent solution still needs to be implemented. Large files are skipped, which is not ideal.

@justindhillon
Copy link
Owner Author

Permanent fix finally implemented in #47

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

1 participant