mifi / editly

Slick, declarative command line video editing & API
MIT License
4.75k stars 309 forks source link

Remote requests are not allowed with AWS s3 presigned URLs #231

Closed matukaking closed 1 year ago

matukaking commented 1 year ago

Caught error AssertionError [ERR_ASSERTION]: Remote requests are not allowed at assertFileValid (file:///C:/Users/albre/AppData/Roaming/npm/node_modules/editly/util.js:165:5) at handleLayer (file:///C:/Users/albre/AppData/Roaming/npm/node_modules/editly/parseConfig.js:55:13) at pMap.concurrency (file:///C:/Users/albre/AppData/Roaming/npm/node_modules/editly/parseConfig.js:164:14) at file:///C:/Users/albre/AppData/Roaming/npm/node_modules/editly/node_modules/p-map/index.js:141:26 { generatedMessage: false, code: 'ERR_ASSERTION', actual: undefined, expected: true, operator: '==' }

mifi commented 1 year ago

use allowRemoteRequests

matukaking commented 1 year ago

Could you tell me where can i do that please?

matukaking commented 1 year ago

"allowRemoteRequests": true, Thank you!