I'm using WebSockets
in my project, so that the back-end (which is multi-platform for JS Browser
and JVM
). The back-end sends binary data to the front-end and the other way around. Everything works fine on JVM
. But on the JS Browser
side I get an error saying that it doesn't find the function or something along the lines. Here is the whole output:
First error:
TypeError: "$receiver.onBinaryMessage is undefined"
readBinary http://localhost/venus/scripts/korio-root-korio.js:30549
doResume http://localhost/venus/js/venus.js:3
watchForMessages_0 http://localhost/venus/js/venus.js:3
doResume http://localhost/venus/js/venus.js:3
lambda_0 http://localhost/venus/js/venus.js:3
doResume http://localhost/venus/scripts/korio-root-korio.js:1521
lambda http://localhost/venus/scripts/korio-root-korio.js:1561
startCoroutineUndispatched_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:34677
invoke_3o0yor$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174
start_b5ul0p$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:442
launch http://localhost/venus/scripts/kotlinx-coroutines-core.js:823
_launch http://localhost/venus/scripts/korio-root-korio.js:1565
launchImmediately http://localhost/venus/scripts/korio-root-korio.js:1220
launch_1 http://localhost/venus/scripts/korio-root-korio.js:1235
establishConnection_bm4lxs$ http://localhost/venus/js/venus.js:3
connectToMotherboard_67wg1e$ http://localhost/venus/js/venus.js:3
loadSim_a67xwl$ http://localhost/venus/js/venus.js:3
link_ondwee$ http://localhost/venus/js/venus.js:3
assembleSimulator http://localhost/venus/js/venus.js:3
onclick http://localhost/venus/:1
korio-root-korio.js:46684:13
printStackTrace_0 http://localhost/venus/scripts/korio-root-korio.js:46684
doResume http://localhost/venus/scripts/korio-root-korio.js:1533
lambda http://localhost/venus/scripts/korio-root-korio.js:1561
startCoroutineUndispatched_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:34677
invoke_3o0yor$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174
start_b5ul0p$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:442
launch http://localhost/venus/scripts/kotlinx-coroutines-core.js:823
_launch http://localhost/venus/scripts/korio-root-korio.js:1565
launchImmediately http://localhost/venus/scripts/korio-root-korio.js:1220
launch_1 http://localhost/venus/scripts/korio-root-korio.js:1235
establishConnection_bm4lxs$ http://localhost/venus/js/venus.js:3
connectToMotherboard_67wg1e$ http://localhost/venus/js/venus.js:3
loadSim_a67xwl$ http://localhost/venus/js/venus.js:3
link_ondwee$ http://localhost/venus/js/venus.js:3
assembleSimulator http://localhost/venus/js/venus.js:3
onclick http://localhost/venus/:1
Second error:
readBinary@http://localhost/venus/scripts/korio-root-korio.js:30549:5
Coroutine$watchForMessages_0.prototype.doResume@http://localhost/venus/js/venus.js:3:497208
MotherboardConnection.prototype.watchForMessages_0@http://localhost/venus/js/venus.js:3:498113
Coroutine$MotherboardConnection$establishConnection$lambda_0.prototype.doResume@http://localhost/venus/js/venus.js:3:494822
MotherboardConnection$establishConnection$lambda_0/<@http://localhost/venus/js/venus.js:3:488212
Coroutine$_launch$lambda.prototype.doResume@http://localhost/venus/scripts/korio-root-korio.js:1521:34
_launch$lambda/<@http://localhost/venus/scripts/korio-root-korio.js:1561:25
startCoroutineUndispatched_0@http://localhost/venus/scripts/kotlinx-coroutines-core.js:34677:18
CoroutineStart.prototype.invoke_3o0yor$@http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174:35
AbstractCoroutine.prototype.start_b5ul0p$@http://localhost/venus/scripts/kotlinx-coroutines-core.js:442:9
launch@http://localhost/venus/scripts/kotlinx-coroutines-core.js:823:15
_launch@http://localhost/venus/scripts/korio-root-korio.js:1565:12
launchImmediately@http://localhost/venus/scripts/korio-root-korio.js:1220:12
launch_1@http://localhost/venus/scripts/korio-root-korio.js:1235:12
MotherboardConnection.prototype.establishConnection_bm4lxs$@http://localhost/venus/js/venus.js:3:496480
Simulator_0.prototype.connectToMotherboard_67wg1e$@http://localhost/venus/js/venus.js:3:521160
Driver.prototype.loadSim_a67xwl$@http://localhost/venus/js/venus.js:3:47038
Driver.prototype.link_ondwee$@http://localhost/venus/js/venus.js:3:46788
Driver.prototype.assembleSimulator@http://localhost/venus/js/venus.js:3:43040
onclick@http://localhost/venus/:1:8
korio-root-korio.js:46685:13
printStackTrace_0 http://localhost/venus/scripts/korio-root-korio.js:46685
doResume http://localhost/venus/scripts/korio-root-korio.js:1533
lambda http://localhost/venus/scripts/korio-root-korio.js:1561
startCoroutineUndispatched_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:34677
invoke_3o0yor$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174
start_b5ul0p$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:442
launch http://localhost/venus/scripts/kotlinx-coroutines-core.js:823
_launch http://localhost/venus/scripts/korio-root-korio.js:1565
launchImmediately http://localhost/venus/scripts/korio-root-korio.js:1220
launch_1 http://localhost/venus/scripts/korio-root-korio.js:1235
establishConnection_bm4lxs$ http://localhost/venus/js/venus.js:3
connectToMotherboard_67wg1e$ http://localhost/venus/js/venus.js:3
loadSim_a67xwl$ http://localhost/venus/js/venus.js:3
link_ondwee$ http://localhost/venus/js/venus.js:3
assembleSimulator http://localhost/venus/js/venus.js:3
onclick http://localhost/venus/:1
Third error:
TypeError: "$receiver.onBinaryMessage is undefined"
readBinary http://localhost/venus/scripts/korio-root-korio.js:30549
doResume http://localhost/venus/js/venus.js:3
watchForMessages_0 http://localhost/venus/js/venus.js:3
doResume http://localhost/venus/js/venus.js:3
lambda_0 http://localhost/venus/js/venus.js:3
doResume http://localhost/venus/scripts/korio-root-korio.js:1521
lambda http://localhost/venus/scripts/korio-root-korio.js:1561
startCoroutineUndispatched_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:34677
invoke_3o0yor$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174
start_b5ul0p$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:442
launch http://localhost/venus/scripts/kotlinx-coroutines-core.js:823
_launch http://localhost/venus/scripts/korio-root-korio.js:1565
launchImmediately http://localhost/venus/scripts/korio-root-korio.js:1220
launch_1 http://localhost/venus/scripts/korio-root-korio.js:1235
establishConnection_bm4lxs$ http://localhost/venus/js/venus.js:3
connectToMotherboard_67wg1e$ http://localhost/venus/js/venus.js:3
loadSim_a67xwl$ http://localhost/venus/js/venus.js:3
link_ondwee$ http://localhost/venus/js/venus.js:3
assembleSimulator http://localhost/venus/js/venus.js:3
onclick http://localhost/venus/:1
kotlinx-coroutines-core.js:36706:13
handleCoroutineExceptionImpl http://localhost/venus/scripts/kotlinx-coroutines-core.js:36706
handleCoroutineException http://localhost/venus/scripts/kotlinx-coroutines-core.js:1953
handleJobException_tcv7n7$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:947
finalizeFinishingState_10mr1z$_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:3161
tryMakeCompletingSlowPath_uh1ctj$_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:3899
tryMakeCompleting_w5s53t$_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:3862
makeCompletingOnce_8ea4ql$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:3846
resumeWith_tl1gpc$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:416
startCoroutineUndispatched_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:34681
invoke_3o0yor$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174
start_b5ul0p$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:442
launch http://localhost/venus/scripts/kotlinx-coroutines-core.js:823
_launch http://localhost/venus/scripts/korio-root-korio.js:1565
launchImmediately http://localhost/venus/scripts/korio-root-korio.js:1220
launch_1 http://localhost/venus/scripts/korio-root-korio.js:1235
establishConnection_bm4lxs$ http://localhost/venus/js/venus.js:3
connectToMotherboard_67wg1e$ http://localhost/venus/js/venus.js:3
loadSim_a67xwl$ http://localhost/venus/js/venus.js:3
link_ondwee$ http://localhost/venus/js/venus.js:3
assembleSimulator http://localhost/venus/js/venus.js:3
onclick http://localhost/venus/:1
Fourth error:
TypeError: "ensureNotNull(...).send_fqrh44$ is not a function"
doResume http://localhost/venus/js/venus.js:3
lambda http://localhost/venus/js/venus.js:3
doResume http://localhost/venus/scripts/korio-root-korio.js:1521
lambda http://localhost/venus/scripts/korio-root-korio.js:1561
startCoroutineUndispatched_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:34677
invoke_3o0yor$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174
start_b5ul0p$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:442
launch http://localhost/venus/scripts/kotlinx-coroutines-core.js:823
_launch http://localhost/venus/scripts/korio-root-korio.js:1565
launchImmediately http://localhost/venus/scripts/korio-root-korio.js:1220
launch_1 http://localhost/venus/scripts/korio-root-korio.js:1235
send_p8mgzl$ http://localhost/venus/js/venus.js:3
register_0 http://localhost/venus/js/venus.js:3
establishConnection_bm4lxs$ http://localhost/venus/js/venus.js:3
connectToMotherboard_67wg1e$ http://localhost/venus/js/venus.js:3
loadSim_a67xwl$ http://localhost/venus/js/venus.js:3
link_ondwee$ http://localhost/venus/js/venus.js:3
assembleSimulator http://localhost/venus/js/venus.js:3
onclick http://localhost/venus/:1
korio-root-korio.js:46684:13
printStackTrace_0 http://localhost/venus/scripts/korio-root-korio.js:46684
doResume http://localhost/venus/scripts/korio-root-korio.js:1533
lambda http://localhost/venus/scripts/korio-root-korio.js:1561
startCoroutineUndispatched_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:34677
invoke_3o0yor$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174
start_b5ul0p$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:442
launch http://localhost/venus/scripts/kotlinx-coroutines-core.js:823
_launch http://localhost/venus/scripts/korio-root-korio.js:1565
launchImmediately http://localhost/venus/scripts/korio-root-korio.js:1220
launch_1 http://localhost/venus/scripts/korio-root-korio.js:1235
send_p8mgzl$ http://localhost/venus/js/venus.js:3
register_0 http://localhost/venus/js/venus.js:3
establishConnection_bm4lxs$ http://localhost/venus/js/venus.js:3
connectToMotherboard_67wg1e$ http://localhost/venus/js/venus.js:3
loadSim_a67xwl$ http://localhost/venus/js/venus.js:3
link_ondwee$ http://localhost/venus/js/venus.js:3
assembleSimulator http://localhost/venus/js/venus.js:3
onclick http://localhost/venus/:1
Fifth error:
Coroutine$MotherboardConnection$send$lambda.prototype.doResume@http://localhost/venus/js/venus.js:3:499747
MotherboardConnection$send$lambda/<@http://localhost/venus/js/venus.js:3:488949
Coroutine$_launch$lambda.prototype.doResume@http://localhost/venus/scripts/korio-root-korio.js:1521:34
_launch$lambda/<@http://localhost/venus/scripts/korio-root-korio.js:1561:25
startCoroutineUndispatched_0@http://localhost/venus/scripts/kotlinx-coroutines-core.js:34677:18
CoroutineStart.prototype.invoke_3o0yor$@http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174:35
AbstractCoroutine.prototype.start_b5ul0p$@http://localhost/venus/scripts/kotlinx-coroutines-core.js:442:9
launch@http://localhost/venus/scripts/kotlinx-coroutines-core.js:823:15
_launch@http://localhost/venus/scripts/korio-root-korio.js:1565:12
launchImmediately@http://localhost/venus/scripts/korio-root-korio.js:1220:12
launch_1@http://localhost/venus/scripts/korio-root-korio.js:1235:12
MotherboardConnection.prototype.send_p8mgzl$@http://localhost/venus/js/venus.js:3:500445
MotherboardConnection.prototype.register_0@http://localhost/venus/js/venus.js:3:499030
MotherboardConnection.prototype.establishConnection_bm4lxs$@http://localhost/venus/js/venus.js:3:496583
Simulator_0.prototype.connectToMotherboard_67wg1e$@http://localhost/venus/js/venus.js:3:521160
Driver.prototype.loadSim_a67xwl$@http://localhost/venus/js/venus.js:3:47038
Driver.prototype.link_ondwee$@http://localhost/venus/js/venus.js:3:46788
Driver.prototype.assembleSimulator@http://localhost/venus/js/venus.js:3:43040
onclick@http://localhost/venus/:1:8
korio-root-korio.js:46685:13
printStackTrace_0 http://localhost/venus/scripts/korio-root-korio.js:46685
doResume http://localhost/venus/scripts/korio-root-korio.js:1533
lambda http://localhost/venus/scripts/korio-root-korio.js:1561
startCoroutineUndispatched_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:34677
invoke_3o0yor$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174
start_b5ul0p$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:442
launch http://localhost/venus/scripts/kotlinx-coroutines-core.js:823
_launch http://localhost/venus/scripts/korio-root-korio.js:1565
launchImmediately http://localhost/venus/scripts/korio-root-korio.js:1220
launch_1 http://localhost/venus/scripts/korio-root-korio.js:1235
send_p8mgzl$ http://localhost/venus/js/venus.js:3
register_0 http://localhost/venus/js/venus.js:3
establishConnection_bm4lxs$ http://localhost/venus/js/venus.js:3
connectToMotherboard_67wg1e$ http://localhost/venus/js/venus.js:3
loadSim_a67xwl$ http://localhost/venus/js/venus.js:3
link_ondwee$ http://localhost/venus/js/venus.js:3
assembleSimulator http://localhost/venus/js/venus.js:3
onclick http://localhost/venus/:1
Sixth error:
TypeError: "ensureNotNull(...).send_fqrh44$ is not a function"
doResume http://localhost/venus/js/venus.js:3
lambda http://localhost/venus/js/venus.js:3
doResume http://localhost/venus/scripts/korio-root-korio.js:1521
lambda http://localhost/venus/scripts/korio-root-korio.js:1561
startCoroutineUndispatched_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:34677
invoke_3o0yor$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174
start_b5ul0p$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:442
launch http://localhost/venus/scripts/kotlinx-coroutines-core.js:823
_launch http://localhost/venus/scripts/korio-root-korio.js:1565
launchImmediately http://localhost/venus/scripts/korio-root-korio.js:1220
launch_1 http://localhost/venus/scripts/korio-root-korio.js:1235
send_p8mgzl$ http://localhost/venus/js/venus.js:3
register_0 http://localhost/venus/js/venus.js:3
establishConnection_bm4lxs$ http://localhost/venus/js/venus.js:3
connectToMotherboard_67wg1e$ http://localhost/venus/js/venus.js:3
loadSim_a67xwl$ http://localhost/venus/js/venus.js:3
link_ondwee$ http://localhost/venus/js/venus.js:3
assembleSimulator http://localhost/venus/js/venus.js:3
onclick http://localhost/venus/:1
kotlinx-coroutines-core.js:36706:13
handleCoroutineExceptionImpl http://localhost/venus/scripts/kotlinx-coroutines-core.js:36706
handleCoroutineException http://localhost/venus/scripts/kotlinx-coroutines-core.js:1953
handleJobException_tcv7n7$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:947
finalizeFinishingState_10mr1z$_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:3161
tryMakeCompletingSlowPath_uh1ctj$_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:3899
tryMakeCompleting_w5s53t$_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:3862
makeCompletingOnce_8ea4ql$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:3846
resumeWith_tl1gpc$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:416
startCoroutineUndispatched_0 http://localhost/venus/scripts/kotlinx-coroutines-core.js:34681
invoke_3o0yor$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174
start_b5ul0p$ http://localhost/venus/scripts/kotlinx-coroutines-core.js:442
launch http://localhost/venus/scripts/kotlinx-coroutines-core.js:823
_launch http://localhost/venus/scripts/korio-root-korio.js:1565
launchImmediately http://localhost/venus/scripts/korio-root-korio.js:1220
launch_1 http://localhost/venus/scripts/korio-root-korio.js:1235
send_p8mgzl$ http://localhost/venus/js/venus.js:3
register_0 http://localhost/venus/js/venus.js:3
establishConnection_bm4lxs$ http://localhost/venus/js/venus.js:3
connectToMotherboard_67wg1e$ http://localhost/venus/js/venus.js:3
loadSim_a67xwl$ http://localhost/venus/js/venus.js:3
link_ondwee$ http://localhost/venus/js/venus.js:3
assembleSimulator http://localhost/venus/js/venus.js:3
onclick http://localhost/venus/:1
Seventh and final error:
{…}
"cause_us9j0c$_0": {…}
"cause_th0jdv$_0": Object { "message_8yp7un$_0": "StandaloneCoroutine has completed normally", stack: "captureStack@http://localhost/venus/scripts/kotlin.js:29371:27\nException@http://localhost/venus/scripts/kotlin.js:32720:14\nRuntimeException@http://localhost/venus/scripts/kotlin.js:32749:17\nIllegalStateException@http://localhost/venus/scripts/kotlin.js:32789:24\nCancellationException@http://localhost/venus/scripts/kotlinx-coroutines-core.js:36816:27\nJobCancellationException@http://localhost/venus/scripts/kotlinx-coroutines-core.js:36829:27\nJobSupport.prototype.getCancellationException@http://localhost/venus/scripts/kotlinx-coroutines-core.js:3416:12\nCancellableContinuationImpl.prototype.getContinuationCancellationCause_dqr1mp$@http://localhost/venus/scripts/kotlinx-coroutines-core.js:1394:17\nChildContinuation.prototype.invoke@http://localhost/venus/scripts/kotlinx-coroutines-core.js:4638:49\nJobSupport.prototype.completeStateFinalization_a4ilmi$_0@http://localhost/venus/scripts/kotlinx-coroutines-core.js:3258:13\nJobSupport.prototype.tryFinalizeSimpleState_5emg4m$_0@http://localhost/venus/scripts/kotlinx-coroutines-core.js:3246:8\nJobSupport.prototype.tryMakeCompleting_w5s53t$_0@http://localhost/venus/scripts/kotlinx-coroutines-core.js:3857:14\nJobSupport.prototype.makeCompletingOnce_8ea4ql$@http://localhost/venus/scripts/kotlinx-coroutines-core.js:3846:27\nAbstractCoroutine.prototype.resumeWith_tl1gpc$@http://localhost/venus/scripts/kotlinx-coroutines-core.js:416:20\nstartCoroutineUndispatched_0@http://localhost/venus/scripts/kotlinx-coroutines-core.js:34689:28\nCoroutineStart.prototype.invoke_3o0yor$@http://localhost/venus/scripts/kotlinx-coroutines-core.js:2174:35\nAbstractCoroutine.prototype.start_b5ul0p$@http://localhost/venus/scripts/kotlinx-coroutines-core.js:442:9\nlaunch@http://localhost/venus/scripts/kotlinx-coroutines-core.js:823:15\n_launch@http://localhost/venus/scripts/korio-root-korio.js:1565:12\nlaunchImmediately@http://localhost/venus/scripts/korio-root-korio.js:1220:12\nlaunch_1@http://localhost/venus/scripts/korio-root-korio.js:1235:12\nMotherboardConnection.prototype.busyWait_0@http://localhost/venus/js/venus.js:3:492997\nMotherboardConnection.prototype.establishConnection_bm4lxs$@http://localhost/venus/js/venus.js:3:496201\nSimulator_0.prototype.connectToMotherboard_67wg1e$@http://localhost/venus/js/venus.js:3:521160\nDriver.prototype.loadSim_a67xwl$@http://localhost/venus/js/venus.js:3:47038\nDriver.prototype.link_ondwee$@http://localhost/venus/js/venus.js:3:46788\nDriver.prototype.assembleSimulator@http://localhost/venus/js/venus.js:3:43040\nonclick@http://localhost/venus/:1:8\n", name: "JobCancellationException", … }
"message_8yp7un$_0": "Job StandaloneCoroutine{Completed}@1 is already complete or completing, but is being completed with CompletedExceptionally[JobCancellationException: StandaloneCoroutine has completed normally; job=StandaloneCoroutine{Completed}@1]"
name: "IllegalStateException"
stack: "captureStack@http://localhost/venus/scripts/kotlin.js:29371:27\nException@http://localhost/venus/scripts/kotlin.js:32720:14\nRuntimeException@http://localhost/venus/scripts/kotlin.js:32749:17\nIllegalStateException@http://localhost/venus/scripts/kotlin.js:32789:24\nJobSupport.prototype.makeCompletingOnce_8ea4ql$@http://localhost/venus/scripts/kotlinx-coroutines-core.js:3848:13\nAbstractCoroutine.prototype.resumeWith_tl1gpc$@http://localhost/venus/scripts/kotlinx-coroutines-core.js:416:20\nCoroutineImpl.prototype.resumeWith_tl1gpc$@http://localhost/venus/scripts/kotlin.js:29549:24\n_b.prototype.resumeWith_tl1gpc$@http://localhost/venus/js/kotlin.js:3:409042\nCoroutineImpl.prototype.resumeWith_tl1gpc$@http://localhost/venus/scripts/kotlin.js:29549:24\nDispatchedTask.prototype.run@http://localhost/venus/scripts/kotlinx-coroutines-core.js:33741:22\nMessageQueue.prototype.process@http://localhost/venus/scripts/kotlinx-coroutines-core.js:37055:15\nWindowMessageQueue$schedule$lambda/<@http://localhost/venus/scripts/kotlinx-coroutines-core.js:37010:27\n"
<prototype>: Object { constructor: IllegalStateException(message, cause), stack: "" }
"message_q7r8iu$_0": "Fatal exception in coroutines machinery for DispatchedContinuation[WindowDispatcher@2, [object Object]]. Please read KDoc to 'handleFatalException' method and report this incident to maintainers"
name: "CoroutinesInternalError"
stack: "captureStack@http://localhost/venus/scripts/kotlin.js:29371:27\nError_0@http://localhost/venus/scripts/kotlin.js:32686:14\nCoroutinesInternalError@http://localhost/venus/scripts/kotlinx-coroutines-core.js:2841:13\nDispatchedTask.prototype.handleFatalException_mseuzz$@http://localhost/venus/scripts/kotlinx-coroutines-core.js:33771:16\nDispatchedTask.prototype.run@http://localhost/venus/scripts/kotlinx-coroutines-core.js:33764:10\nMessageQueue.prototype.process@http://localhost/venus/scripts/kotlinx-coroutines-core.js:37055:15\nWindowMessageQueue$schedule$lambda/<@http://localhost/venus/scripts/kotlinx-coroutines-core.js:37010:27\n"
<prototype>: {…}
constructor: function CoroutinesInternalError(message, cause)
stack: ""
<prototype>: {…}
cause:
constructor: function Error_0(message, cause)
message:
stack: ""
<get cause()>: get()
length: 0
name: "get"
prototype: Object { … }
<prototype>: function ()
<get message()>: function get()
<prototype>: Object { … }
kotlinx-coroutines-core.js:36706:13
It's a lot, I know, but some errors are the same. I wanted to give you as much information as possible.
Here is my korio-root-korio.js
file and here is the venus.js
file and lastly here is my kotlinx-coroutines-core.js