Hi, I have an 101 error when i try to import asset from cargo, and at the same time i have a python error on blender. I tried everything, nothing works, no matter the version (3.5 - 3.6.4 - 3.6.5). It's not the first time that happen.
This error message appears in blender :
Python : Traceback (most recent call last):
File "C:\Users\Tour\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\Kitbash3D_Cargo\cargo.py", line 807, in modal
converter = DeserializedDataConverter(deserialized_data)
File "C:\Users\Tour\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\Kitbash3D_Cargo\cargo.py", line 164, in __init__
self._build_materials()
File "C:\Users\Tour\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\Kitbash3D_Cargo\cargo.py", line 179, in _build_materials
mat_output = new_mat.node_tree.nodes["Material Output"]
KeyError: 'bpy_prop_collection[key]: key "Material Output" not found'