Interactive-Learning: Story Export does not terminate

Hey,

I’m facing an issue while using ’ rasa interactive’ on Version 1.6.1: The interactive mode works fine but when trying to export the stories i get those two messages and nothing more: ? Do you want to stop? Export & Quit ? Export stories to (if file exists, this will append the stories) data/stories.md

The export doesnt seem to terminate and it makes no difference if the file allready exist or not, there are no exported stories to be found. Can somebody help me with this?

Hello @Siggi,

Can you provide more information around your training data and some logs? I tested interactive learning on rasa 1.6.1 and didn’t see any issues with the initial bot you can build with rasa init while testing the exporting.

? Do you want to stop?  Export & Quit
? Export stories to (if file exists, this will append the stories) data/stories.md
? Export NLU data to (if file exists, this will merge learned data with previous training examples) data/nlu.md
? Export domain file to (if file exists, this will be overwritten) domain.yml
2020-01-21 06:22:59 DEBUG    rasa.core.tracker_store  - Recreating tracker for id '65be055e748f4bd693445463aa780b2c'
2020-01-21 06:22:59 DEBUG    rasa.nlu.training_data.loading  - Training data format of 'data/nlu.md' is 'md'.
2020-01-21 06:22:59 DEBUG    rasa.nlu.training_data.loading  - Training data format of 'data/nlu.md' is 'md'.
2020-01-21 06:22:59 INFO     rasa.core.training.interactive  - Successfully wrote stories and NLU data
2020-01-21 06:22:59 INFO     rasa.core.training.interactive  - Killing Sanic server now.