ryanmark1867 / chatbot_production

Repo for production Rasa chatbot for movie trivia
11 stars 5 forks source link

if exception occurs in demo flow cannot get back in flow without entering at Python #3

Open ryanmark1867 opened 4 years ago

ryanmark1867 commented 4 years ago

follow repro steps for issue https://github.com/ryanmark1867/chatbot/issues/31 once the error has occurred if you try to start another sessions (deletec convo + Hi), it fails at the Rasa level. Entering at Python level opens it up again.

Need to have error handling that allows demo to continue if an error occurs behind the scenes.