Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure publish fail #5108

Closed
8 tasks
luhan2017 opened this issue Dec 4, 2020 · 0 comments · Fixed by #5098
Closed
8 tasks

Azure publish fail #5108

luhan2017 opened this issue Dec 4, 2020 · 0 comments · Fixed by #5098
Labels
Needs-triage A new issue that require triage Type: Bug Something isn't working

Comments

@luhan2017
Copy link
Contributor

Describe the bug

  1. when publish echo bot, it still goes through the luis publish process, which causes some errors as blow:
    C:\BotFramework-Composer\Composer\packages\client\src\pages\botProject\PublishTargets.tsx
    [tsl] ERROR in C:\BotFramework-Composer\Composer\packages\client\src\pages\botProject\PublishTargets.tsx(238,9)
    TS2322: Type 'string' is not assignable to type 'number | undefined'.

  2. when publish luis bot, got a exception when assigning luis appid to a prediction resource.
    image

  3. if user use existing resources and leave the environment setting empty, the generate luis config will be luis.settings..{region}.json. which causes runtime failed to load this configure. in runtime logic, if the environment is empty, it will use the Environment.Username as the environment.

Version

Browser

  • Electron distribution
  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

Additional context

@luhan2017 luhan2017 added Type: Bug Something isn't working Needs-triage A new issue that require triage labels Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-triage A new issue that require triage Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant