It appears that bodymovin will crash with render failed randomly during our export.
Is there a way to debug this?
It appears that bodymovin will crash with render failed randomly during our export.
Is there a way to debug this?
Copyright © 2021 Jogjafile Inc.
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.