node-youtube-dl icon indicating copy to clipboard operation
node-youtube-dl copied to clipboard

Failed error

Open Undermaks opened this issue 4 years ago • 1 comments

Yo, rly idk where to find "commands" in this module, but pls help me xD

I have this error: Error: input stream: Command failed with exit code 127: /home/container/node_modules/youtube-dl/bin/youtube-dl --dump-json --format=18 http://www.youtube.com/watch?v=iBD5vR2bgKU at makeError (/home/container/node_modules/execa/lib/error.js:56:11) at handlePromise (/home/container/node_modules/execa/index.js:114:26) at processTicksAndRejections (internal/process/task_queues.js:97:5) { command: '/home/container/node_modules/youtube-dl/bin/youtube-dl --dump-json --format=18 http://www.youtube.com/watch?v=iBD5vR2bgKU', exitCode: 127, signal: undefined, signalDescription: undefined, stdout: '', stderr: "/usr/bin/env: 'python': No such file or directory", failed: true, timedOut: false, isCanceled: false, killed: false }

My code: https://hastebin.com/imokapobin.typescript

Undermaks avatar Nov 29 '20 17:11 Undermaks

same error

mhm13dev avatar Feb 01 '21 15:02 mhm13dev