Rasa shows warning about old data or data from other projects

When I run rasa train, there is a warning

However, there is no ## unhappy hoi_phi_giao_hang, and there is no line 126 and after. My stories file is bellow

happy hoi_phi_giao_hang

  • greet
    • utter_greet
  • hoi_phi_giao_hang
    • price_form
    • form{“name”: “price_form”}
    • form{“name”: null}
    • utter_tinh_phi_giao_hang
  • thank
    • utter_thank
    • utter_additional_help
  • deny
    • utter_thank

very unhappy hoi_phi_giao_hang

  • hoi_phi_giao_hang
    • price_form
    • form{“name”: “price_form”}
  • chitchat
    • utter_chitchat
    • price_form
  • chitchat
    • utter_chitchat
    • price_form
  • chitchat
    • utter_chitchat_2
    • price_form
    • form{“name”: null}
    • utter_tinh_phi_giao_hang
  • thank
    • utter_thank

stop but continue hoi_phi_giao_hang

  • greet
    • utter_greet
  • hoi_phi_giao_hang
    • price_form
    • form{“name”: “price_form”}
  • deny
    • utter_ask_continue
  • affirm
    • price_form
    • form{“name”: null}
    • utter_tinh_phi_giao_hang
  • thank
    • utter_thank

stop and really stop path

  • greet
    • utter_greet
  • hoi_phi_giao_hang
    • price_form
    • form{“name”: “price_form”}
  • deny
    • utter_ask_continue
  • deny
    • action_deactivate_form
    • form{“name”: null}

chitchat stop but continue path

  • hoi_phi_giao_hang
    • price_form
    • form{“name”: “price_form”}
  • chitchat
    • utter_chitchat
    • price_form
  • deny
    • utter_ask_continue
  • affirm
    • price_form
    • form{“name”: null}
    • utter_tinh_phi_giao_hang
  • thank
    • utter_thank
    • utter_additional_help
  • deny
    • utter_goodbye

stop but continue and chitchat path

  • greet
    • utter_greet
  • hoi_phi_giao_hang
    • price_form
    • form{“name”: “price_form”}
  • deny
    • utter_ask_continue
  • affirm
    • price_form
  • chitchat
    • utter_chitchat
    • price_form
    • form{“name”: null}
    • utter_tinh_phi_giao_hang
  • thank
    • utter_thank

Could you attach your story file as it is (instead of pasting it)?

The error now disappears again. I give up, it is like I am lying here :frowning: stories.md (3.4 KB)

Please send over your domain.yml and nlu.md and config.yml as well.