Hello,
I'm trying to install playwright in a virtual environment using Python 3.8. The package downloads and installs perfectly. However, I fail on the second step, finalizing the installation. Does anyone have an idea what the issue might be? Any help is greatly appreciated.
Thank you, Andy
(AVE) 06:39 ~ $ python -m playwright install
(node:468732) UnhandledPromiseRejectionWarning: Error: Download failed: server returned code 403. URL: https://playwright.azureedge.net/builds/chromium/833159/chromium
-linux.zip
at /snapshot/playwright-cli/node_modules/playwright/lib/install/browserFetcher.js:199:27
at ClientRequest.requestCallback (/snapshot/playwright-cli/node_modules/playwright/lib/install/browserFetcher.js:244:13)
at Object.onceWrapper (events.js:422:26)
at ClientRequest.emit (events.js:315:20)
at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:596:27)
at HTTPParser.parserOnHeadersComplete (_http_common.js:119:17)
at Socket.socketOnData (_http_client.js:469:22)
at Socket.emit (events.js:315:20)
at Socket.Readable.read (_stream_readable.js:506:10)
at Socket.read (net.js:624:39)
(node:468732) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block
, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections
=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:468732) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node
.js process with a non-zero exit code.