HeyMaslo / companion-server

This is the official repository of the maslo companion server
https://heymaslo.github.io/companion-server/#/
MIT License
21 stars 3 forks source link

fix: The timeout error #5

Closed vitorbarros closed 4 years ago

vitorbarros commented 4 years ago

The timeout error was not only because of timeout config, but this function "await faceExpressionModel.classify(faceCrop)" was returning a rejection of a promise which was causing the application to crash and to reach timeout; In the next days I will refactor the express server configuration and abstract the TensorFlow implementation.