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
This issue was created with the app's automated bug reporting feature.
Attached to this issue is the full traceback as well as an environment
fingerprint that contains information about the operating system as well as all
installed libraries.
Additional comments (optional):
I was waiting for a calculation (Co magnetic) to complete
Attachments
Traceback
/opt/conda/lib/python3.9/site-packages/traitlets/traitlets.py in _notify_trait(self, name, old_value, new_value)
1503
1504 def _notify_trait(self, name, old_value, new_value):
-> 1505 self.notify_change(
1506 Bunch(
1507 name=name,
/opt/conda/lib/python3.9/site-packages/ipywidgets/widgets/widget.py in notify_change(self, change)
692# Send new state to front-end693self.send_state(key=name)
--> 694 super(Widget, self).notify_change(change)
695696def__repr__(self):
/opt/conda/lib/python3.9/site-packages/traitlets/traitlets.py in notify_change(self, change)
1515 def notify_change(self, change):
1516 """Notify observers of a change event"""
-> 1517 return self._notify_observers(change)
1518
1519 def _notify_observers(self, event):
/opt/conda/lib/python3.9/site-packages/traitlets/traitlets.py in _notify_observers(self, event)
1562 c = getattr(self, c.name)
1563
-> 1564 c(event)
1565
1566 def _add_notifiers(self, handler, name, type):
~/.local/lib/python3.9/site-packages/aiidalab_qe/app/result/__init__.py in _on_node_selection_change(self, change)
149150def_on_node_selection_change(self, change):
--> 151 self._update_node_view(change["new"])
152153def_on_kill_button_click(self, _):
~/.local/lib/python3.9/site-packages/aiidalab_qe/app/result/__init__.py in _update_node_view(self, nodes, refresh)
191self.node_views[node.uuid] =self.node_view
192
--> 193 self.node_view_container.children = [self.node_view]
194195def_create_workchain_viewer(self, node: orm.WorkChainNode):
AttributeError: 'ViewQeAppWorkChainStatusAndResultsStep' object has no attribute 'node_view'
By submitting this issue I confirm that I am aware that this information can
potentially be used to determine what kind of calculation was performed at the
time of error.
The text was updated successfully, but these errors were encountered:
Automated report
This issue was created with the app's automated bug reporting feature.
Attached to this issue is the full traceback as well as an environment
fingerprint that contains information about the operating system as well as all
installed libraries.
Additional comments (optional):
I was waiting for a calculation (Co magnetic) to complete
Attachments
Traceback
Environment fingerprint
By submitting this issue I confirm that I am aware that this information can
potentially be used to determine what kind of calculation was performed at the
time of error.
The text was updated successfully, but these errors were encountered: