Android SDK error: No ConversationKitResult to return for this call | Community
Skip to main content

Android SDK error: No ConversationKitResult to return for this call

  • December 22, 2022
  • 4 replies
  • 0 views

Pavel13

After open chat activity i have error:

Zendesk.instance.messaging.showMessaging(this)



zendesk.conversationkit.android.ConversationKitError$NoResultReceived: No ConversationKitResult to return for this call.
at zendesk.conversationkit.android.internal.EffectProcessorResult$Ends.<init>(EffectProcessor.kt:571)
at zendesk.conversationkit.android.internal.EffectProcessor.process(EffectProcessor.kt:82)
at zendesk.conversationkit.android.internal.ConversationKitStore.dispatch(ConversationKitStore.kt:136)
at zendesk.conversationkit.android.internal.ConversationKitStore$launchAll$1$1.invokeSuspend(ConversationKitStore.kt:193)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@1df2d93, Dispatchers.Main.immediate]

4 replies

Greg29
  • December 22, 2022

Hi Pavel! Please look at this document so that we can assist you with this. The most important part is replicating this in a sample app, so if you are able to do that, please let us know and we will open a ticket so that we can view the sample app.


Pavel13
  • Author
  • December 23, 2022

Hi Greg. 
I made sample app
https://github.com/pavel-zlotarenchuk/ZendeskIntegration 

You will get an error after opening the chat


Greg29
  • December 27, 2022
Hi Pavel! I downloaded your sample app and I was able to load the conversation successfully, and converse via the app. Can you give me the specific steps you're taking to reproduce the issue you noted in this sample app?

Pavel13
  • Author
  • December 28, 2022

This is strange
I added test authorization data to repo
With them, my application crashes if I click Login and then Open chat