You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running exec on 1.27.7. tries to bind to an ipv6 interface which is not available on this machine and thus fails, revering back to 1.24.4 resolves the issue. I suspect this was introduced with #1463
Debug logs
[a@b~]$ npx @percy/cli exec:start -v
[percy:config] Config file not found (0ms)
[percy:client] Creating a new build... (34ms)
[percy:env] Detected ci as null (0ms)
[percy:env] Detected commit as null (0ms)
[percy:env] Detected branch as null (0ms)
[percy:env] Detected git as {"sha":null,"branch":null,"message":null,"authorName":null,"authorEmail":null,"committedAt":null,"committerName":null,"committerEmail":null} (17ms)
[percy:env] Detected target as {"commit":null,"branch":null} (0ms)
[percy:env] Detected pullRequest as null (1ms)
[percy:env] Detected parallel as {"total":null,"nonce":null} (0ms)
[percy:env] Detected partial as false (0ms)
[percy:env] Detected info as null (0ms)
[percy:core:browser] Launching browser (430ms)
[percy:core:browser] Browser connected [12436]: HeadlessChrome/120.0.6099.109 (109ms)
[percy:core:queue] Clearing discovery queue, queued state: 0, pending state: 0 (5ms)
[percy:core:browser] Closing browser (1ms)
[percy:core:browser] Browser closed (18ms)
[percy:core:queue] Clearing snapshot queue, queued state: 0, pending state: 0 (0ms)
[percy:cli] Error: listen EAFNOSUPPORT: address family not supported :::5338
at Server.setupListenHandle [as _listen2] (net.js:1314:21)
at listenInCluster (net.js:1379:12)
at doListen (net.js:1516:7)
at processTicksAndRejections (internal/process/task_queues.js:83:21) (0ms)
The problem
Cannot run percy exec
npx @percy/cli exec:start -v
Environment
@percy/cli
version: 1.27.7Details
Running exec on 1.27.7. tries to bind to an ipv6 interface which is not available on this machine and thus fails, revering back to 1.24.4 resolves the issue. I suspect this was introduced with #1463
Debug logs
ifconfig output
Workaround
Setting
PERCY_SERVER_HOST=localhost
will resolve the issueThe text was updated successfully, but these errors were encountered: