-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Executable doesn't exist at /root/.cache/ms-playwright/chromium-1055/chrome-linux/chrome #22333
Comments
You don't need Maybe you have multiple Playwright versions inside your package.json - could you share it with us? It should contain only |
Hello, Thanks for yours quick response. Here is the
I've also tried to run the image build without |
So it looks like the |
Yes there is output from this line:
My Node.js version is: V16.19.1 |
This looks good, but is there output from this line?
You can also set the |
Hey, I am getting:
I am using root user. EDIT: I've also tried to run the test again but it failed with the same issue(after the docker installation, not in the manual installation). There are the logs from
|
Does it mean its working now after you set the env var? It seems like the Docker image messes a bit around with Linux user accounts. It has some special user called |
Thanks @mxschmitt, indeed, when I changed the user to ubuntu its worked. |
this is how I solved the problem |
System info
Hello guys, I am trying to run Playwright on a docker container with gui using
dorowu/ubuntu-desktop-lxde-vnc
image.I have created this Dockerfile:
When I am running this docker container I am giving a volume that is already holding Playwright installation and if I try to run it from the parent machine it's running.
But when I am running it from the container itself I am getting this error:
And it's asking me to re-run
npx playwright install
and I have already run this command on the Dockerfile.What am I missing here? how can I solve it?
The text was updated successfully, but these errors were encountered: