alphakevin / unoconv-server

A simple RESTful server for converting documents using unoconv
MIT License
21 stars 15 forks source link

Unhandled 'error' event spawn unoconv ENOENT #1

Closed Anil-bohorya closed 6 years ago

Anil-bohorya commented 6 years ago

unoconv-server username$ ./unoconv-server start

starting unoconv listener...

events.js:182 throw er; // Unhandled 'error' event ^

Error: spawn unoconv ENOENT at exports._errnoException (util.js:1024:11)

Getting this error while starting server in OSX yosemite

alphakevin commented 6 years ago

@Anil-bohorya, please try install unoconv via brew and libreoffice 3.6.5, there is still some issue in MAC OS, see here: https://github.com/dagwieers/unoconv/issues/391

alphakevin commented 6 years ago

This issue possibly because unoconv is not installed properly;

if you do not need development for unoconv-server, you can check out the ready-for-use docker version:

https://github.com/alphakevin/unoconv-server#playing-with-docker