Rasa_nlu.server cannot load model?

Seem this is a duplicate question of Rasa NLU Server: “error”: “Unable to initialize persistor” Isn’t it?

I think you can solve your problem by specifying in the request the model you want to use. For example:

curl -XPOST http://my_rasa_nlu_server:5001/parse -d '{"q":"hello there", "model": "current"}'

Hope it helps.