gm icon indicating copy to clipboard operation
gm copied to clipboard

Command Failed Error

Open crosofg opened this issue 9 years ago • 3 comments

I am getting this error

F:\Technology\Learning\Projects\faya\whispering-sierra-69547\tests>node gm.js
{ '0':
   { Error: Command failed:
       at ChildProcess.onExit (F:\Technology\Learning\Projects\faya\whispering-sierra-69547\node_modules\gm\lib\command.js:301:17)
       at emitTwo (events.js:106:13)
       at ChildProcess.emit (events.js:191:7)
       at ChildProcess.cp.emit (F:\Technology\Learning\Projects\faya\whispering-sierra-69547\node_modules\cross-spawn\lib\enoent.js:40:29)
       at maybeClose (internal/child_process.js:877:16)
       at Socket.<anonymous> (internal/child_process.js:334:11)
       at emitOne (events.js:96:13)
       at Socket.emit (events.js:188:7)
       at Pipe._handle.close [as _onclose] (net.js:493:12) code: 1, signal: null },
  '1': '',
  '2': '',
  '3': 'gm "convert" "F:/Technology/Learning/Projects/faya/whispering-sierra-69547/tests/cat.jpg" "-blur" "19x10" "F:/Technology/Learning/Projects/faya/whispering-sierra-69547/tests/blur.jpg"' }

crosofg avatar Oct 22 '16 20:10 crosofg

Try Bash on Windows

ossso avatar Nov 28 '16 09:11 ossso

Facing the same issue.

hassannomani avatar Feb 01 '18 07:02 hassannomani

I am having this same issue but only when deployed on GAE. Everything work great locally. Seems like it can't process large images.

tommyc38 avatar Aug 28 '19 22:08 tommyc38