Skip to content
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

Login error #4

Closed
Muchwat opened this issue Jun 3, 2020 · 12 comments
Closed

Login error #4

Muchwat opened this issue Jun 3, 2020 · 12 comments

Comments

@Muchwat
Copy link

Muchwat commented Jun 3, 2020

I keep geting "somthing went wrong during login to connectycube" after setting up the config with my app credentials and setting up custom identity provider setting to point to my server which returns a user as
{
"uid": 2131,
"full_name": "John Doe",
"email": "test@gmail.com"
}

where could the problem be, please help. Thanks

@TatankaConCube
Copy link
Contributor

hello @Muchwat, did you set user's password in your config? Please provide us logs from flutter console to better understanding your issue.

@jksandesh
Copy link

I have installed app.. working fine both Voice and videocalls. But in release mode i am not able to login even though all credentials are correct. It says something went wrong while logging in.
Please help how do i release my app.

@TatankaConCube
Copy link
Contributor

@jksandesh can you please enable logs in release build, reproduce your issue and provide them here?

@jksandesh
Copy link

Sorry.. got resolved. I missed to add internet permission in manifest.

@jksandesh
Copy link

hey.. actually In debug mode I can able to call peer to peer.. but same not happening in release mode could you help me with it .?? there is no erros but call will not connect to other peer just dailing screen will appear

@justinekatebe69
Copy link

justinekatebe69 commented Jul 11, 2020

hi i am getting this error during login ChatConnectionException: Open connection error: AuthenticationFailure, please tell me what i missing

@cankocoglu
Copy link

I got "something went wrong during login to ConnectyCube" error all the time even my credentials are correct. I use the sample code and changed the config file.

At the logs, it says;

flutter: CB-SDK: LoginScreen.BodyState: Login error NoSuchMethodError: The getter 'length' was called on null.
flutter: Receiver: null
flutter: Tried calling: length

What could be the reason?

@pyanishjain
Copy link

hey issuse solves or not

what i need an app which calls peer to peer which cc is able to do i have your sample code but when i change credentials it gives login error

@TatankaConCube
Copy link
Contributor

guys, please provide the full log from a flutter console, without this information we can't understand your issue

@TatankaConCube
Copy link
Contributor

Seems there is no much activity out there. Closing the issue as stale. If it’s still actual - please raise a new one.

@ArnoldBrown
Copy link

Connectycube - how to handle the chat in offline?. Need to show the message tried to send in offline. And offline messages will be send when return to online.

@TatankaConCube
Copy link
Contributor

@ArnoldBrown you can use common solutions for this feature. Just save messages to a separated DB table and then after returning to online check this table and if it is not empty then send these messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants