Error while connecting rasachatbot with django

(installingrasaa) C:\rasaa\moodbot>rasa run -m models --enable-api --cors “*” --debug 2020-10-27 15:39:37 DEBUG rasa.cli.utils - Parameter ‘endpoints’ not set. Using default location ‘endpoints.yml’ instead. 2020-10-27 15:43:22 DEBUG rasa.cli.utils - Parameter ‘credentials’ not set. Using default location ‘credentials.yml’ instead. 2020-10-27 15:43:27 DEBUG rasa.core.utils - Available web server routes: /conversations/<conversation_id:path>/messages POST add_message /conversations/<conversation_id:path>/tracker/events POST append_events /webhooks/rasa GET custom_webhook_RasaChatInput.health /webhooks/rasa/webhook POST custom_webhook_RasaChatInput.receive /webhooks/rest GET custom_webhook_RestInput.health /webhooks/rest/webhook POST custom_webhook_RestInput.receive /model/test/intents POST evaluate_intents /model/test/stories POST evaluate_stories /conversations/<conversation_id:path>/execute POST execute_action /domain GET get_domain / GET hello /model PUT load_model /model/parse POST parse /conversations/<conversation_id:path>/predict POST predict /conversations/<conversation_id:path>/tracker/events PUT replace_events /conversations/<conversation_id:path>/story GET retrieve_story /conversations/<conversation_id:path>/tracker GET retrieve_tracker /status GET status /model/predict POST tracker_predict /model/train POST train /conversations/<conversation_id:path>/trigger_intent POST trigger_intent /model DELETE unload_model /version GET version 2020-10-27 15:43:27 INFO root - Starting Rasa server on http://localhost:5005 2020-10-27 15:43:27 DEBUG rasa.core.utils - Using the default number of Sanic workers (1). 2020-10-27 15:43:29 DEBUG rasa.model - Extracted model to ‘C:\Users\karthi\AppData\Local\Temp\tmpafh4hvvs’. 2020-10-27 15:43:33 INFO root - Enabling coroutine debugging. Loop id 3165757330120. 2020-10-27 15:43:34 DEBUG rasa.model - Extracted model to ‘C:\Users\karthi\AppData\Local\Temp\tmpwauem1sr’. 2020-10-27 15:43:47 DEBUG rasa.utils.tensorflow.models - Loading the model … 2020-10-27 15:43:48 DEBUG rasa.nlu.classifiers.diet_classifier - Following metrics will be logged during training: 2020-10-27 15:43:48 DEBUG rasa.nlu.classifiers.diet_classifier - t_loss (total loss) 2020-10-27 15:43:48 DEBUG rasa.nlu.classifiers.diet_classifier - i_acc (intent acc) 2020-10-27 15:43:48 DEBUG rasa.nlu.classifiers.diet_classifier - i_loss (intent loss) 2020-10-27 15:43:53 DEBUG rasa.utils.tensorflow.models - Finished loading the model. 2020-10-27 15:43:53 DEBUG rasa.utils.tensorflow.models - Building tensorflow prediction graph… 2020-10-27 15:44:00 DEBUG rasa.utils.tensorflow.models - Finished building tensorflow prediction graph. 2020-10-27 15:44:00 DEBUG rasa.nlu.classifiers.diet_classifier - Failed to load model for ‘ResponseSelector’. Maybe you did not provide enough training data and no model was trained or the path ‘C:\Users\karthi\AppData\Local\Temp\tmpwauem1sr\nlu’ doesn’t exist? 2020-10-27 15:44:00 DEBUG rasa.core.tracker_store - Connected to InMemoryTrackerStore. 2020-10-27 15:44:00 DEBUG rasa.core.lock_store - Connected to lock store ‘InMemoryLockStore’. 2020-10-27 15:44:01 DEBUG rasa.model - Extracted model to ‘C:\Users\karthi\AppData\Local\Temp\tmppepn1wxq’. 2020-10-27 15:44:01 DEBUG rasa.utils.tensorflow.models - Loading the model … 2020-10-27 15:44:02 DEBUG rasa.utils.tensorflow.models - Finished loading the model. 2020-10-27 15:44:02 DEBUG rasa.utils.tensorflow.models - Building tensorflow prediction graph… 2020-10-27 15:44:06 DEBUG rasa.utils.tensorflow.models - Finished building tensorflow prediction graph. 2020-10-27 15:44:06 DEBUG rasa.core.nlg.generator - Instantiated NLG to ‘TemplatedNaturalLanguageGenerator’. 2020-10-27 15:44:06 INFO root - Rasa server is up and running.

Hi @karthiga can you provide a little bit more context on the issue you are facing? What steps have you completed, etc?