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

Random error: Unhandled exception in [StandaloneCoroutine{Cancelling}@936b01b, Dispatchers.Default] #381

Open
luimen6 opened this issue Oct 14, 2023 · 1 comment

Comments

@luimen6
Copy link

luimen6 commented Oct 14, 2023

Unhandled exception in [StandaloneCoroutine{Cancelling}@936b01b, Dispatchers.Default]

org.newsclub.net.unix.SocketClosedException: Not open
at org.newsclub.net.unix.AFCore.validFdOrException(AFCore.java:86)
at org.newsclub.net.unix.AFSocketImpl.getInputStream(AFSocketImpl.java:405)
at org.newsclub.net.unix.AFSocket.getInputStream(AFSocket.java:502)
at dev.cbyrne.kdiscordipc.core.socket.impl.UnixSocket.readBytes(UnixSocket.kt:38)
at dev.cbyrne.kdiscordipc.core.socket.impl.UnixSocket.readLittleEndianInt(UnixSocket.kt:34)
at dev.cbyrne.kdiscordipc.core.socket.impl.UnixSocket.read(UnixSocket.kt:24)
at dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler$events$1.invokeSuspend(SocketHandler.kt:35)
at dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler$events$1.invoke(SocketHandler.kt)
at dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler$events$1.invoke(SocketHandler.kt)
at kotlinx.coroutines.flow.SafeFlow.collectSafely(Builders.kt:61)
at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
at kotlinx.coroutines.flow.internal.ChannelFlowOperatorImpl.flowCollect(ChannelFlow.kt:195)
at kotlinx.coroutines.flow.internal.ChannelFlowOperator.collectTo$suspendImpl(ChannelFlow.kt:157)
at kotlinx.coroutines.flow.internal.ChannelFlowOperator.collectTo(ChannelFlow.kt)
at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:100)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelled}@936b01b, Dispatchers.Default]

@itsTyrion
Copy link

Project is abandoned, here's a maintained fork https://github.com/Azn9/JetBrains-Discord-Integration

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

2 participants