-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[Feature]: IPV6 disabling #40041
Copy link
Copy link
Closed
Description
🚀 Feature Request
A flag or any way to disable ipv6
Example
--ipv4-only
Motivation
when upgrading 1.55 => 1.59 github actions start to fail on browser install :
Downloading Chrome for Testing 147.0.7727.15 (playwright chromium v1217) from https://cdn.playwright.dev/builds/cft/147.0.7727.15/linux64/chrome-linux64.zip
Error: connect EADDRNOTAVAIL 2a00:1450:4007:80f::201b:443 - Local (:::0)
at internalConnect (node:net:1098:16)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:464:18)
at node:net:1328:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11) ***
errno: -99,
code: 'EADDRNOTAVAIL',
syscall: 'connect',
address: '2a00:1450:4007:80f::201b',
port: 443
because github action handle bad ipv6 and playwright install try to use it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels