paschmann / rasa-ui

Rasa UI is a frontend for the Rasa Framework
MIT License
957 stars 329 forks source link

JSON data in trained model return not found. #192

Closed JoseZamora97 closed 5 years ago

JoseZamora97 commented 5 years ago

Hi, I am getting this when I try one trained model.

image

DanSilvaDev commented 5 years ago

Hi,

By just looking at the error, it's seems that it's not finding your Rasa Core/Nlu. Just a few questions as check mark before going deep into the problem.

Yours Rasa NLU and Core are proper running ? Did you registered them correclty into Rasa UI ? Are you able to call them outside RasaUI, through command line?

JoseZamora97 commented 5 years ago

Hi, Yes, NLU and Core are proper running in port 5000 and 5005 respectively, I go to localhost:5000 and localhost:5005 and a messages like Hello from Rasa NLU appears. What do you mean with registered into Rasa UI? When Rasa UI starts it show me NLU connected , Core connected and Postgres connected image I dont know how to call them outside RasaUI. I have NLU, CORE and Postgres running in dockers and I deploy all througt docker-compose up call from console.

JoseZamora97 commented 5 years ago

@ProgramadorDeValor I really appreciate if you can guide me step by step I been searching for information about this but I don't know how to solve this. I don't understand English well and I think I am misunderstanding the README.md. Thank you so much.