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
As a user, I would like to know if my protocol run fails for some reason. Blocked by #2994
current behavior
Currently, the app suppresses protocol run errors because "Cancel" (which triggers a smoothie halt) emits an error. This means that legitimate errors are also suppressed, so if the protocol run errors, the user can't really tell that the run errored (or even stopped).
steps to reproduce
Upload a protocol
Start a run
Trigger an error (smoothie limit switch?)
Observe that the app doesn't really do anything
expected behavior
If an error happens during a protocol run, the app should show the user an error.
The text was updated successfully, but these errors were encountered:
overview
As a user, I would like to know if my protocol run fails for some reason. Blocked by #2994
current behavior
Currently, the app suppresses protocol run errors because "Cancel" (which triggers a smoothie halt) emits an error. This means that legitimate errors are also suppressed, so if the protocol run errors, the user can't really tell that the run errored (or even stopped).
steps to reproduce
expected behavior
If an error happens during a protocol run, the app should show the user an error.
The text was updated successfully, but these errors were encountered: