Skip to content

editly crashes on containerized CLI #209

@ebadi

Description

@ebadi
  • [x ] I have tried with the newest version of editly: npm i -g editly or npm i editly@latest
  • [ x] I have tried ffmpeg newest stable version
  • [ x] I have searched for existing issues

I followed the instruction to use containerized CLI:

$ git clone https://github.com/mifi/editly.git
$ cd editly/examples
$ git clone https://github.com/mifi/editly-assets.git assets
$ cd ..
$ docker-compose up

and I got the following error messages:

Step 21/21 : CMD [ "editly" ]
 ---> Running in feba5d611875
Removing intermediate container feba5d611875
 ---> 649cc84c99dd

Successfully built 649cc84c99dd
Successfully tagged editly/editly:latest
Creating editly ... done
Attaching to editly
editly    | internal/modules/run_main.js:54
editly    |     internalBinding('errors').triggerUncaughtException(
editly    |                               ^
editly    | 
editly    | Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader
editly    |     at Loader.defaultResolve [as _resolve] (internal/modules/esm/resolve.js:724:11)
editly    |     at Loader.resolve (internal/modules/esm/loader.js:97:40)
editly    |     at Loader.getModuleJob (internal/modules/esm/loader.js:242:28)
editly    |     at ModuleWrap.<anonymous> (internal/modules/esm/module_job.js:50:40)
editly    |     at link (internal/modules/esm/module_job.js:49:36) {
editly    |   code: 'ERR_UNSUPPORTED_ESM_URL_SCHEME'
editly    | }
editly exited with code 1

@patcon

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