botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
78 stars 87 forks source link

[BUG] Bottom Panel | Show NLU related error even though the training is done #1592

Closed iamTommyAmazin closed 2 years ago

iamTommyAmazin commented 2 years ago

Describe the bug Train your bot, open the bottom panel, error "Failed at running NLU as no model was trained

Expected behavior A clear and concise description of what you expected to happen.

Screenshots NLU erro

Environment (please complete the following information):

Additional context Issue was fixed in version 12.26.8 but is resurfacing in Linux version [12.26.9] botpress/v12#1559

EFF commented 2 years ago

Hi there. This one has just been fixed by this one https://github.com/botpress/studio/pull/257

@franklevasseur do you confirm

iamTommyAmazin commented 2 years ago

Okay lemme check it out.

franklevasseur commented 2 years ago

Hey guy,

botpress/studio#257 makes sure the error message is displayed only when it should.

I believe what you want @iamTommyAmazin is a clearer error message ? Something like "Failed at running NLU as no model was trained. Please train your chatbot using the button on the bottom right corner of the studio." ?

iamTommyAmazin commented 2 years ago

@franklevasseur yeah. The problem is I'm still getting the error even after training the chatbot using the button on the bottom right corner.

franklevasseur commented 2 years ago

@iamTommyAmazin your problem should be fixed once this PR is released: botpress/studio#257. If it's not, feel free to reopen a new issue (you can link this one).

For now, if your NLU predictions seem to work, you can simply ignore the error.

Thank you for your contribution

François