microsoft / BotFramework-Composer

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

Error - Failed to bind luis prediction resource to luis applications. #8539

Closed someonelikeTIM closed 3 years ago

someonelikeTIM commented 3 years ago

Describe the bug

Composer 2.1/C#/Core Assistant Bot

Unable to publish my bot to Azure. Each time I get message:

"Error - Failed to bind luis prediction resource to luis applications. Please check if your luisResource is set to luis prediction service name in your publish profile."

I have manually added the luisResource entry to the publish profile and that did not help:

"luisResource": "chatbot-bts-helpbot-luis",

I had no issues publishing this bot last month (composer v2.0) but now it fails.

I tried creating an entirely new publishing profile with all new resources and it still fails with the same message.

Version

Version: 2.1.0 Electron: 8.2.4 Chrome: 80.0.3987.165 NodeJS: 12.13.0 V8: 8.0.426.27-electron.0

OS

Windows 10 Enterprise 2016 LTSB

To Reproduce

Steps to reproduce the behavior:

  1. Publish bot
  2. It fails with message:

"Error - Failed to bind luis prediction resource to luis applications. Please check if your luisResource is set to luis prediction service name in your publish profile."

Expected behavior

It should publish successfully.

Screenshots

image

tonyanziano commented 3 years ago

I'm going to close this as the same issue is currently being tracked by #8379

Please follow along with that issue for status.