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

RangeError: Maximum call stack size exceeded #7

Open
dilignt opened this issue Nov 12, 2020 · 0 comments
Open

RangeError: Maximum call stack size exceeded #7

dilignt opened this issue Nov 12, 2020 · 0 comments

Comments

@dilignt
Copy link

dilignt commented Nov 12, 2020

I'm occasionally seeing the following exceptio thrown from zipson

(node:17412) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded at buildTemplate (C:\workspaces\server\node_modules\zipson\lib\compressor\template\object.js:51:23) at new TemplateObject (C:\workspaces\server\node_modules\zipson\lib\compressor\template\object.js:13:33) at Object.compressObject [as object] (C:\workspaces\server\node_modules\zipson\lib\compressor\object.js:11:26) at Object.compressAny [as any] (C:\workspaces\server\node_modules\zipson\lib\compressor\any.js:31:21) at Object.compressObject [as object] (C:\workspaces\server\node_modules\zipson\lib\compressor\object.js:32:29) at Object.compressAny [as any] (C:\workspaces\server\node_modules\zipson\lib\compressor\any.js:31:21) at Object.compressObject [as object] (C:\workspaces\server\node_modules\zipson\lib\compressor\object.js:32:29) at Object.compressAny [as any] (C:\workspaces\server\node_modules\zipson\lib\compressor\any.js:31:21) at Object.compressObject [as object] (C:\workspaces\server\node_modules\zipson\lib\compressor\object.js:32:29) at Object.compressAny [as any] (C:\workspaces\server\node_modules\zipson\lib\compressor\any.js:31:21)
It doesn't appear to stop it working though - the client still decodes correctly - but it would be nice not to see this in the logs

many thanks

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