I’ve been working with the Model to OSM component (v1.9.2) and I’m encountering a persistent issue.
Even when I assign a valid folder path to the _folder_ input, I get the following error:
Solution exception: name ‘folder’ is not defined
What’s strange is that I have another Model to OSM component with exactly the same setup (copied and pasted from the working one), and that one runs just fine. I’ve tried:
Replacing the folder input with a new panel containing a valid path
Re-copying the entire setup from scratch
Syncing my Grasshopper file with LB Sync Grasshopper File
Running everything on Ladybug Tools v1.9.2
But the error still persists on one of the components. I’m wondering if this could be a bug, as the folder variable seems to not be defined internally despite being connected.
Any advice or thoughts would be greatly appreciated!
Thanks in advance!
Actually, I think I figured it out by looking at the source code. It looks like there is a bug that happens only when you have specified your own DDY file under the sizing parameters. I was able to recreate it:
The fix was officially merged and I just updated the installer on Food4Rhino with the fix. The pollination single-click installers should be updated shortly.
Thank you so much Chris for your quick responses and for taking the time to investigate and resolve the issue. I really appreciate your support and the fix you implemented — everything is working perfectly now!