ion-app-flutter icon indicating copy to clipboard operation
ion-app-flutter copied to clipboard

⢿grpc err gRPC Error (code: 2, codeName: UNKNOWN, message: WebSocketChannelException: WebSocket connection failed., details: null, rawResponse: null)

Open balasubramanian1612s opened this issue 4 years ago • 2 comments

⢿grpc err gRPC Error (code: 2, codeName: UNKNOWN, message: WebSocketChannelException: WebSocket connection failed., details: null, rawResponse: null)

I am getting this error as soon as I click join room

balasubramanian1612s avatar Jul 12 '21 03:07 balasubramanian1612s

Screen Shot 2021-07-12 at 9 00 48 AM Screen Shot 2021-07-12 at 9 00 34 AM

balasubramanian1612s avatar Jul 12 '21 03:07 balasubramanian1612s

This error occurs if ion (backend) is not reachable. Make sure the host ip and the port is correct (default 5551) and the port is open in your server. Did you try to run the client locally or hosted somewhere?

Johannes0Horn avatar Aug 11 '21 15:08 Johannes0Horn