Rasa core not responding to intents

I am trying to interact with RASA CORE using command “python -m rasa_core.run -d models/dialogue -u models/current/nlu” but CORE most of the times fails to respond to corresponding action and display below HTTP message. Could someone please help?

your input -> hello 127.0.01 - - [2019-07-10 22:00:00] “POST /webhooks/rest/webhook?stream=true&token= HTTP/1.1” 200 266 0.00900 your input -> correct 127.0.01 - - [2019-07-10 22:05:00] “POST /webhooks/rest/webhook?stream=true&token= HTTP/1.1” 200 122 0.00800 your input -> agree 127.0.01 - - [2019-07-10 22:10:00] “POST /webhooks/rest/webhook?stream=true&token= HTTP/1.1” 200 122 0.00900

I got solution to my above problem. In stories.md file I associated one action for one intent then it CORE works. If I associate more than one intent & action in 1 story then it creates above issue. Thanks