Rasa nlu server failure
问题 I started the rasa server by typing this command in cmd: rasa run --enable-api -m models/(my_model).tar.gz --cors "*" --debug I put this command in another cmd: curl -X POST localhost:5005/model/parse -d '{"text":"hello"}' After that I got this error: {"version":"1.2.2","status":"failure","message":"An unexpected error occurred. Error: Failed when parsing body as json","reason":"ParsingError","details":{},"help":null,"code":500} Any help? How can I integrate Rasa with Node.js? 回答1: Please try