Describe the bug
CueGUI (Cuetopia/CueCommander) intermittently stops updating the UI. When this occurs:
- Double-clicking a job in the Monitor Jobs panel does not populate the details/frames section
- Job status remains stale (e.g., shows "In Progress" when jobs have actually finished or failed)
- The "autoload mine" feature stops working reliably
- The only workaround is to close and reopen the application
The following errors appear in the terminal:
WARNING FrameMonitorTree gRPC connection interrupted during frame update, will retry
WARNING FrameMonitorTree rpcObjects is None
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "recvmsg:Connection reset by peer"
To Reproduce
Steps to reproduce the behavior:
- Launch CueGUI (Cuetopia or CueCommander)
- Set up a filter to monitor jobs (e.g., filter by show/department regex)
- Use the application for an extended period (30+ minutes to several hours)
- Double-click a job in the Monitor Jobs panel
- Observe that the details/frames section remains blank or shows stale data
- Check terminal output for "gRPC connection interrupted" and "Connection reset by peer" errors
Expected behavior
- Double-clicking a job should immediately display its layers and frames in the details section
- Job status should update in real time as frames complete or fail
- The UI should remain responsive and accurate throughout the session without requiring a restart
Version Number
Describe the bug
CueGUI (Cuetopia/CueCommander) intermittently stops updating the UI. When this occurs:
The following errors appear in the terminal:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Version Number