-
Notifications
You must be signed in to change notification settings - Fork 110
Unable to resolve action, repository or version not found (ETIMEDOUT
)
#143
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
Comments
Hello ! When I test that out of proxy, everything is OK. ![]() The discussion at #127 seems to reject a proxy problem but I think it is the cause. |
Similar issue here, but only for certain actions |
I have the exact same issue, but in my case the given error is ECONNRESET rather than ETIMEDOUT. Otherwise identical issue. |
same issue here. |
same issue with |
This extension shouuld detect that the authorization is no longer valid and attempt to renew/refresh the github token. For others, if you want to confirm this is your issue - In vscode you can go to the OUTPUT then select "Github Actions" and you'll see messages about how authentication has failed. I have quite a few plugins which use github tokens and so it's possible this problem is related to interaction between them. |
same issues. look forward to resolve. |
Signing out and back in didn't sove it for me :/ |
Describe the bug
Hovering over an action name fails to load any info about it from the GitHub API, and after a while I might get an error notification.
To Reproduce
See description above & screenshot below
Expected behavior
No error
Screenshots
Extension Version
v0.25.6
OS: Linux & Windows
Additional context
From the logs for GitHub Actions Language Server:
and
Originally opened as a discussion at #127
The text was updated successfully, but these errors were encountered: