Rasa X UI problems
See original GitHub issueRasa version: rasa==1.1.4
Rasa X version (if used & relevant): rasa-x==0.19.2
Python version: Python 3.6.8
Operating system (windows, osx, …): Windows 8
Issue: Rasa X UI doesn’t display response if it has more then 2 lines in the Google Chrome browser using Talk Mode
Content of configuration file (config.yml) (if relevant):
language: en
pipeline: supervised_embeddings
policies:
- name: MemoizationPolicy
- name: KerasPolicy
- name: MappingPolicy
- name: TwoStageFallbackPolicy
nlu_threshold: 0.5
core_threshold: 0.5
fallback_core_action_name: "action_default_fallback"
fallback_nlu_action_name: "action_default_fallback"
deny_suggestion_intent_name: "out_of_scope"
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Rasa Shell and Rasa x UI Getting Problem #6382 - GitHub
Issue: Hi! ... rasa x actually works, but if I do some modification in domain file or other files, it's not modified properly....
Read more >UI problems with rasa-x==0.28.4 - Rasa Community Forum
I am running Rasa X 0.28.4 using Docker-Compose Quick Install. I have a custom action that displays buttons, and after selecting a button...
Read more >Day 24 - Rasa X Open Source Conversational AI UI Walk ...
Today, I am going to give a walkthrough on each screen and tabs how it looks. When you execute the last command, “rasa...
Read more >Using Datepicker in Rasa X - Stack Overflow
I want to use a date picker in the rasa chatbot. I using this code in the domain.yml file. utter_month: - custom: blocks:...
Read more >Create Chatbot using Rasa Part-1 - Towards Data Science
Rasa is an open source machine learning framework for building AI assistants and chatbots. Mostly you don't need any programming language experience to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yup this is known, and being worked on
This was fixed in the latest release