You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error happens when asking to explain a git commit in a project with many modules and Git root, it does not happen when I use in a single project/module.
Relevant log output or stack trace
Unhandled exception in Dispatchers.Default
java.lang.IllegalStateException: Unable to find commits for given revisions: fa5646ddcb6960205d422164e759879b629c3dd8
at ee.carlrobert.codegpt.actions.ExplainGitCommitAction.getCommitsForRevisions(ExplainGitCommitAction.kt:68)
at ee.carlrobert.codegpt.actions.ExplainGitCommitAction.access$getCommitsForRevisions(ExplainGitCommitAction.kt:21)
at ee.carlrobert.codegpt.actions.ExplainGitCommitAction$actionPerformed$1.invokeSuspend(ExplainGitCommitAction.kt:38)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelled}@702edf, Dispatchers.Default]
Steps to reproduce
Have a single project with multiple Gradle modules, and then right-click a commit and ask it to explain commit with codeGPT.
CodeGPT version
2.13.1-241.1
Operating System
Linux
The text was updated successfully, but these errors were encountered:
What happened?
An error happens when asking to explain a git commit in a project with many modules and Git root, it does not happen when I use in a single project/module.
Relevant log output or stack trace
Steps to reproduce
Have a single project with multiple Gradle modules, and then right-click a commit and ask it to explain commit with codeGPT.
CodeGPT version
2.13.1-241.1
Operating System
Linux
The text was updated successfully, but these errors were encountered: