-
Notifications
You must be signed in to change notification settings - Fork 89
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
Unhandled Exception: SocketException: OS Error: Connection reset by peer, errno = 104, address = chat.connectycube.com, port = 58158 #42
Comments
please, provide detailed steps, how can we reproduce this issue on our sample. Please, provide a full log, not only an error message, it will be more helpful. Additional thing - if you had some issues with the internet connection, you can try using reconnection manager, more details here |
This is not an internet connection issue. I'm using connectycube_sdk: ^0.3.0-beta1 version right now. |
without logs, we can't understand, what happens with your internet connection, so, we need them anyway. one more thing - why you don't use the latest version (at this moment it is 1.0.0) of our SDK? |
Thanks @TatankaConCube. I have upgraded to latest version but having some issues in IOS version |
yes, just run 'pod update' in 'ios' directory |
Thanks. I have run pod update GoogleWebRTC and it's working fine now. |
Hi @TatankaConCube I'm again facing issues when application reconnect with internet. Application not able to connect automatically so I have used below code: CubeChatConnectionSettings chatConnectionSettings = CubeChatConnectionSettings.instance;
But not able to login again.. Is there any changes in re-login function ? Please check below log: [log] D/[Connection]: State: XmppConnectionState.Authenticated Can you please check and update me asap. Thanks. |
@himanshukh in the provided log I can't see any errors after starting reconnection. Please provide a full log with the error. |
Whenever internet off it providing this: ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: SocketException: OS Error: Software caused connection abort, errno = 103, address = chat.connectycube.com, port = 37726 After internet connected Is this useful or need to provide more logs ? |
do you use |
you said you get this error after reconnection, but provided error only when a lost connection (it is expected). I asked one more time - do you have the same error after the internet connection was established? If yes, please provide a full log. |
Okay let me share everything what i did.. After off the internet connection: [log] D/[Connection]: Handle Secured Error SocketException: OS Error: Software caused connection abort, errno = 103, address = chat.connectycube.com, port = 40190 After on internet connection repeatedly call: [log] D/[Connection]: State: XmppConnectionState.Authenticated [log] ---Xmpp Receiving:--- Okay. Suggest me how i can reconnect to the server so can get calls i'm not able to reconnect after internet connection failed. |
hello @himanshukh today we released the new version, which contains the fixes and improvements for the chat connection, please try it. If the issue was resolved, please close this ticket. |
Hi @TatankaConCube Thanks for update.. Now it's working fine thanks. |
I'm using Audio and Video call API for flutter. I'm getting this error when application is active mode for some time. Could you help please me to resolve this.
The text was updated successfully, but these errors were encountered: