mattandrews / rhubarb-crumble

Take the output of Rhubarb (https://github.com/DanielSWolf/rhubarb-lip-sync) and turn it into ffmpeg-powered video
6 stars 1 forks source link

getting Error: spawn ./rhubarb/rhubarb ENOENT #1

Open fvthakor opened 1 year ago

fvthakor commented 1 year ago

but getting error like that:

0. About to begin... brace yourself
node:events:491
      throw er; // Unhandled 'error' event
      ^

Error: spawn ./rhubarb/rhubarb ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
    at onErrorNT (node:internal/child_process:485:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on ChildProcess instance at:
    at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)
    at onErrorNT (node:internal/child_process:485:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn ./rhubarb/rhubarb',
  path: './rhubarb/rhubarb',
  spawnargs: [
    'speech.wav',
    '--dialogFile speech.txt',
    '--exportFormat json',
    '--quiet',
    '--extendedShapes',
    'GHX'
  ]
}

image

CarlosForriol commented 11 months ago

Same, Did you solved it??

fvthakor commented 11 months ago

no