Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin not installing properly on M1 Mac #93

Closed
areifert opened this issue Apr 6, 2023 · 11 comments
Closed

Plugin not installing properly on M1 Mac #93

areifert opened this issue Apr 6, 2023 · 11 comments
Assignees
Labels
bug Something isn't working

Comments

@areifert
Copy link

areifert commented Apr 6, 2023

Describe the bug
I'm trying to install this plugin from VS Code installed on an M1 Mac (using the built-in Extensions Marketplace). After clicking "Install", I received a prompt to authenticate via GitHub, which appears to work.

However, when navigating to the GitHub Actions tab in VS Code, I only see the message "Unable to connect to the GitHub API, please check your internet connection" along with a Refresh button. Clicking Refresh appears to have no effect.

Tried opening the Developer Console in VS Code, and am seeing the following error message:

Screenshot 2023-04-06 at 10 43 05

I've tried uninstalling and reinstalling the plugin several times and am still seeing this error message.

To Reproduce
Steps to reproduce the behavior:

  1. Open the Extensions tab in VS Code, search for "GitHub Actions"
  2. Select the GitHub Actions extensions and click Install
  3. When prompted, complete GitHub authentication for this plugin
  4. Navigate to the GitHub Actions tab in VS Code
  5. Error message "Unable to connect to the GitHub API, please check your internet connection" is displayed. Clicking on the Refresh button has no effect.
  6. Open the Developer Console (under Help > Toggle Developer Tools), error message "Activating extension 'github.vscode-github-actions' failed: Not Found." is displayed.

Extension Version
v0.25.3

Additional context
System: MacBook Pro 2021 (Apple M1 Pro)
OS: macOS Ventura 13.3

VS Code information:
Version: 1.77.1 (Universal)
Commit: b7886d7461186a5eac768481578c1d7ca80e2d21
Date: 2023-04-04T23:23:33.779Z (1 day ago)
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Darwin arm64 22.4.0
Sandboxed: No

@KetchupOnMyKetchup
Copy link
Contributor

This should be fixed in the newly released version 0.25.4.

@areifert
Copy link
Author

areifert commented Apr 7, 2023

I just installed the latest version of this plugin, still seeing this exact same error behavior. Please reopen this issue.

(Why was this issue closed without any opportunity for end user testing?)

@KetchupOnMyKetchup
Copy link
Contributor

We'll take a look at this next week, thanks so much for letting us know!

Sorry about that, we're currently working on determining the best workflow for us and issues can always be re-opened if it isn't resolved. If we close the issue, it's a good way to indicate that we tried to fix the issue and that there is a new release.

@areifert
Copy link
Author

areifert commented Apr 8, 2023

Understood, thank you for reopening this issue. Please let me know if you need any further info for troubleshooting.

@joshmgross
Copy link
Member

I'm on an M1 Mac with the same OS version 13.3.1:

CleanShot 2023-04-10 at 15 48 17

I'm not seeing any issues installing or activating the extension.

@KetchupOnMyKetchup
Copy link
Contributor

KetchupOnMyKetchup commented Apr 10, 2023

@areifert - We just tried this on an M1 Mac and didn't have any issues (see above).

Could you please try some other steps:

  1. Could you check the Output tab in VS Code and select GitHub Actions in the dropdown? We suspect there could be a network issue happening. Could you send us a copy of any errors there?
    image
  2. Could you disable your other VS Code extensions temporarily to see if they are causing an issue?

@areifert
Copy link
Author

Played around with this some more, I think I've found the root cause.

My VS Code workspace has several different Git repositories in it. I tried creating a brand new workspace and added just one Git repository, and the GitHub Actions plugin works as expected. Adding more than one Git repository also seems to work fine.

After playing around with my original workspace some more, the issue appears to be stemming from a local clone of a GitHub wiki that I have included in my workspace. After removing the directory containing my GitHub wiki, the GitHub Actions plugin works as expected.

@KetchupOnMyKetchup
Copy link
Contributor

@areifert - That's great news that you were able to get it working and found out that it was related to the Wiki directory. Could we go ahead and close this bug? We could open another one for the GitHub wiki if that's an issue that you'd like to get on the backlog.

Thank you so much for your time and help with this! 🎉

@areifert
Copy link
Author

I could rename this issue to specify that it is related to GitHub wikis. Otherwise, we could open a separate issue and close out this one. Please let me know which you would prefer.

@KetchupOnMyKetchup
Copy link
Contributor

@areifert - If it's not too much work, could we create a new one so that its less work for whoever picks it up to read? I think all the comments might be a lot to catch up on and its easier to directly state its Wikis with a clean issue then close this one. Sorry to make you create a new issue twice now! And thank you a ton!

@areifert
Copy link
Author

Opened new issue #111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

4 participants