ion-app-flutter
ion-app-flutter copied to clipboard
Cant join server
I ran the app normally, following instructions.
When i join a room the following error is output (spaced for easier reading):
`I/flutter ( 8141): [protoo-client] DEBUG: connecting to WebSocket https://pionion.org:8443/ws?peer=ade21d34-6a36-4cdb-b4a6-62d0c448f962
I/flutter ( 8141): [Logger::Dart::WebSocket] DEBUG: connect https://pionion.org:8443/ws?peer=ade21d34-6a36-4cdb-b4a6-62d0c448f962, {}, null
I/flutter ( 8141): [Logger::Dart::WebSocket] ERROR: error HandshakeException: Handshake error in client (OS Error:
I/flutter ( 8141): WRONG_VERSION_NUMBER(tls_record.cc:242))
I/flutter ( 8141): [protoo-client] DEBUG: emit "error" [currentAttempt:NoSuchMethodError: The getter 'closeCode' was called on null.
I/flutter ( 8141): Receiver: null
I/flutter ( 8141): Tried calling: closeCode]`
@cloudwebrtc @adwpc It seems the problem is regarding the SSL certificate in pionion.org, you guys should update the certificate in order for people to be able to test the demo.
@pepealonso95 have you solved the problem with WRONG_VERSION_NUMBER(tls_record.cc:242)) ??
I/flutter ( 8141): [Logger::Dart::WebSocket] ERROR: error HandshakeException: Handshake error in client (OS Error:
I/flutter ( 8141): WRONG_VERSION_NUMBER(tls_record.cc:242))
I/flutter ( 8141): [protoo-client] DEBUG: emit "error" [currentAttempt:NoSuchMethodError: The getter 'closeCode' was called on null.
I/flutter ( 8141): Receiver: null
I/flutter ( 8141): Tried calling: closeCode]
same issue @pepealonso95 did you find the answer?