-
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
[BUG] Browser doesnt get installed on Windows Server #3046
Comments
@SentoxAIO how do I reproduce this? Can you lead me with a step-by-step description to reproduce this? |
We're using playwright (playwright-firefox) in an electron app, when people use our app (packaged with electron-builder with playwright unpacked) on a windows server, playwright throws the "(intermediate value) is not iterable" error when starting the browser. How to reproduce:
|
@SentoxAIO the essence of the problem seems to be in the playwright is packaged with electron-builder. Can you share more details on this? |
There is not much more to say about it. Playwright is kept unpacked and the Let me know what kind of details you are looking for. |
@SentoxAIO Well, if
I have no experience with |
Referencing #2539 for more context. |
Its pretty easy to repro that. First you need an electron app which uses playwright-firefox (not as a window for the app, it should start a nightly session). Then you add this to your package.json:
and then you just need to run |
Context:
Error
(intermediate value) is not iterable
when starting browser instanceDescribe the bug
When installing and running it locally everything works but once you try to run in on a Google Windows Server, it throws that error which basically says that no browser is intalled.
The text was updated successfully, but these errors were encountered: