Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Couldn't find a result file: result.mp4 #989

Open
dominicosavio opened this issue May 9, 2024 · 2 comments
Open

Error: Couldn't find a result file: result.mp4 #989

dominicosavio opened this issue May 9, 2024 · 2 comments

Comments

@dominicosavio
Copy link

dominicosavio commented May 9, 2024

I am very new to nexrender, and I got this error. I have searched the net but couldn't find any answer regarding to this error.

Error: Command failed: nexrender-cli --file temp_config_v1.json > job rendering failed
Error: Couldn't find a result file: /var/folders/d8/yzcvyzzj127gtxvyss32gt7sn3vxlg/T/nexrender/GB7JVXnv3MvfyJ2zCB6s4/result.mp4
at ChildProcess. (/usr/local/lib/node_modules/@nexrender/cli/node_modules/@nexrender/core/src/tasks/render.js:318:31)
at ChildProcess.emit (node:events:517:28)
at maybeClose (node:internal/child_process:1098:16)
at Socket. (node:internal/child_process:450:11)
at Socket.emit (node:events:517:28)
at Pipe. (node:net:350:12)
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:517:28)
at maybeClose (node:internal/child_process:1098:16)
at Socket. (node:internal/child_process:450:11)
at Socket.emit (node:events:517:28)
at Pipe. (node:net:350:12) {
code: 1,
killed: false,
signal: null,
cmd: 'nexrender-cli --file temp_config_v1.json'
}

@dominicosavio dominicosavio changed the title Error: Error in action-encode module (ffmpeg) code : 1 Error: Couldn't find a result file: result.mp4 May 9, 2024
@JamesBotterill
Copy link
Contributor

Can you provide the full output from the cli, it looks like the render failed at some point (hence no mp4) but without seeing the output we'd not know why

@dominicosavio
Copy link
Author

dominicosavio commented May 9, 2024

Here it is:

C:\Users\abc\Desktop\nexrender>node render.js
Error: Command failed: nexrender-cli --file temp_config_v1.json > job rendering failed
Error: Couldn't find a result file: C:\Users\abc\AppData\Local\Temp\nexrender\SOpjBYnkEPDfoKX8ItKgy\result.mp4
at ChildProcess. (C:\Users\abc\AppData\Roaming\npm\node_modules@nexrender\cli\node_modules@nexrender\core\src\tasks\render.js:318:31)
at ChildProcess.emit (node:events:519:28)
at maybeClose (node:internal/child_process:1105:16)
at Socket. (node:internal/child_process:457:11)
at Socket.emit (node:events:519:28)
at Pipe. (node:net:338:12)
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:519:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
code: 1,
killed: false,
signal: null,
cmd: 'nexrender-cli --file temp_config_v1.json'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants