You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following when trying to save a custom model:
uawidgets.utils - ERROR - 'NodeId' object has no attribute 'aio_obj'')
Traceback (most recent call last):
File "/home/dfaes/.local/lib/python3.9/site-packages/uawidgets/utils.py", line 21, in wrapper
result = func(self, *args)
File "/home/dfaes/.local/lib/python3.9/site-packages/uamodeler/uamodeler.py", line 266, in save_as
self._save_as()
File "/home/dfaes/.local/lib/python3.9/site-packages/uamodeler/uamodeler.py", line 274, in _save_as
self._model_mgr.save_xml(path)
File "/home/dfaes/.local/lib/python3.9/site-packages/uamodeler/model_manager.py", line 222, in save_xml
self._save_structs()
File "/home/dfaes/.local/lib/python3.9/site-packages/uamodeler/model_manager.py", line 365, in _save_structs
dict_builder = self._create_type_dict_node(idx, urn, dict_name)
File "/home/dfaes/.local/lib/python3.9/site-packages/uamodeler/model_manager.py", line 341, in _create_type_dict_node
if builder.dict_id not in self.new_nodes:
File "/home/dfaes/.local/lib/python3.9/site-packages/asyncua/sync.py", line 383, in __eq__
return other is not None and self.aio_obj == other.aio_obj
AttributeError: 'NodeId' object has no attribute 'aio_obj'
The text was updated successfully, but these errors were encountered:
I get the following when trying to save a custom model:
The text was updated successfully, but these errors were encountered: