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 response event to function fails #16

Open
luckyluks opened this issue Dec 9, 2022 · 0 comments
Open

Adding response event to function fails #16

luckyluks opened this issue Dec 9, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@luckyluks
Copy link

Describe the bug
When adding an event as response event on a function definition, the registration at MSB fails

To Reproduce
Steps to reproduce the behavior:

  1. Created an MSB object node and established connection to MSB
  2. Added an basic string event "SIMPLE_E1_App"
  3. Added a function "MSG_App"
  4. Deployed flow -> registration works
  5. Added a the event "SIMPLE_E1_App" as response event on the function "MSG_App"
  6. Deployed flow -> registration fails

Expected behavior
Adding response event successfully

Environment (please complete the following information):

  • node-red-contrib-msb version: v1.0.2
  • Node-Red version: 2.2.2
  • MSB version: 1.6.2-RELEASE

Additional context
Add any other context about the problem here.

The event in Node-Red:
image

The function with response event in Node-Red (according to the format hint):
image

The error in the UI:
image

The error in the logs:
image

@luckyluks luckyluks added the bug Something isn't working label Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant