patches icon indicating copy to clipboard operation
patches copied to clipboard

running locally: upload image leads to MongooseError.ValidationError + exiftool errors

Open esaruoho opened this issue 6 years ago • 3 comments

Alaa on Vizor Public Slack posted these errors:

ValidationError: Image validation failed at MongooseError.ValidationError

CastError: Cast to Object failed for value “Fatal Error: Unable to load exiftool. Error: spawn exiftool ENOENT” at path “original” at MongooseError.CastError

esaruoho avatar Oct 19 '17 13:10 esaruoho

mongoose

untitled

untitled 1

esaruoho avatar Dec 13 '17 15:12 esaruoho

Mac OS X:

sudo brew update sudo brew install exiftool

Ubuntu:

sudo apt-get update sudo apt-get install libimage-exiftool-perl

Install the appropriate package to get rid of exiftool errors

faizbepari19 avatar Jan 30 '18 21:01 faizbepari19

A minor addition: omit the sudo- you won't need it on OS X, but in the long run, it tends to run you into trouble because at some point in time you'll have to sudo everything. Just run:

brew update
brew install exiftool

stephanrauh avatar Nov 10 '22 09:11 stephanrauh