Sequence.getSettings() makes Premiere crash

Hi! :slight_smile:

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! :sparkles:

Just ran into same issues, and wanted to confirm calling getSettings is causing a crash.

Also, SequenceSettings, which the doc says it returns, are not included in the docs.

1 Like