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
Ran `npx -y playwright install chrome --with-deps``
Wait until the ffmpeg-linux download
Expected behavior
I expected to see this:
+ google-chrome --version
Google Chrome 133.0.6943.53
Downloading FFMPEG playwright build v1010 from https://playwright.azureedge.net/builds/ffmpeg/1010/ffmpeg-linux.zip
| | 0% of 2.3 MiB
|■■■■■■■■ | 10% of 2.3 MiB
|■■■■■■■■■■■■■■■■ | 20% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■ | 30% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | 40% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | 50% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | 60% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | 70% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | 80% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | 90% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■| 100% of 2.3 MiB
FFMPEG playwright build v1010 downloaded to /root/.cache/ms-playwright/ffmpeg-1010
Actual behavior
From February 1st until February 5th, I saw this instead:
+ google-chrome --version
Google Chrome 132.0.6834.159
Downloading FFMPEG playwright build v1011 from https://cdn.playwright.dev/dbazure/download/playwright/builds/ffmpeg/1011/ffmpeg-linux.zip
WARNING: step_script could not run to completion because the timeout was exceeded. For more control over job and script timeouts see: https://docs.gitlab.com/ee/ci/runners/configure_runners.html#set-script-and-after_script-timeouts
ERROR: Job failed: execution took longer than 4h0m0s seconds
Reason: cdn.playwright.dev is blocked by our proxy, but playwright.azureedge.net not.
Additional context
Somehow, the ffmpeg-linux package was downloaded from a different CDN during some days, no playwright update in the middle. Is this common? Will it happen again?
These were the logs on the last "working" example before the first failure:
+ google-chrome --version
Google Chrome 132.0.6834.159
Downloading FFMPEG playwright build v1011 from https://cdn.playwright.dev/dbazure/download/playwright/builds/ffmpeg/1011/ffmpeg-linux.zip
Error: Proxy connection ended before receiving CONNECT response
at Socket.a (./node_modules/playwright-core/lib/utilsBundleImpl/index.js:9:1964)
at Socket.emit (node:events:530:35)
at endReadableNT (node:internal/streams/readable:1698:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Downloading FFMPEG playwright build v1011 from https://playwright.download.prss.microsoft.com/dbazure/download/playwright/builds/ffmpeg/1011/ffmpeg-linux.zip
| | 0% of 2.3 MiB
|■■■■■■■■ | 10% of 2.3 MiB
|■■■■■■■■■■■■■■■■ | 20% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■ | 30% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | 40% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | 50% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | 60% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | 70% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | 80% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | 90% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■| 100% of 2.3 MiB
FFMPEG playwright build v1011 downloaded to /root/.cache/ms-playwright/ffmpeg-1011
Environment
GitLab pipeline using `node:20-bookworm` image
The text was updated successfully, but these errors were encountered:
@Razican The default download location has switched to cdn.playwright.dev in v1.50.0 and onwards, with a fallback to playwright.azureedge.net. The plan is for it stay this way going forward. I think you'll have to allow access to cdn.playwright.dev. Let me know whether this helps.
Last Good Version
1.49.1
First Bad Version
1.49.1
Steps to reproduce
Expected behavior
I expected to see this:
Actual behavior
From February 1st until February 5th, I saw this instead:
Reason:
cdn.playwright.dev
is blocked by our proxy, butplaywright.azureedge.net
not.Additional context
Somehow, the
ffmpeg-linux
package was downloaded from a different CDN during some days, no playwright update in the middle. Is this common? Will it happen again?These were the logs on the last "working" example before the first failure:
Environment
GitLab pipeline using `node:20-bookworm` image
The text was updated successfully, but these errors were encountered: