Skip to content

AbortError: The play() request was interrupted by a new load request. #216

@gajrajgchouhan

Description

@gajrajgchouhan

Getting this error, on the following line.

async _attachMediaSource() {
        this._audioElement.loop = false;
        this._audioElement.src = URL.createObjectURL(this._mediaSource);
        await this._mediaSourceOpen;
    }

The error occurs on the 2nd line of the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions