Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebUI tty doesn't handle websocket error messages from the server. #42626

Closed
AntonAM opened this issue Jun 7, 2024 · 0 comments · Fixed by #43433
Closed

WebUI tty doesn't handle websocket error messages from the server. #42626

AntonAM opened this issue Jun 7, 2024 · 0 comments · Fixed by #43433
Assignees
Labels

Comments

@AntonAM
Copy link
Contributor

AntonAM commented Jun 7, 2024

Expected behavior:
tty in the web UI to handle error message set from the server over websocket and display it.

Current behavior:
Fails to process unknown message type if you return an error in the handler:

image

@AntonAM AntonAM self-assigned this Jun 7, 2024
zmb3 added a commit that referenced this issue Jun 24, 2024
We never implemented UI support for the websocket error message,
so errors were never surfaced to users.

This also uncovered one case where we were sending invalid data
(due to a missing version number).

Closes #42626
github-merge-queue bot pushed a commit that referenced this issue Jun 25, 2024
We never implemented UI support for the websocket error message,
so errors were never surfaced to users.

This also uncovered one case where we were sending invalid data
(due to a missing version number).

Closes #42626
github-actions bot pushed a commit that referenced this issue Jun 25, 2024
We never implemented UI support for the websocket error message,
so errors were never surfaced to users.

This also uncovered one case where we were sending invalid data
(due to a missing version number).

Closes #42626
zmb3 added a commit that referenced this issue Jun 25, 2024
We never implemented UI support for the websocket error message,
so errors were never surfaced to users.

This also uncovered one case where we were sending invalid data
(due to a missing version number).

Closes #42626
zmb3 added a commit that referenced this issue Jun 25, 2024
We never implemented UI support for the websocket error message,
so errors were never surfaced to users.

This also uncovered one case where we were sending invalid data
(due to a missing version number).

Closes #42626
github-merge-queue bot pushed a commit that referenced this issue Jun 25, 2024
We never implemented UI support for the websocket error message,
so errors were never surfaced to users.

This also uncovered one case where we were sending invalid data
(due to a missing version number).

Closes #42626
github-merge-queue bot pushed a commit that referenced this issue Jun 26, 2024
We never implemented UI support for the websocket error message,
so errors were never surfaced to users.

This also uncovered one case where we were sending invalid data
(due to a missing version number).

Closes #42626
github-merge-queue bot pushed a commit that referenced this issue Jun 26, 2024
We never implemented UI support for the websocket error message,
so errors were never surfaced to users.

This also uncovered one case where we were sending invalid data
(due to a missing version number).

Closes #42626
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant