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

ECONNREFUSED #78

Closed
abelikt opened this issue Jun 4, 2021 · 2 comments
Closed

ECONNREFUSED #78

abelikt opened this issue Jun 4, 2021 · 2 comments

Comments

@abelikt
Copy link

abelikt commented Jun 4, 2021

Hi all,
I'm having an issue with downloading artifacts that seems to be machine dependent.
It works fine on one machine but not on the other.
Both of them are Raspberry Pi's that are configured as self-hosted runners in github.

This is the log from GH Actions:

Run dawidd6/action-download-artifact@v2
==> Workflow: build-workflow.yml
==> Repo: abelikt/thin-edge.io
==> Conclusion: success
==> Branch: continuous_integration
Error: request to https://api.github.com/repos/abelikt/thin-edge.io/actions/workflows/build-workflow.yml/runs?branch=continuous_integration&event=&status=success failed, reason: connect ECONNREFUSED 140.82.121.6:443

It seems to work fine when I do this on the machine where it fails:
curl "https://api.github.com/repos/abelikt/thin-edge.io/actions/workflows/build-workflow.yml/runs?branch=continuous_integration&event=&status=success"

I'm quite puzzled.
Do you maybe have an Idea why this could happen?

Thanks & regards
Michael

@dawidd6
Copy link
Owner

dawidd6 commented Jun 4, 2021

Nope. For sure this is not the Action issue. More like octokit.js I would say, if curling the API works fine. Or just your runner, firewall or something else.

@abelikt abelikt closed this as completed Jun 11, 2021
@abelikt
Copy link
Author

abelikt commented Jun 11, 2021

Will open an issue here: https://github.com/actions/virtual-environments/issues (hint from GitHub Support).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants