Hi!
When I execute this script and follow the execution with the debug feature, it crashes on getSettings()
.
async function createSequence() {
const project = await getProject();
const sequence = await project.createSequence("TEST_CRASH");
const settings = await sequence.getSettings();
}
I read these posts :
But I cannot see any update on these since more than one month.
Is there a fix soon?
There is an other way to create a Sequence with the settings of an existing one?
Thanks!