github / vscode-github-actions

GitHub Actions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-github-actions
MIT License
475 stars 72 forks source link

Cannot "sign in to github" #294

Closed ilsaloving closed 2 months ago

ilsaloving commented 5 months ago

Describe the bug I just installed the extension, and when I click github actions, a side panel appears with the button "Sign in to Github". Clicking the button does absolutely nothing.

If I open the dev console, I see the following errors appear:

mainThreadExtensionService.ts:113 Activating extension 'github.vscode-github-actions' failed: Timed out waiting for authentication provider to register.
$onExtensionActivationError @ mainThreadExtensionService.ts:113
log.ts:437   ERR command 'github-actions.sign-in' not found: Error: command 'github-actions.sign-in' not found
    at k.n (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1568:12343)
    at k.executeCommand (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1568:12272)
    at async c.open (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:657:44311)
    at async h.open (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:657:45692)

To Reproduce Steps to reproduce the behavior:

  1. Install the extension
  2. Click 'Github Actions' button on the left panel
  3. Twiddle thumbs

Expected behavior I expect it to work.

Screenshots If applicable, add screenshots to help explain your problem.

Extension Version v0.26.2

Additional context Add any other context about the problem here.

clssn commented 4 months ago

Any news or ideas for workarounds? I can't use the extension anymore - at all. I can contribute a screenshot as evidence: image

djthornton1212 commented 2 months ago

I can corroborate. I cannot log in with the GitHub Actions extension at all either: image

ERR command 'github-actions.sign-in' not found: Error: command 'github-actions.sign-in' not found at y.n (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1609:23057) at y.executeCommand (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1609:22986) at async c.open (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:658:44419) at async d.open (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:658:45800) mainThreadExtensionService.ts:113 Activating extension 'github.vscode-github-actions' failed: Timed out waiting for authentication provider to register. $onExtensionActivationError @ mainThreadExtensionService.ts:113

felipesu19 commented 2 months ago

Generally speaking, we cannot help with login issues, as they are almost always networking/user specific.

ilsaloving commented 2 months ago

This is garbage. It's not a login issue NOR a network issue. If it was an issue, why is there no notification or something so we can know what the problem is?

Did you even LOOK at the error messages? Here it is again, since reading comprehension appears to be a problem:

mainThreadExtensionService.ts:113 Activating extension 'github.vscode-github-actions' failed: Timed out waiting for authentication provider to register. $onExtensionActivationError @ mainThreadExtensionService.ts:113 log.ts:437 ERR command 'github-actions.sign-in' not found: Error: command 'github-actions.sign-in' not found

This plugin flat out doesn't work. If you are not willing to maintain it, then hand the project over to someone who does.