Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
esaruoho opened this issue Oct 19, 2017 · 3 comments

Comments

@esaruoho
Copy link
Contributor

esaruoho commented Oct 19, 2017

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
Copy link
Contributor Author

mongoose

untitled

untitled 1

@faizbepari19
Copy link

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

@stephanrauh
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants