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.

Expose more specific training errors to Rasa X

See original GitHub issue

Errors that Rasa Open Source encounters while training are sent to Rasa X as ClientErrors.

However, Rasa Open Source does not send any specific information to Rasa X.

All Rasa X gets from Open Source is a generic “something failed while training” error message.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
chdornercommented, Jul 6, 2021

You are totally right @wochinge! We completely missed the {e} here and it wasn’t obvious on the Rasa X side since aiohttp seems to swallow the response body by default on exceptions! 🤦‍♂️

We’ll have an error project meeting tomorrow, but I’m pretty sure that having more structured training errors will be deprioritized. This should give us enough information on the errors for an initial MVP.

0reactions
chdornercommented, Jul 9, 2021

Sorry for the delay. We’re all good for the initial version with the training error information we currently get from Open Source. We might need to pick the topic of more structured training errors up again in the future but that will happen when the time comes. Thanks for your help @wochinge!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rasa x is not able to train after new Stories or new rules
im not able to train new model in rasa if I create new Stories on it or create new rules. ... What's the...
Read more >
rasa-x can't train a specific type of model with spacy fr large
Issue: Locally with rasa 1.10.8, I can train a model with fr_core_news_lg (from spacy). When I used Rasa-x through docker, I can't train...
Read more >
Develop Chatbots with RASA-Execution to Deployment
A developer community provides NLU training models, bot prototypes, and guidance. It's incredibly powerful and is used by developers worldwide ...
Read more >
THE RASA MASTERCLASS HANDBOOK - HubSpot
Rasa Core learns by observing patterns in conversational data between users and an assistant. Rasa X. Rasa X is a toolset for developers...
Read more >
Create Chatbot using Rasa Part-1 - Towards Data Science
Rasa X — It's a Browser based GUI tool which will allow you to train Machine learning model by using GUI based interactive...
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