-
Notifications
You must be signed in to change notification settings - Fork 148
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
bug: API /models/start
does not work - weird response message
#1475
Comments
After stopping the server and restarting it, I was able to make it work, but sending the 2nd request resulted in the same issue. It might be a zombie process or something from the past. Now I received a 409 from the CLI but a 400 with this strange message from the API. |
Oh, it's another issue then; 500 when there's no engine setup. I installed the engine, but it's still 500. Restarting the server doesn't seem to work. |
Cortex version
v1.0.0-168
Describe the Bug
I'm checking out the latest nightly version, started the server successfully, however, when I request
/models/start
, it returns a 400 error with a very peculiar message response:"om "
. Please see the attached screenshot. I can run the model via CLI tho.Steps to Reproduce
/models/start
request, with correct model name or aliasScreenshots / Logs
What is your OS?
What engine are you running?
The text was updated successfully, but these errors were encountered: