Skip to content

Incorrect library version in download-assets.js #861

Open
@rotelstift

Description

@rotelstift

Description:

It appears that the version of the library being downloaded in the script is incorrect. Specifically, in the file scripts/download-assets.js, line 10 shows the version as 0.12.10, but it seems the correct version should be 0.12.9.

ref: https://app.unpkg.com/@ffmpeg/[email protected]

Impact:

Because the script attempts to download a non-existent version (0.12.10), it results in an error rather than downloading an incorrect version.

Error Details:

The following error is thrown when attempting to download the incorrect version:

Error: TAR_BAD_ARCHIVE: Unrecognized archive format
... (omitted) ...
  recoverable: false,
  file: 'core-mt-0.12.10.tgz',
  cwd: '/MY_PATH_TO/FFmpeg/apps/vanilla-app/public/assets/core-mt',
  code: 'TAR_BAD_ARCHIVE',
  tarCode: 'TAR_BAD_ARCHIVE'

Thank you for your attention to this matter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions