Otanikotani / view-github-actions-idea-plugin

Intellij IDEA plugin to browse execution of GitHub actions
MIT License
25 stars 8 forks source link

Exception in plugin with Webstorm 2021.2 #45

Open alveshelio opened 3 years ago

alveshelio commented 3 years ago

Hi,

I've been using this very useful plugin but unfortunately it stopped working correctly lately. I'm not sure what kind of information you need to I'm pasting the stacktrace and induced content files stacktrace:

WebStorm 2021.2
Build #WS-212.4746.80, built on July 23, 2021
Runtime version: 11.0.11+9-b1504.13 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 11.5.1
GC: ParNew, ConcurrentMarkSweep
Memory: 4012M
Cores: 12
Registry: debugger.watches.in.variables=false, documentation.show.toolbar=true, ide.experimental.ui.toolwindow.stripes=true, ide.balloon.shadow.size=0, eslint.additional.file.extensions=svelte
Non-Bundled Plugins: HtmlEntity (1.1), awesome.console (0.1337.11), com.github.lppedd.idea-conventional-commit (0.19.0), com.github.patou.gitmoji (1.8.1), com.intellij.apacheConfig (212.4746.57), com.intellij.properties (212.4746.57), com.jetbrains.darkPurpleTheme (1.2), com.jetbrains.plugins.ini4idea (212.4746.57), org.intellij.plugins.postcss (212.4746.57), com.paperetto.dash (3.3), com.wix.scss.lint (2.1.1), de.docs_as_co.intellij.plugin.diagramsnet (0.1.11), in.twbs.pure (0.0.1), jp.roundrop.sqlformatter (0.1), monokai-pro (1.3.2), net.antelle.intellij-xcode-dark-theme (1.2.4), net.seesharpsoft.intellij.plugins.csv (2.17.1), net.vektah.codeglance (1.5.4), gr.jchrist.gitextender (0.7.0), zielu.gittoolbox (212.6.6), com.mallowigi (38.0.0), mobi.hsz.idea.gitignore (4.2.0), quokka.js (1.0.305), ru.adelf.idea.dotenv (2021.3.0.212), wallaby.js (1.0.220), org.github.otanikotani.checks-plugin (1.1.9), com.github.shiraji.emoji (3.1.0), ImportCost (1.0.7.212), me.mbolotov.cypress (1.4.1), aws.toolkit (1.29-212), mdx.js (1.2.212), com.chrisrm.idea.MaterialThemeUI (6.8.0.1), com.intellij.lang.jsgraphql (3.0.0)

induced

Following exceptions happened soon after this one, most probably they are induced.

2021-08-03T21:55:58.241
java.lang.NoSuchMethodError: 'org.jetbrains.plugins.github.util.GitRemoteUrlCoordinates org.jetbrains.plugins.github.util.GHGitRepositoryMapping.getGitRemote()'
    at org.github.otanikotani.workflow.GitHubWorkflowRunManager.updateRemoteUrls(GitHubWorkflowRunManager.kt:58)
    at org.github.otanikotani.workflow.GitHubWorkflowRunManager.access$updateRemoteUrls(GitHubWorkflowRunManager.kt:27)
    at org.github.otanikotani.workflow.GitHubWorkflowRunManager$Companion.updateRemotes(GitHubWorkflowRunManager.kt:98)
    at org.github.otanikotani.workflow.GitHubWorkflowRunManager$Companion.access$updateRemotes(GitHubWorkflowRunManager.kt:89)
    at org.github.otanikotani.workflow.GitHubWorkflowRunManager$RemoteUrlsListener$repositoryChanged$$inlined$runInEdt$1.run(GitHubWorkflowRunManager.kt:103)
    at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:214)
    at com.intellij.openapi.application.TransactionGuardImpl.access$200(TransactionGuardImpl.java:21)
    at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:196)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:794)
    at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeLater$4(ApplicationImpl.java:350)
    at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:84)
    at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:133)
    at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:46)
    at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:189)
    at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
    at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
    at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:886)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:755)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:442)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:825)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:441)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:794)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:487)
    at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

Thank you