Decoding Spaces - Object reference not set to instance

Hi, We’re trying to generate building using Building Generation component by Decoding Spaces. On GH it works fine but on App servers its giving error -
Object reference not set to instance of an object.

I tried clean tree making sure there are no nulls, invalids or empty inputs still we’re getting this error.

Does someone know possible solutions or cause of this error?

Thanks!

1 Like

Could a view things i guess…

Maybe the component has troubles with the headless server environment?

Another thing i can imagine and i dont know what exactly your sending to compute, but maybe the tree your sending to the compute api endpoint is not properly structured

And maybe inputs with the same param name could also add problems?


Same param name is not major issue, I had scripts funtioning even when param names were same.

Major challenge for us is to get rid off error related to Building Generation component- that says - Object reference not set to instance of an object.

One possibility is that we’re feeding that component with data from Heron components. And one of the dlls is not able to load. For that I cross-checked if that dll is located at specified path and it is unblocked. Still it is failing to load.

Tree I’m sending to Building Generation component is single brach with single item (polyline) in it.