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
uawidgets.utils - ERROR - 'SyncNode' object has no attribute 'get_attributes'')
Traceback (most recent call last):
File "/Users/jcfoust/anaconda3/envs/opcgui_python_venv_38/lib/python3.8/site-packages/uawidgets/utils.py", line 21, in wrapper
result = func(self, *args)
File "/Users/jcfoust/Development/opcua-client-gui/uaclient/mainwindow.py", line 349, in connect
self.tree_ui.set_root_node(self.uaclient.client.nodes.root)
File "/Users/jcfoust/anaconda3/envs/opcgui_python_venv_38/lib/python3.8/site-packages/uawidgets/tree_widget.py", line 43, in set_root_node
self.model.set_root_node(node)
File "/Users/jcfoust/anaconda3/envs/opcgui_python_venv_38/lib/python3.8/site-packages/uawidgets/tree_widget.py", line 167, in set_root_node
desc = self._get_node_desc(node)
File "/Users/jcfoust/anaconda3/envs/opcgui_python_venv_38/lib/python3.8/site-packages/uawidgets/tree_widget.py", line 171, in _get_node_desc
attrs = node.get_attributes([ua.AttributeIds.DisplayName, ua.AttributeIds.BrowseName, ua.AttributeIds.NodeId, ua.AttributeIds.NodeClass])
AttributeError: 'SyncNode' object has no attribute 'get_attributes'
The text was updated successfully, but these errors were encountered:
See related ticket: FreeOpcUa/opcua-client-gui#64
Error on connection:
The text was updated successfully, but these errors were encountered: