RASA NLU Trainer - Localhost not opening - cannot find training file

Hi i tried Weatherbot using RASA installation - RASA NLU.

when trained the model. but when i run the following command, it shows the following error.

C:\Users\Admin\Desktop\WeatherBot\data>rasa-nlu-trainer searching for the training examples… (node:4792) UnhandledPromiseRejectionWarning: Error: Can’t find training file, p lease try to specify it with the --source option at checkDone (C:\Users\Admin\AppData\Roaming\npm\node_modules\rasa-nlu-train er\server.js:98:15) at readData.then.catch.then (C:\Users\Admin\AppData\Roaming\npm\node_modules \rasa-nlu-trainer\server.js:128:11) (node:4792) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:4792) [DEP0018] DeprecationWarning: Unhandled promise rejections are depre cated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

C:\Users\Admin\Desktop\WeatherBot\data>

hi @Bhuvan_Esh you need to train the bot using the below command:

rasa train nlu

for your reference : http://rasa.com/docs/rasa/nlu/using-nlu-only/#training-nlu-only-models :slight_smile: