Clear busy but stuck in moving #133

Closed
opened 2026-08-11 10:05:18 +02:00 by duan_j · 3 comments
Owner

Error message in GUI:
QLayout: Cannot add parent widget QGroupBox/ to its child layout QVBoxLayout/
2026-08-11 10:01:58,659 - AareGUI: x06da-cons-01 - duan_j - WARNING - Unknown Local Contact tab requested: False
2026-08-11 10:02:14,206 - AareGUI: x06da-cons-01 - duan_j - ERROR - Recovery action failed
Traceback (most recent call last):
File "/sls/mx/applications/AareDAQ/x06da-feat_theme-overhaul/AareDAQ/src/aare/gui/threads/daq_worker.py", line 716, in _handle_recovery_action_response
message = str(payload.get("message") or default_message)
^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'get'
2026-08-11 10:03:24,596 - AareGUI: x06da-cons-01 - duan_j - INFO - BeamlineStateEnum.Moving

image.png

Error message in GUI: QLayout: Cannot add parent widget QGroupBox/ to its child layout QVBoxLayout/ 2026-08-11 10:01:58,659 - AareGUI: x06da-cons-01 - duan_j - WARNING - Unknown Local Contact tab requested: False 2026-08-11 10:02:14,206 - AareGUI: x06da-cons-01 - duan_j - ERROR - Recovery action failed Traceback (most recent call last): File "/sls/mx/applications/AareDAQ/x06da-feat_theme-overhaul/AareDAQ/src/aare/gui/threads/daq_worker.py", line 716, in _handle_recovery_action_response message = str(payload.get("message") or default_message) ^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'get' 2026-08-11 10:03:24,596 - AareGUI: x06da-cons-01 - duan_j - INFO - BeamlineStateEnum.Moving ![image.png](/attachments/d70d7c80-7422-4e90-b080-51d6ee4db966)
249 KiB
Author
Owner

Stuck in GUI again when moving from Maintenance mode to Manual sample exchange
image.png

Stuck in GUI again when moving from Maintenance mode to Manual sample exchange ![image.png](/attachments/eee2b572-98b1-4730-81cc-9c34b419735d)
511 KiB
Author
Owner

After clearing the busy state by "Free beamline"

2026-08-11 14:00:11,138 - AareGUI: x06da-cons-01 - duan_j - ERROR - Recovery action failed
Traceback (most recent call last):
  File "/sls/mx/applications/AareDAQ/x06da/.venv/lib64/python3.12/site-packages/aare/gui/threads/daq_worker.py", line 716, in _handle_recovery_action_response
    message = str(payload.get("message") or default_message)
                  ^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'get'
After clearing the busy state by "Free beamline" ``` 2026-08-11 14:00:11,138 - AareGUI: x06da-cons-01 - duan_j - ERROR - Recovery action failed Traceback (most recent call last): File "/sls/mx/applications/AareDAQ/x06da/.venv/lib64/python3.12/site-packages/aare/gui/threads/daq_worker.py", line 716, in _handle_recovery_action_response message = str(payload.get("message") or default_message) ^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'get' ```
Author
Owner

The str object has no attribute is solved
34c8182cfa

The str object has no attribute is solved https://gitea.psi.ch/mx/AareDAQ/commit/34c8182cfa54da98baeed0376d9c5d32b13efc6c
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mx/AareDAQ#133