romaindalichamp / TerminalTabTailor

Intellij Plugin to rename automatically the tabs
https://plugins.jetbrains.com/plugin/23903-terminal-tab-tailor
Apache License 2.0
9 stars 0 forks source link

fix: Last Action: SearchEverywhere - Flow exception transparency is violated #15

Closed romaindalichamp closed 7 months ago

romaindalichamp commented 8 months ago

[edit] - is this from this plugin ?

This error is happening only one time, the first time the action "Open in terminal" is listed from "Double shift menu". It seems to do not change the expected behavior in place

2024-03-13 10:43:17,069 [ 112612] SEVERE - #c.i.i.u.g.ActionAsyncProvider - Found items limit reached
com.intellij.ide.util.gotoByName.SearchFinishedException: Found items limit reached
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$sendResults$3.invokeSuspend(ActionAsyncProvider.kt:122)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$sendResults$3.invoke(ActionAsyncProvider.kt)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$sendResults$3.invoke(ActionAsyncProvider.kt)
    at kotlinx.coroutines.flow.FlowKt__TransformKt$onEach$$inlined$unsafeTransform$1$2.emit(Emitters.kt:223)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$map$2$2.emit(Emitters.kt:223)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$map$1$2.emit(Emitters.kt:223)
    at kotlinx.coroutines.flow.internal.SafeCollectorKt$emitFun$1.invoke(SafeCollector.kt:15)
    at kotlinx.coroutines.flow.internal.SafeCollectorKt$emitFun$1.invoke(SafeCollector.kt:15)
    at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:87)
    at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:66)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$transform$1$1.emit(Emitters.kt:228)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$filter$1$2.emit(Emitters.kt:223)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$mapNotNull$1$2.emit(Emitters.kt:227)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:37)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Channels.kt)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
    at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
    at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
    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)
2024-03-13 10:43:17,072 [ 112615] SEVERE - #c.i.i.u.g.ActionAsyncProvider - IntelliJ IDEA 2023.3.4  Build #IC-233.14475.28
2024-03-13 10:43:17,072 [ 112615] SEVERE - #c.i.i.u.g.ActionAsyncProvider - JDK: 17.0.10; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2024-03-13 10:43:17,072 [ 112615] SEVERE - #c.i.i.u.g.ActionAsyncProvider - OS: Windows 10
2024-03-13 10:43:17,073 [ 112616] SEVERE - #c.i.i.u.g.ActionAsyncProvider - Last Action: SearchEverywhere
2024-03-13 10:43:17,126 [ 112669] SEVERE - #c.i.i.u.g.ActionAsyncProvider - Flow exception transparency is violated:
    Previous 'emit' call has thrown exception com.intellij.ide.util.gotoByName.SearchFinishedException: Found items limit reached, but then emission attempt of value 'MatchedAction(action=Open File in Project... (), mode=NAME, weight=11071)' has been detected.
    Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
    For a more detailed explanation, please refer to Flow documentation.
java.lang.IllegalStateException: Flow exception transparency is violated:
    Previous 'emit' call has thrown exception com.intellij.ide.util.gotoByName.SearchFinishedException: Found items limit reached, but then emission attempt of value 'MatchedAction(action=Open File in Project... (), mode=NAME, weight=11071)' has been detected.
    Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
    For a more detailed explanation, please refer to Flow documentation.
    at kotlinx.coroutines.flow.internal.SafeCollector.exceptionTransparencyViolated(SafeCollector.kt:140)
    at kotlinx.coroutines.flow.internal.SafeCollector.checkContext(SafeCollector.kt:104)
    at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:83)
    at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:66)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$transform$1$1.emit(Emitters.kt:228)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$filter$1$2.emit(Emitters.kt:223)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$mapNotNull$1$2.emit(Emitters.kt:227)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:37)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Channels.kt)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
    at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
    at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
    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)
2024-03-13 10:43:17,127 [ 112670] SEVERE - #c.i.i.u.g.ActionAsyncProvider - IntelliJ IDEA 2023.3.4  Build #IC-233.14475.28
2024-03-13 10:43:17,127 [ 112670] SEVERE - #c.i.i.u.g.ActionAsyncProvider - JDK: 17.0.10; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2024-03-13 10:43:17,127 [ 112670] SEVERE - #c.i.i.u.g.ActionAsyncProvider - OS: Windows 10
2024-03-13 10:43:17,127 [ 112670] SEVERE - #c.i.i.u.g.ActionAsyncProvider - Last Action: SearchEverywhere
2024-03-13 10:43:17,143 [ 112686] SEVERE - #c.i.i.u.g.ActionAsyncProvider -         Flow exception transparency is violated:
            Previous 'emit' call has thrown exception java.lang.IllegalStateException: Flow exception transparency is violated:
Previous 'emit' call has thrown exception com.intellij.ide.util.gotoByName.SearchFinishedException: Found items limit reached, but then emission attempt of value 'MatchedAction(action=Open File in Project... (), mode=NAME, weight=11071)' has been detected.
Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open FUS Test Scheme File (Opens events test scheme file in IDE), mode=DESCRIPTION, weight=0)' has been detected.
            Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
            For a more detailed explanation, please refer to Flow documentation.
java.lang.IllegalStateException:         Flow exception transparency is violated:
            Previous 'emit' call has thrown exception java.lang.IllegalStateException: Flow exception transparency is violated:
Previous 'emit' call has thrown exception com.intellij.ide.util.gotoByName.SearchFinishedException: Found items limit reached, but then emission attempt of value 'MatchedAction(action=Open File in Project... (), mode=NAME, weight=11071)' has been detected.
Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open FUS Test Scheme File (Opens events test scheme file in IDE), mode=DESCRIPTION, weight=0)' has been detected.
            Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
            For a more detailed explanation, please refer to Flow documentation.
    at kotlinx.coroutines.flow.internal.SafeCollector.exceptionTransparencyViolated(SafeCollector.kt:140)
    at kotlinx.coroutines.flow.internal.SafeCollector.checkContext(SafeCollector.kt:104)
    at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:83)
    at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:66)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$transform$1$1.emit(Emitters.kt:228)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$filter$1$2.emit(Emitters.kt:223)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$mapNotNull$1$2.emit(Emitters.kt:227)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:37)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Channels.kt)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
    at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
    at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
    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)
2024-03-13 10:43:17,143 [ 112686] SEVERE - #c.i.i.u.g.ActionAsyncProvider - IntelliJ IDEA 2023.3.4  Build #IC-233.14475.28
2024-03-13 10:43:17,144 [ 112687] SEVERE - #c.i.i.u.g.ActionAsyncProvider - JDK: 17.0.10; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2024-03-13 10:43:17,144 [ 112687] SEVERE - #c.i.i.u.g.ActionAsyncProvider - OS: Windows 10
2024-03-13 10:43:17,144 [ 112687] SEVERE - #c.i.i.u.g.ActionAsyncProvider - Last Action: SearchEverywhere
2024-03-13 10:43:17,177 [ 112720] SEVERE - #c.i.i.u.g.ActionAsyncProvider -             Flow exception transparency is violated:
                Previous 'emit' call has thrown exception java.lang.IllegalStateException:         Flow exception transparency is violated:
            Previous 'emit' call has thrown exception java.lang.IllegalStateException: Flow exception transparency is violated:
Previous 'emit' call has thrown exception com.intellij.ide.util.gotoByName.SearchFinishedException: Found items limit reached, but then emission attempt of value 'MatchedAction(action=Open File in Project... (), mode=NAME, weight=11071)' has been detected.
Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open FUS Test Scheme File (Opens events test scheme file in IDE), mode=DESCRIPTION, weight=0)' has been detected.
            Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
            For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open on Space (Open link in browser), mode=DESCRIPTION, weight=0)' has been detected.
                Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
                For a more detailed explanation, please refer to Flow documentation.
java.lang.IllegalStateException:             Flow exception transparency is violated:
                Previous 'emit' call has thrown exception java.lang.IllegalStateException:         Flow exception transparency is violated:
            Previous 'emit' call has thrown exception java.lang.IllegalStateException: Flow exception transparency is violated:
Previous 'emit' call has thrown exception com.intellij.ide.util.gotoByName.SearchFinishedException: Found items limit reached, but then emission attempt of value 'MatchedAction(action=Open File in Project... (), mode=NAME, weight=11071)' has been detected.
Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open FUS Test Scheme File (Opens events test scheme file in IDE), mode=DESCRIPTION, weight=0)' has been detected.
            Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
            For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open on Space (Open link in browser), mode=DESCRIPTION, weight=0)' has been detected.
                Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
                For a more detailed explanation, please refer to Flow documentation.
    at kotlinx.coroutines.flow.internal.SafeCollector.exceptionTransparencyViolated(SafeCollector.kt:140)
    at kotlinx.coroutines.flow.internal.SafeCollector.checkContext(SafeCollector.kt:104)
    at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:83)
    at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:66)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$transform$1$1.emit(Emitters.kt:228)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$filter$1$2.emit(Emitters.kt:223)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$mapNotNull$1$2.emit(Emitters.kt:227)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:37)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Channels.kt)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
    at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
    at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
    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)
2024-03-13 10:43:17,177 [ 112720] SEVERE - #c.i.i.u.g.ActionAsyncProvider - IntelliJ IDEA 2023.3.4  Build #IC-233.14475.28
2024-03-13 10:43:17,178 [ 112721] SEVERE - #c.i.i.u.g.ActionAsyncProvider - JDK: 17.0.10; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2024-03-13 10:43:17,178 [ 112721] SEVERE - #c.i.i.u.g.ActionAsyncProvider - OS: Windows 10
2024-03-13 10:43:17,178 [ 112721] SEVERE - #c.i.i.u.g.ActionAsyncProvider - Last Action: SearchEverywhere
2024-03-13 10:43:17,276 [ 112819] SEVERE - #c.i.i.u.g.ActionAsyncProvider -             Flow exception transparency is violated:
                Previous 'emit' call has thrown exception java.lang.IllegalStateException:             Flow exception transparency is violated:
                Previous 'emit' call has thrown exception java.lang.IllegalStateException:         Flow exception transparency is violated:
            Previous 'emit' call has thrown exception java.lang.IllegalStateException: Flow exception transparency is violated:
Previous 'emit' call has thrown exception com.intellij.ide.util.gotoByName.SearchFinishedException: Found items limit reached, but then emission attempt of value 'MatchedAction(action=Open File in Project... (), mode=NAME, weight=11071)' has been detected.
Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open FUS Test Scheme File (Opens events test scheme file in IDE), mode=DESCRIPTION, weight=0)' has been detected.
            Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
            For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open on Space (Open link in browser), mode=DESCRIPTION, weight=0)' has been detected.
                Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
                For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open External Config (Opens the external project file in the editor), mode=DESCRIPTION, weight=0)' has been detected.
                Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
                For a more detailed explanation, please refer to Flow documentation.
java.lang.IllegalStateException:             Flow exception transparency is violated:
                Previous 'emit' call has thrown exception java.lang.IllegalStateException:             Flow exception transparency is violated:
                Previous 'emit' call has thrown exception java.lang.IllegalStateException:         Flow exception transparency is violated:
            Previous 'emit' call has thrown exception java.lang.IllegalStateException: Flow exception transparency is violated:
Previous 'emit' call has thrown exception com.intellij.ide.util.gotoByName.SearchFinishedException: Found items limit reached, but then emission attempt of value 'MatchedAction(action=Open File in Project... (), mode=NAME, weight=11071)' has been detected.
Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open FUS Test Scheme File (Opens events test scheme file in IDE), mode=DESCRIPTION, weight=0)' has been detected.
            Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
            For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open on Space (Open link in browser), mode=DESCRIPTION, weight=0)' has been detected.
                Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
                For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open External Config (Opens the external project file in the editor), mode=DESCRIPTION, weight=0)' has been detected.
                Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
                For a more detailed explanation, please refer to Flow documentation.
    at kotlinx.coroutines.flow.internal.SafeCollector.exceptionTransparencyViolated(SafeCollector.kt:140)
    at kotlinx.coroutines.flow.internal.SafeCollector.checkContext(SafeCollector.kt:104)
    at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:83)
    at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:66)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$transform$1$1.emit(Emitters.kt:228)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$filter$1$2.emit(Emitters.kt:223)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$mapNotNull$1$2.emit(Emitters.kt:227)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:37)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Channels.kt)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
    at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
    at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
    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)
2024-03-13 10:43:17,277 [ 112820] SEVERE - #c.i.i.u.g.ActionAsyncProvider - IntelliJ IDEA 2023.3.4  Build #IC-233.14475.28
2024-03-13 10:43:17,277 [ 112820] SEVERE - #c.i.i.u.g.ActionAsyncProvider - JDK: 17.0.10; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2024-03-13 10:43:17,277 [ 112820] SEVERE - #c.i.i.u.g.ActionAsyncProvider - OS: Windows 10
2024-03-13 10:43:17,277 [ 112820] SEVERE - #c.i.i.u.g.ActionAsyncProvider - Last Action: SearchEverywhere
2024-03-13 10:43:17,285 [ 112828] SEVERE - #c.i.i.u.g.ActionAsyncProvider -             Flow exception transparency is violated:
                Previous 'emit' call has thrown exception java.lang.IllegalStateException:             Flow exception transparency is violated:
                Previous 'emit' call has thrown exception java.lang.IllegalStateException:             Flow exception transparency is violated:
                Previous 'emit' call has thrown exception java.lang.IllegalStateException:         Flow exception transparency is violated:
            Previous 'emit' call has thrown exception java.lang.IllegalStateException: Flow exception transparency is violated:
Previous 'emit' call has thrown exception com.intellij.ide.util.gotoByName.SearchFinishedException: Found items limit reached, but then emission attempt of value 'MatchedAction(action=Open File in Project... (), mode=NAME, weight=11071)' has been detected.
Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open FUS Test Scheme File (Opens events test scheme file in IDE), mode=DESCRIPTION, weight=0)' has been detected.
            Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
            For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open on Space (Open link in browser), mode=DESCRIPTION, weight=0)' has been detected.
                Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
                For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open External Config (Opens the external project file in the editor), mode=DESCRIPTION, weight=0)' has been detected.
                Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
                For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open New Vcs Log Tab in Editor (Open new tab with Vcs Log in editor), mode=NAME, weight=11011)' has been detected.
                Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
                For a more detailed explanation, please refer to Flow documentation.
java.lang.IllegalStateException:             Flow exception transparency is violated:
                Previous 'emit' call has thrown exception java.lang.IllegalStateException:             Flow exception transparency is violated:
                Previous 'emit' call has thrown exception java.lang.IllegalStateException:             Flow exception transparency is violated:
                Previous 'emit' call has thrown exception java.lang.IllegalStateException:         Flow exception transparency is violated:
            Previous 'emit' call has thrown exception java.lang.IllegalStateException: Flow exception transparency is violated:
Previous 'emit' call has thrown exception com.intellij.ide.util.gotoByName.SearchFinishedException: Found items limit reached, but then emission attempt of value 'MatchedAction(action=Open File in Project... (), mode=NAME, weight=11071)' has been detected.
Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open FUS Test Scheme File (Opens events test scheme file in IDE), mode=DESCRIPTION, weight=0)' has been detected.
            Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
            For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open on Space (Open link in browser), mode=DESCRIPTION, weight=0)' has been detected.
                Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
                For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open External Config (Opens the external project file in the editor), mode=DESCRIPTION, weight=0)' has been detected.
                Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
                For a more detailed explanation, please refer to Flow documentation., but then emission attempt of value 'MatchedAction(action=Open New Vcs Log Tab in Editor (Open new tab with Vcs Log in editor), mode=NAME, weight=11011)' has been detected.
                Emissions from 'catch' blocks are prohibited in order to avoid unspecified behaviour, 'Flow.catch' operator can be used instead.
                For a more detailed explanation, please refer to Flow documentation.
    at kotlinx.coroutines.flow.internal.SafeCollector.exceptionTransparencyViolated(SafeCollector.kt:140)
    at kotlinx.coroutines.flow.internal.SafeCollector.checkContext(SafeCollector.kt:104)
    at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:83)
    at kotlinx.coroutines.flow.internal.SafeCollector.emit(SafeCollector.kt:66)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$transform$1$1.emit(Emitters.kt:228)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$filter$1$2.emit(Emitters.kt:223)
    at com.intellij.ide.util.gotoByName.ActionAsyncProvider$unmatchedStubsFlow$$inlined$mapNotNull$1$2.emit(Emitters.kt:227)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:37)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Channels.kt)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
    at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
    at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
    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)
2024-03-13 10:43:17,286 [ 112829] SEVERE - #c.i.i.u.g.ActionAsyncProvider - IntelliJ IDEA 2023.3.4  Build #IC-233.14475.28
2024-03-13 10:43:17,286 [ 112829] SEVERE - #c.i.i.u.g.ActionAsyncProvider - JDK: 17.0.10; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2024-03-13 10:43:17,286 [ 112829] SEVERE - #c.i.i.u.g.ActionAsyncProvider - OS: Windows 10
2024-03-13 10:43:17,286 [ 112829] SEVERE - #c.i.i.u.g.ActionAsyncProvider - Last Action: SearchEverywhere