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.

Bugs with Rasa X UI while uploading new training data

See original GitHub issue

Rasa version: 1.0.1

Python version: 3.6.8/ Anaconda

Operating system (windows, osx, …): Ubuntu

Issue: First of all, great work team Rasa on the project Rasa X, this is just beautiful .

Rasa X UI bugs/features: I actually have found 4 “things” in UI of Rasa X that are not working as expected.

  1. <span class="error">[More of a Feature Request]</span> Under Training -> NLU Training -> Training data. If I have training data loaded there already and try to upload a new training data file, it doesn’t ask me for “confirmation” like “Are you sure? You might not have downloaded this tagged data.” Should have options like : “Download current data and upload” and “ignore current data and upload”.

  2. If I upload a new training data file under the same UI as above, the new file content does not show up immediately. I have to refresh the page and then it shows the new training data that I just uploaded. Keeps stale data even after uploading new data.

  3. The order in which the contents of this new training data is displayed is in reverse order. What I mean is if I have content like `{ “rasa_nlu_data”:

    <div class="error"> <span class="error">Unknown macro: { "common_examples"}</span> </div>

    }` the UI will show the intents like this : <span class="image-wrap" style=""></span>

  4. It takes more than 2 minutes for my rasa X UI to load. During this time, I see a file named rasa.db_journal getting created and deleted at least a hundred times. (This does not happen with rasa init)

Content of configuration file (config.yml):

Content of domain file (domain.yml) (if used & relevant):

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:16 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
psds01commented, May 27, 2019

Thanks for the suggestion @tmbo . Here’s the issue: https://github.com/RasaHQ/rasa/issues/3611

0reactions
alexweidauercommented, Jun 8, 2022

Thank you for raising this issue about Rasa X. We decided to stop supporting the Community Edition (free version) of ‘Rasa X’ (see more info here: https://rasa.com/blog/rasa-x-community-edition-changes/). That’s why we’ve closed your issue. We suggest that Rasa Enterprise customers raise the issue with our customer support team if they haven’t done so already.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rasa X console won't train new model... thinks "nothing has ...
For some reason when I click “train” on the Rasa X console it tells me “Nothing has changed: It seems no changes were...
Read more >
Rasa-x 1.0.1 compatibility issue with Rasa 2.8.2 & 2.8.17 models
Be aware of a breaking change in Rasa 2.8.9 with models. breaks backward compatibility of previously trained models. It is not possible to...
Read more >
Training and model upload failed in Rasa-X
So I tried to upload it from local machine but I am not able to upload or train the model.
Read more >
Rasa X 0.38 UI not showing any data from GitHub Repo
My VM instance shows the rasa x container has the correct and latest data from my repo under the git/4 directory, however nothing...
Read more >
NLU Inbox broken - [Deprecated] Rasa X Community Edition
The NLU Inbox seems to suffer multiple bugs. ... Assigning Inbox entries and saving to git seems to be flawed, already processed inbox...
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