microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
860 stars 366 forks source link

Luis build failed: Cannot read property 'error' of undefined #9752

Open dev-proc opened 4 weeks ago

dev-proc commented 4 weeks ago

Hello.

I was trying to edit an existing bot but couldn't run it locally for testing because I got an error:

Sorry, something went wrong with publishing. Try again or exit out of this task. Luis build failed: Cannot read properties of undefined (reading 'error')

image

Tested in 2.1.2 and latest 2.1.3-nightly.364675.1a93f21 (Windows 11) Debug logs are attached: composer_20240606.log

I checked these issues 9611 9600 before submitting the new one. There are no errors like in the first case. Could you provide a test request to check if it's a network limitation?

OEvgeny commented 4 weeks ago

Do you have needed resources created? https://learn.microsoft.com/en-us/azure/ai-services/luis/how-to/publish

dev-proc commented 4 weeks ago

Yes, created and connected. It's working bot. I just needed to do some changes, but Composer refuses to build my old project. image