-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Error: Playwright crashing when agent starts searching the browser. [Docker build] #238
Comments
@Sridhar701Pitt I'm stuck here to It seems like the Docker image messes a bit around with Linux user accounts. It has some special user called nonroot. And root's home directory is /home/nonroot which seems against any Linux best practise. |
How did I fix it? Change devika.dockerfile user to root
|
Can you please contribute this as a PR? @hqnicolas |
@mufeedvh I fix it with root user on docker. Because no root user causes this problem |
The agent gets stuck without any further prompt after this error.
I have tried updating the playwright within the docker file before running this but the issue still persists.
RUN pip install pytest-playwright playwright -U --break-system-packages
Any suggestion to fix this issue?
The text was updated successfully, but these errors were encountered: