Package version unknown, help please!

Build a simple model that reproduces the issue - something as simple as file - new and then copy/past one element which is having the issue from the old file into the new one.

Then in the new model open Dynamo and build a graph consisting of a select model element and set parameter value node with the correct input type for the parameter.

Then post both files here, or to an open 3rd party service such as Dropbox, Google drive, onedrive, box, we transfer, etc… Just make sure a log-in isn’t required for access.

not sure if it the issue, but first install synthesize toolkit

after that you will need install synthezise legacy with that intaller inside synthesize toolkit and then restart dynamo and you should have that one

1 Like


I managed to update the synthesize toolkit as described, but now the errors are popping up on the Point.X, Point.Y and Point.Z nodes?

I think that is a link to wetransfer my files?

What sis the warning? Was is the data coming out of the node before (putting a watch nodes on the wire into Point.X).

The previous node has at least one ‘null’ value in the data. Is it processing anything? Is everything null? Do you only have one null or many? Is there 1000 points but one 'null?

are you able to download the files from the wetransfer link i added?

Don’t know - don’t have time to try, just sending messages between calls to try and help you find a solution…

Since that node isn’t returning results, you need to check the previous node to confirm that you have points there. If so, then you need to get into the ‘why’ the previous node isn’t processing anything. Start by checking if it relies on ironPython2, and if so make sure you have the right version of IronPython2 installed for your Dynamo instance. Read the package descriiption carefully to confirm.

1 Like

changing the IronPython2 on the previous string made that node work, however the Numbertostring node now seems to be the issue?

1 Like

i updated the python on these and its solved it!!! many thanks for all your time and help guys much appreciated

1 Like