inlife / nexrender-boilerplate

Boilerplate project for rendering a video using nexrender.
MIT License
58 stars 18 forks source link

no such file or directory #19

Closed Ariel2013 closed 4 years ago

Ariel2013 commented 5 years ago

exo me, I got an error like this for hours.

$ node start.js
Started local static server at port: 23234
Project {
  uid: 'UVFgZwFL-',
  state: 'queued',
  template: 'project.aepx',
  composition: 'main',
  type: 'default',
  assets:
   [ { type: 'project',
       name: 'project.aepx',
       src: 'http://localhost:23234/assets/nm05ae12.aepx' },
     { type: 'image',
       name: 'background.jpg',
       src: 'http://localhost:23234/assets/2016-aug-deep.jpg',
       filters: [Array] },
     { type: 'image',
       name: 'nm.png',
       src: 'http://localhost:23234/assets/nm.png' },
     { type: 'audio',
       name: 'audio.mp3',
       src: 'http://localhost:23234/assets/deep_60s.mp3' },
     { type: 'script',
       name: 'data.js',
       src: 'http://localhost:23234/assets/2016-aug-deep.js' } ],
  actions: [],
  settings:
   { outputModule: 'test',
     startFrame: 0,
     endFrame: 3600,
     outputExt: 'mov' },
  errorMessage: null,
  callbacks: {},
  ticker: null,
  api: null,
  error: null }
[UVFgZwFL-] setting up project...
[UVFgZwFL-] downloading assets...
[UVFgZwFL-] renaming assets...
[UVFgZwFL-] filtering image assets...
[UVFgZwFL-] patching project...
[UVFgZwFL-] rendering project...
[UVFgZwFL-] verifying project...
--------------------------
[UVFgZwFL-] project failed
--------------------------

Error message: ENOENT: no such file or directory, stat 'temp/UVFgZwFL-/result.mov'
{ Error: ENOENT: no such file or directory, stat 'temp/UVFgZwFL-/result.mov'
  errno: -2,
  code: 'ENOENT',
  syscall: 'stat',
  path: 'temp/UVFgZwFL-/result.mov' }

what I did:

  1. clone the project
  2. change the aerender path
  3. create a new outputModule in AE named 'test', and change outputExt to 'mov'
  4. start

PS: my workmate works well as I do. Orz.

my env: MacOS 10.14.1, AE2018/2014.

I'm new for AE, thanks for any help. Orz

Ariel2013 commented 5 years ago

this is output result: image

inlife commented 5 years ago

that is interestingly weird for some reason AE isnt outputting any file, maybe some file read/write permission issues?

Ariel2013 commented 5 years ago

that is interestingly weird for some reason AE isnt outputting any file, maybe some file read/write permission issues?

thanks for reply.

Two of my workmates work well. It should be my own problem.

I try sudo just now, failed still. /(ㄒoㄒ)/

inlife commented 5 years ago

try to render manually, via AE, maybe you will see some errors or something like that

Ariel2013 commented 5 years ago

Thanks. I'll try it.

Ariel2013 commented 5 years ago

i try to run aerender in command line, got error. image i actually cannot google it.

but render via AE APP works well.

im really at a loss. ( ̄o ̄) .

inlife commented 5 years ago

seems like something is wrong with your particular AE installation somehow

inlife commented 5 years ago

seems to me that it might be related to the scripts folder, have you ever edited/added some scripts to AE ?

Ariel2013 commented 5 years ago

seems to me that it might be related to the scripts folder, have you ever edited/added some scripts to AE ?

im not familiar with AE, maybe i did something wrong while installing.

ill try to reinstall it later.

thank u so much. :)

akashtsitestrokes commented 5 years ago

Hello inlife,

I am also getting the same error. The output file is not generating.

Thanks.

inlife commented 5 years ago

@akashtsitestrokes can you check what errors does your AE report when you attempt to render ?