It appears that bodymovin will crash with render failed randomly during our export.
Is there a way to debug this?
It appears that we're able to debug the extension using:
chrome://inspect/#devices
And configuring the port addresses with the following
There I can verify that the reason it is failing is due to a broken else statement as it states it inside of the console.
else
console
Bodymovin uses Esprima.js in order to parse the expressions, and if there is a syntax error, it may crash.
Esprima.js
It appears that we're able to debug the extension using:
chrome://inspect/#devicesAnd configuring the port addresses with the following
There I can verify that the reason it is failing is due to a broken
elsestatement as it states it inside of theconsole.Bodymovin uses
Esprima.jsin order to parse the expressions, and if there is a syntax error, it may crash.