playwright: [BUG] Error: Failed to download chromium v1000
We have started seeing intermittent issues while trying to download Playwright in our Azure Pipelines:
yarn run v1.22.19
$ /__w/1/s/node_modules/.bin/npm-run-all -lp 'electron x64' playwright-install
[electron x64 ] $ node build/lib/electron x64
[playwright-install] $ node build/azure-pipelines/common/installPlaywright.js
[playwright-install] /__w/1/s/node_modules/playwright-core/lib/server/registry/index.js:613
[playwright-install] throw new Error(`Failed to download ${title}, caused by\n${e.stack}`);
[playwright-install] ^
[playwright-install]
[playwright-install] Error: Failed to download chromium v1000, caused by
[playwright-install] Error: Client network socket disconnected before secure TLS connection was established
[playwright-install] at connResetException (node:internal/errors:692:14)
[playwright-install] at TLSSocket.onConnectEnd (node:_tls_wrap:1587:19)
[playwright-install] at TLSSocket.emit (node:events:539:35)
[playwright-install] at endReadableNT (node:internal/streams/readable:1345:12)
[playwright-install] at processTicksAndRejections (node:internal/process/task_queues:83:21)
[playwright-install] at /__w/1/s/node_modules/playwright-core/lib/server/registry/index.js:613:13
[playwright-install] at async Registry._downloadExecutable (/__w/1/s/node_modules/playwright-core/lib/server/registry/index.js:612:5)
[playwright-install] at async Registry.install (/__w/1/s/node_modules/playwright-core/lib/server/registry/index.js:590:9)
[playwright-install] at async installBrowsersForNpmInstall (/__w/1/s/node_modules/playwright-core/lib/server/registry/index.js:780:3)
[playwright-install] at async retry (/__w/1/s/build/azure-pipelines/common/retry.js:12:20)
[playwright-install] at async install (/__w/1/s/build/azure-pipelines/common/installPlaywright.js:10:5)
[playwright-install] error Command failed with exit code 1.
[playwright-install] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: "playwright-install" exited with 1.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Are there any known issues with the infrastructure hosting Playwright? Thank you!
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 16 (12 by maintainers)
Seems like this is happening again at the moment:
It seems so basic that I feel silly even asking but… don’t you fetch from somewhere that has redundancy across continents?
Because at the moment, Azure seems to experience an outage only in one location:
UPDATE I suppose the outage is more severe than previously reported and spans continents… (Screenshot taken from this status page - which is a bit different than the one mentioned above)