vitrivr/cineast

API starts interactive cli anyway

x4e-jonas opened this issue · 0 comments

When you start the cineast Docker container with api cineast.json it will show you the Welcome to the interactive Cineast CLI. anyway and you end up with a (broken) cineast> prompt. In case of Docker, the API server will then stop because there is no TTY.

Since there is a dedicated climode, I'd not expect the API to require an interactive terminal.

Relevant code is probably here:

Changing enableCLI to false has no effect here.