question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rasa X UI problems

See original GitHub issue

Rasa 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

rasa_x_ui

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:closed
  • Created 4 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
gausiecommented, Jul 8, 2019

Yup this is known, and being worked on

0reactions
gausiecommented, Sep 16, 2019

This was fixed in the latest release

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found