garrytan / garrytan/gstack

does not support chromium on ubuntu26.04-x64

Open
#2,101 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
133k
Forks
19.9k
Avg merge
18h 46m
Merged PRs (30d)
26

Description

cd ~/gstack && ./setup

发生如下错误:
Node server bundle ready: /home/mrking/gstack/browse/dist/server-node.mjs
Installing Playwright Chromium...
Removing unused browser at /home/mrking/.cache/ms-playwright/chromium-1217
Removing unused browser at /home/mrking/.cache/ms-playwright/chromium_headless_shell-1217
Failed to install browsers
Error: ERROR: Playwright does not support chromium on ubuntu26.04-x64

解决办法:cd ~/gstack && PLAYWRIGHT_HOST_PLATFORM_OVERRIDE=ubuntu24.04-x64 ./setup

Contributor guide

Open the contributing guide

Research direction

Start with the ./setup entry point and reproduce the Playwright Chromium installation failure on Ubuntu 26.04. Compare the failing setup with the documented PLAYWRIGHT_HOST_PLATFORM_OVERRIDE workaround, then rerun ./setup to verify Chromium installs successfully without the workaround.

Written by the indexing model from the issue text.

Assessment

Tech stack
playwright, typescript, ubuntu
Domain
operating-systems, testing-qa, tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.