Hi,
I was having the same issue, with the exception that i did get it to work and then it stopped working.
I am handling 2300+ rooms from 5+ linked files, so I needed to make i work again.
The traceback showed me both line 95 and line 86 as errors. Did not figure out why it showed line 86:
Just for the record line 86 is:
newBbox = OffsetBBox(bbox, bboxOffset)
The fix was both making sure that all my levels in the linked files and the current model had the same name and then changing the level of the list with the rooms i was using:
It did still show me three errors, which are due to the fact that that linked model did not get its level names updated correctly.
As I understand it, with the level set to @L1 the node runs for each room, meaning it would fail for each room if those did not have corresponding level names (I am not an expert and still learning ).