Node.js troubleshooting: Child process spawn output is (sometimes) empty
My Node.js application uses child_process.spawn() to invoke ffmpeg for inspecting audio and video files. This code had been running without fail for many months. How come it suddenly started sporadically returning empty results? Recently, I was preparing for an important demo of Growl, the technolo…
Chris Hickman