Just encountered this bug this morning, I introduced a very short string to my arb file:
"byLine": "by {name}",
"@byLine": {
"placeholders": {
"name": {
"type": "String"
}
}
}
With text_expansion_format set to 'repeatVowels' , this resulted in the script failing to complete. Removing this line worked, as did changing the text_expansion_format to 'exclamationMarks'
Just an FYI for anyone else who encounters this strange bug someday.