Skip to content

[Feature]: IPV6 disabling #40041

@tseguier1

Description

@tseguier1

🚀 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions