Expose more specific training errors to Rasa X
See original GitHub issueErrors that Rasa Open Source encounters while training are sent to Rasa X as ClientError
s.
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:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top 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 >
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 Free
Top 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
You are totally right @wochinge! We completely missed the
{e}
here and it wasn’t obvious on the Rasa X side sinceaiohttp
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.
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!