Search code examples
azure-language-understanding

Error accessing LUIS model: 'BadArgument: Enumerable of models is empty'


I'm trying to access a LUIS App from luis.ai portal but at the top it shows a message saying: 'BadArgument: Enumerable of models is empty'.

All I did before getting that error was creating a new version of the app by cloning it from another version.

I cannot access this LUIS app neither export the App data as JSON file :/

Any thoughts?

Thanks


Solution

  • At the end I had to create a new LUIS app using the latest version of the JSON file that I had previous to this issue.

    And that time, everything did work.