Issue with node in Bimorph nodes package

Hi all, I am attempting to use the node CAD Text data from this package but I am failing at the first hurdle. The node returns a non pointer error which I cant seem to figure out why as I know the Autocad file is selected and there is only one node for an input. Wondering if someone else has managed to fix this? Below is an image of the script. Thanks

What does the error say?

“Internal error, please report:
Derefencing a non pointer”

The list block you have create is incomplete.
Remove one of the list (Shown here)

Hey @Dylan.hB2

The only issue here is the list is expecting 2 inputs either satisfy the lis create node by adding the argument or reducing the input and as u can see in the snip below if i hv to feed 2 list out of whic one is not fed yet it’ll return me a function but LAYERNAME is expecting a string as @pyXam mentioned.
or you could directly feed the sting to layer name as well

1 Like