Hi there,
Suddenly teh the directoryPatch node stop working for Crumple.
The funny thing is that is working for my coworkers and they have the same Dynamo, Revit and Crumple version.
Any ideas to fix it would be appreciated.
Thanks
Hi there,
Suddenly teh the directoryPatch node stop working for Crumple.
The funny thing is that is working for my coworkers and they have the same Dynamo, Revit and Crumple version.
Any ideas to fix it would be appreciated.
Thanks
What revit version are you using?
Have you tried simply restarting the coimputer?
Revit 2026.1, and yes, several times.
I have also tried to remove and reinstall de package and problem persist.
Edit the custom node by double clicking, copy the contents, switch back to your workspace, and paste the content in there.
Wire in inputs (note it might need individual items not lists) and see if a more direct error message is provided.
Id suggest checking out my lesson in my free course, likely an input or structure isnt as expected. Theres a lesson and working script that i have tested in revit 2026 there.
If its working for other users it will likely be something unique to your scenario, my most likely guess is characters not supported in windows file names are involved. I have nodes in crumple to revit/window legalize strings by replacing bad characters.
Try using my script and see if that works at least, then compare the differences in your own if mine works.
You also have an awkward race between two export nodes set up there. I would recommend passing through one to get the other to wait.