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

Unconnected custom nodes with multiple output ports throwing warnings #8976

Closed
andydandy74 opened this issue Jul 4, 2018 · 6 comments
Closed
Labels
error/warning/crash Issues mentioning a Dynamo error, warning or crash message

Comments

@andydandy74
Copy link
Contributor

andydandy74 commented Jul 4, 2018

Dynamo version

2.0.1 stable

Operating system

Windows 10

What did you do?

Placed a custom node with multiple output ports on canvas

What did you expect to see?

No warnings

What did you see instead?

Warnings. Every input port will generate a List indices must be numeric warning.
This is a regression. Nodes like these don't throw warnings in 1.3.x
grafik

@smangarole
Copy link
Contributor

Hi @andydandy74 Verified that this is a regression. Thanks for logging this issue.
Note that the warning goes away when "a" is assigned a value.
image

@smangarole
Copy link
Contributor

This is actually weird:

  1. If you remove the CBN and custom node connection (shown in the screenshot above), the warning re-appears. Note that I do see the values in the custom node preview bubble
  2. In 1.3.x the custom node output is a list and in 2.0.x, it's a dictionary

@smangarole
Copy link
Contributor

@mjkkirschner
Copy link
Member

@smangarole I think @aparajit-pratap just fixed this here:
#8928

@aparajit-pratap is this the same issue?

@aparajit-pratap
Copy link
Contributor

Yes @mjkkirschner this should have been fixed in #8928. @smangarole could you test if this still reproduces in master (2.1.0)? Thanks.

@smangarole
Copy link
Contributor

Fixed in the latest daily build. Closing @jnealb @mjkkirschner @aparajit-pratap @andydandy74

@horatiubota horatiubota added the error/warning/crash Issues mentioning a Dynamo error, warning or crash message label Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error/warning/crash Issues mentioning a Dynamo error, warning or crash message
Projects
None yet
Development

No branches or pull requests

5 participants