Skip to content

Commit 7f17cc9

Browse files
committed
Update error message
1 parent 59d48e4 commit 7f17cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ async function connectToWebSocket() {
414414
ws.onmessage = (event) => handleWebSocketMessage(ws, JSON.parse(event.data));
415415
} catch(error) {
416416
hideLoadingStartButton();
417-
showErrorMessage(`Unknown Error.`);
417+
showErrorMessage(`Unknown Error. Please ensure that the WebSocket server is running and that both the server and client are using compatible versions.`);
418418
}
419419
}
420420

0 commit comments

Comments
 (0)