-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[REGRESSION]: NS_ERROR_FILE_ALREADY_EXISTS with Firefox sporadically #3337
Comments
@pavanreddy61 Sorry for the late response! Does this still happen with the new Playwright version like 1.6? |
We seem to be late to collect feedback from the customer. Could you check it against 1.6 and file a bug linking this one if it still persists? |
Hi, sorry to necrobump this, but I am encountering this issue in playwright 1.8.0 when multiple firefox instances are spawned in parallel on a kubernetes pod:
|
This should be fixed with #5514 that disables crashrerpoter altogether in our builds. The fix will be released in v1.9.0 |
We having the same issue with playwright@v1.10.0 running under Ubunto 20 using |
@skyuplam is it reproducible for you? If so a minimal reproducible would help a lot to fix this bug. |
Hi @mxschmitt , thanks for your response. We have managed to fix the issue via setting higher timeout value. Launching Firefox headless mode in Linux is slower than the previous version we used. Anyways, thank for your attention. |
Context:
Describe the bug
The bug is coming up sporadically and only firefox shows that error. ReRuns are mostly successful, so not sure if i am doing something wrong. But before in 1.1.1 version we didnt see this issue anytime from last 1 month
Add any other details about the problem here.
Thanks and let me know if am doing something wrong here, webkit and chrome works fine and firefox also gets this error 1 out of 5 times now
The text was updated successfully, but these errors were encountered: