question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom Runtime Error

See original GitHub issue

Describe the bug

I followed the steps outlined in: https://docs.microsoft.com/en-us/composer/how-to-add-custom-action

There are many warnings after this step: Parsing component .schema files

Warning C:\Users\kdubi.nuget\packages\Microsoft.Bot.Builder.AI.Luis\4.10.2\content\Schemas\Microsoft.LuisRecognizer.schema: Component schema https://schemas.botframework.com/schemas/component/v1.0/component.schema does not match https://raw.githubusercontent.com/microsoft/botframework-sdk/master/schemas/component/component.schema

When I re-open Composer, I get this error: “Definition not found for Microsoft.Ask/properties/activity/oneOf/1/properties/membersAdded/items”

Version

v 1.1.1

Browser

  • Electron distribution
  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

Screenshots

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
zxyanliucommented, Oct 23, 2020

We should update the following in the sample schema:

The $schema should be https://schemas.botframework.com/schemas/component/v1.0/component.schema

1reaction
chrimc62commented, Oct 22, 2020

@Kaiqb the issue is in the documentation at: custom action. The $schema should be https://schemas.botframework.com/schemas/component/v1.0/component.schema.

@kdubious you can fix this by changing the $schema in your custom action .schema file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to do my own custom runtime error class? - c++
I'm trying to do a simple custom runtime_error. ... Runtime error is correctly thrown as FileNotFoundException but the line with std::cout ...
Read more >
Throw your own exception class based on runtime_error
Throw your own exception class based on runtime_error : Custom Exception « Exceptions « C++ Tutorial · 1. Throw your own exception class...
Read more >
Implement Custom Exceptions in Java: Why, When and How
Learn 4 best practices for custom exceptions in Java. Understand when and how to use them in your application.
Read more >
Displaying a Custom Error Page (C#) - Microsoft Learn
Every web application should have a custom error page. It provides a more professional-looking alternative to the Runtime Error YSOD, it is easy ......
Read more >
Create a Custom Exception in Java - Baeldung
In this case, we'll need a custom unchecked exception similar to the previous one, as this error will only be detected during runtime....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found