我通过在 cmd 中输入以下命令启动了 nlu 服务器:
rasa run --enable-api -m models/(name of my package).tar
然后在其他 cmd 窗口中输入:
curl localhost:5005/model/parse -d ‘{“text”:“hello”}’
之后我得到一个错误:
{“version”:“1.2.3”,“status”:“failure”,“message”:“An unexpected error
occurred. Error: Failed when parsing body as
json”,“reason”:“ParsingError”,“details”:{},“help”:null,“code”:500}
原因是什么?我应该改变什么以获得正常(200)输出?