-
Notifications
You must be signed in to change notification settings - Fork 60
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
PlatformException(channel-error, Unable to establish connection on channel., null, null) #34
Comments
I'm facing the same issue, are there any updates? |
Same here any updates? |
We have android and ios versions of our app. On android it works fine. On Ios we receive this error. We are using the same key for android and ios. Do we need separate keys for android and ios? |
Same here, any updates? |
Same here any updates? 👀 |
Finally i found this solution : Cause :
issue from
in my case start chat zendesk blocked by
so the solution is separate setVisitorInfo and startChat
Thanks |
@kharisazhar still the above solution which u provided is not working. Issue still persist for iOS Real device |
Any update on this error please? |
@bhagyashreekhatri @theakanfecode1 can you show your code please ? in my case, i just separte setVisitor info with startZendesk : or you can try, just set startZendesk : (because visitor info is provided by Zendesk V2 Chat Bot, before connect with agent, zendesk will be ask your name and phone)
|
Dear Zendesk,
We are trying to run your package on IOS real device but we are getting the following error.
Can you please advise us on this issue
Thank you
[VERBOSE-2:ui_dart_state.cc(186)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null)
[ ] #0 ProfileApi.setVisitorInfo (package:zendesk/src/pigeon.dart:230:7)
[ ]
[ ] #1 Zendesk.setVisitorInfo (package:zendesk/src/zendesk.dart:32:5)
[ ]
[ ] [VERBOSE-2:ui_dart_state.cc(186)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null)
[ ] #0 ProfileApi.addVisitorTags (package:zendesk/src/pigeon.dart:252:7)
[ ]
[ ] #1 Zendesk.addVisitorTags (package:zendesk/src/zendesk.dart:37:5)
[ ]
The text was updated successfully, but these errors were encountered: