mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #2636] ECONNREFUSED to artifact service on WSL2 with mirrored networking #1196
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @matt-carr on GitHub (Jan 28, 2025).
Original GitHub issue: https://github.com/nektos/act/issues/2636
Been trying to use
act(0.2.71) to test my workflow but I can't nail the communication between the act container and the artifact service container. I've tried default settings, plus a bunch of the suggestions in https://github.com/nektos/act/issues/329I have
networkingMode=mirroredset in my .wslconfig for compatibility with Cisco AnyConnect VPN, although it doesn't change at all if I'm on the vpn vs not. I'm able tocurlthe artifact service while act is running, both from within a WSL terminal and within arunstep@silky1313 commented on GitHub (Feb 10, 2025):
Are you using the localhost? Maybe you can try using a different ip than localhost
@matt-carr commented on GitHub (Feb 24, 2025):
I've tried the provided IP, localhost, and 127.0.0.1
@IsaacInsoll commented on GitHub (Jan 5, 2026):
I'm having the same problem. I added
networkingMode=mirroredwhich enables me to build Expo apps from within WSL2 and access them from the devices on the lan, but it has brokenactions/upload-artifact@v4