botframeworkazure-language-understanding

LUIS and botframework not working: Response status code does not indicate success: 404 (Not Found)


I am running the sample https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/13.core-bot by following the instructions. But when I test bot in Bot Emulator, I got TurnError and "Response status code does not indicate success: 404 (Not Found)." How do I fix this?

Here are the debug messages shown in visual studio after I sent "Hello": https://gist.github.com/wendingp/bebf9caa7643c389a08c7cf67f0a6fcd. (The welcome card works well so I didn't include those messages)


Solution

  • It should be published to the production slot instead of the staging slot.