Answered
Illustrator error occurred: 1346458189 ('MRAP')
Getting this error when trying to `applyEffect` free distort
var effectString =
'<LiveEffect name="Adobe FreeDistort"><Dict data="DistortTopLeftX 0 DistortTopLeftY 0 DistortTopRightX 50 DistortTopRightY -20 DistortBottomLeftX -10 DistortBottomLeftY 70 DistortBottomRightX 60 DistortBottomRightY 50"/></LiveEffect>';
item.applyEffect(effectString);The problem seems to be caused by the application of the live effect, as the code worked with a simple effect applied, and I'm applying it to a simple PathItem.
While searching it seems like the error is a vague one, so any help would be appreciated
