-
Notifications
You must be signed in to change notification settings - Fork 189
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
Node Error After Saving, Closing, and Re-Opening a Script #2359
Comments
@mjkkirschner @alfarok I remember our team has seen similar issue to happen because of NewtonSoft.Json conflict? Because this seems like a deserialization failure to me |
@QilongTang Yeah, I usually encounter this when a NodeModel derived node is missing a Json constructor. |
or if something else has loaded an incompatible version of json.net - please search the forum or issues for this same issue and reopen if you cannot make progress after reviewing those threads. |
thanks for the link, but I really don't know what to do. |
@MarcSp74 |
If this issue is not a bug report or improvement request, please check the Dynamo forum, and start a thread there to discuss your issue.
Dynamo version
2.0.2
Revit version
2018 and 2019
Operating system
Windows 10
What did you do?
Added different nodes, such as 'All Elements of Model Category' and 'Links'... Saved the file... re-opened the file later.
What did you expect to see?
One output connection from the nodes.
What did you see instead?
An added output connection for each time the file is opened.
The text was updated successfully, but these errors were encountered: