Skip to content

Instantly share code, notes, and snippets.

@kirillkh
Created January 9, 2018 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirillkh/c3c8e00f89b09bcefd6f9546339e4fca to your computer and use it in GitHub Desktop.
Save kirillkh/c3c8e00f89b09bcefd6f9546339e4fca to your computer and use it in GitHub Desktop.
E/com.mycompany.MyClass: Internal error
java.lang.IllegalArgumentException: Failed requirement.
at kotlinx.coroutines.experimental.JobSupport.tryUpdateState$kotlinx_coroutines_core(Job.kt:702)
at kotlinx.coroutines.experimental.JobSupport.updateState$kotlinx_coroutines_core(Job.kt:670)
at kotlinx.coroutines.experimental.JobSupport.makeCompleting$kotlinx_coroutines_core(Job.kt:1040)
at kotlinx.coroutines.experimental.AbstractCoroutine.resume(AbstractCoroutine.kt:47)
at kotlin.coroutines.experimental.jvm.internal.CoroutineImpl.resume(CoroutineImpl.kt:53)
at kotlin.coroutines.experimental.jvm.internal.CoroutineImpl.resume(CoroutineImpl.kt:53)
at kotlinx.coroutines.experimental.DispatchTask.run(CoroutineDispatcher.kt:123)
at android.os.Handler.handleCallback(Handler.java:754)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:163)
at android.app.ActivityThread.main(ActivityThread.java:6276)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:788)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment