Skip to content

Unguarded media fetch in the embedder-scheme save path can surface a raw "Failed to fetch" #574

Description

@maboa

hyperaudio-save.js:1960 calls fetchRemoteMediaFile(embedderSrc) with no try/catch, while the sibling branch for plain remote media (line 1972) wraps the same call and offers a "save with a link instead" fallback. If a host application's scheme handler fails or is slow to fail, the raw TypeError reaches the user as "Failed to fetch" and the save is lost rather than degraded. Give it the same treatment as the remote branch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions