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

Adding an action to connect to skill errors: SkillDialog not registered in factory #3042

Closed
2 tasks done
ryanisgrig opened this issue May 14, 2020 · 0 comments
Closed
2 tasks done
Assignees
Labels
R9-RC Type: Bug Something isn't working

Comments

@ryanisgrig
Copy link

ryanisgrig commented May 14, 2020

Describe the bug

When I add an action to connect to a skill, my bot throws a 500 error for:

An unhandled exception was thrown by the application.
System.Exception: virtualassistant.dialog error: Type Microsoft.SkillDialog not registered in factory

This leaves me unable to send anything to the bot.

Version

652868a
Runtime SDK v4.9.0

Browser

  • Edge

OS

  • Windows

To Reproduce

  1. Add a Skill manifest.
  2. Add a new dialog with an action to connect to said skill.
  3. Start bot and new conversation, it returns 500 error immediately.

Expected behavior

User can add skill manifest and related dialog action without crashing the bot.

Screenshots

image

Additional context

This worked as of whatever the latest RC build was on May 6.

This may be unreleated but using the show code viewer it highlights an issue on a property,
image

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

No branches or pull requests

4 participants