JetBrains-Discord-Integration icon indicating copy to clipboard operation
JetBrains-Discord-Integration copied to clipboard

Discord rich presence integration for all JetBrains IDEs

Results 130 JetBrains-Discord-Integration issues
Sort by recently updated
recently updated
newest added

IntelliJ IDEA 2023.2.1 Caught error when decoding packet (op: 1, length: 373) java.util.NoSuchElementException: Array contains no element matching the predicate. at dev.cbyrne.kdiscordipc.data.user.PremiumType$Companion$PremiumTypeSerializer.deserialize(PremiumType.kt:43) at dev.cbyrne.kdiscordipc.data.user.PremiumType$Companion$PremiumTypeSerializer.deserialize(PremiumType.kt:29) at kotlinx.serialization.json.internal.PolymorphicKt.decodeSerializableValuePolymorphic(Polymorphic.kt:59) at kotlinx.serialization.json.internal.AbstractJsonTreeDecoder.decodeSerializableValue(TreeJsonDecoder.kt:51) at kotlinx.serialization.internal.TaggedDecoder.decodeSerializableValue(Tagged.kt:206)...

Here's an error that display everytime at startup (on phpStorm) when Discord isn't launched : I'm on macOS Sonoma (M2) and i'm using the NewUI of phpStorm ``` Unhandled exception...

The full error is **stacktrace.txt** ``` Caught error when decoding packet (op: 0, length: 0) kotlinx.serialization.json.internal.JsonDecodingException: Cannot begin reading element, unexpected token: 10 JSON input: at kotlinx.serialization.json.internal.JsonExceptionsKt.JsonDecodingException(JsonExceptions.kt:24) at kotlinx.serialization.json.internal.JsonExceptionsKt.JsonDecodingException(JsonExceptions.kt:32) at...

I got those three exceptions. ``` Caught error when decoding packet (op: 1, length: 351) java.util.NoSuchElementException: Array contains no element matching the predicate. at dev.cbyrne.kdiscordipc.data.user.PremiumType$Companion$PremiumTypeSerializer.deserialize(PremiumType.kt:43) at dev.cbyrne.kdiscordipc.data.user.PremiumType$Companion$PremiumTypeSerializer.deserialize(PremiumType.kt:29) at kotlinx.serialization.json.internal.PolymorphicKt.decodeSerializableValuePolymorphic(Polymorphic.kt:59) at...

Discord is launched, I am in an IntelliJ project. Caught error when decoding packet (op: 1, length: 374) java.util.NoSuchElementException: Array contains no element matching the predicate. at dev.cbyrne.kdiscordipc.data.user.PremiumType$Companion$PremiumTypeSerializer.deserialize(PremiumType.kt:43) at dev.cbyrne.kdiscordipc.data.user.PremiumType$Companion$PremiumTypeSerializer.deserialize(PremiumType.kt:29)...

I don't think it's quite compatible with this version yet. :) ``` java.lang.Throwable: Must be precomputed at com.intellij.openapi.diagnostic.Logger.error(Logger.java:370) at com.intellij.ui.scale.JBUIScale.computeSystemScaleFactor(JBUIScale.kt:188) at com.intellij.ui.scale.JBUIScale$systemScaleFactor$1.invoke(JBUIScale.kt:67) at com.intellij.ui.scale.JBUIScale$systemScaleFactor$1.invoke(JBUIScale.kt:66) at com.intellij.util.concurrency.SynchronizedClearableLazy._get_value_$lambda$1$lambda$0(SynchronizedClearableLazy.kt:41) at java.base/java.util.concurrent.atomic.AtomicReference.updateAndGet(AtomicReference.java:210) at com.intellij.util.concurrency.SynchronizedClearableLazy.getValue(SynchronizedClearableLazy.kt:40)...

Unhandled exception in [StandaloneCoroutine{Cancelling}@4c5f2cf8, Dispatchers.Default] java.io.IOException: Stream Closed at java.base/java.io.RandomAccessFile.read0(Native Method) at java.base/java.io.RandomAccessFile.read(RandomAccessFile.java:365) at java.base/java.io.RandomAccessFile.readInt(RandomAccessFile.java:837) at dev.cbyrne.kdiscordipc.core.socket.impl.WindowsSocket.read(WindowsSocket.kt:38) 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...

When using the plugin for a few minutes, it will error and stop RPC, and the last thing you were doing is stuck on Discord profile until IDE is reloaded....

When using the plugin in the Jetbrains Client for a collaborative code session, the plugin asks if you want to display presence (as it should) but does not display anything....

This is an error I'm getting everytime I open the editor while Discord isn't launched : ``` Unhandled exception in [StandaloneCoroutine{Cancelling}@145ef2d3, Dispatchers.Default] dev.cbyrne.kdiscordipc.core.error.ConnectionError$NoIPCFile: Failed to find an IPC file. Is...