Error: Uncaught RangeError: Maximum call stack size exceeded

We’re using Hype3 to create HTML5 Display Banners and recently came across this error message:

HYPE-596.thin.min.js:30 Uncaught RangeError: Maximum call stack size exceeded
at Array.splice ()
at He (HYPE-596.thin.min.js:30)
at Nb (HYPE-596.thin.min.js:32)
at ib (HYPE-596.thin.min.js:35)
at HYPE-596.thin.min.js:14
at Nb (HYPE-596.thin.min.js:33)
at ib (HYPE-596.thin.min.js:35)
at HYPE-596.thin.min.js:14
at Nb (HYPE-596.thin.min.js:33)
at ib (HYPE-596.thin.min.js:35)

Our Dev Ops team hasn’t been able to resolve the issue or determine the cause of it. Can you please provide some insight into it?

Hype_maximum_call_stack_exceeded.zip (188.9 KB)

Are you seeing this issue only when uploaded to a certain ad network? Or on a certain browser? I can’t reproduce as is, but I know some ad networks will add their own code after upload.

Seeing it on all browsers when we preview via Hype, view the files locally, uploaded onto our project site or through the DoubleClick Ad Validator. The error generally appears towards the end of the animation.

Thanks!

It looks like you had an unused timeline action at the end of your timeline. If you remove the one with an empty JavaScript function it should resolve this issue:

20 PM

3 Likes