ionorg / ion-app-flutter

ion flutter app
MIT License
107 stars 49 forks source link

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

Open balasubramanian1612s opened 3 years ago

balasubramanian1612s commented 3 years ago

⢿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 commented 3 years ago
Screen Shot 2021-07-12 at 9 00 48 AM Screen Shot 2021-07-12 at 9 00 34 AM
Johannes0Horn commented 3 years ago

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?