The Revit version I’m working with is Revit 2024 and Dynamo v.2.17.0
I had the same problem as on this forum:
To solve it, besides correcting the code in line 107, I had to put the Python Engine Version in CPython 3.
Now I’m working on making a filter on the connectors it has identified, since it has identified 6 connectors (5 conduit and 1 electrical - within the family) I want to separate the conduit connectors.
I still don’t know how to associate the results of true or false with the visibility of the gloves, with some existing node. Any ideas?