inlife / nexrender

📹 Data-driven render automation for After Effects
https://www.nexrender.com
MIT License
1.64k stars 325 forks source link

my server crashes with error 500 #128

Closed shogothpl closed 5 years ago

shogothpl commented 5 years ago

Hi, First of all I'd like to thank you for the fantastic job you've done.

I have the issue with assets files larger than 1GB - the server crashes with Internal Server Error 500. Do you know how to deal with this issue?

Thanks for help in advance.

inlife commented 5 years ago

Hey @shogothpl !

Could you please provide the following information:

shogothpl commented 5 years ago

Hi @inlife

I've built the system that catches the rendering requests from other server (send by POST) and then the json with job is being amended and send to nexrender. Everything works perfectly fine except the situation when the assets files (f.i. mov) with file size over 1GB are generating Internal Server Error 500. The npm version is: 6.4.1.

inlife commented 5 years ago

i assume its related to file size limitations for http requests handled by http server which is serving assets is it being run by you? have you checked ability to download an asset directly using your browser?

P.S. i would recommend to switch to version 1.x

shogothpl commented 5 years ago

I think my server has the limitation. Thank you for your help.