You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running puppeteer with the browser-with-fingerprints in a Windows Container in docker, the process will attempt to launch the browser and throw a prepareError as shown below after around 60s.
Note: Running the process works when running locally in a Windows container with Docker but running the same container image on a Windows node in Kubernetes it gets the PrepareError().
browser-with-fingerprints\src\plugin\connector\index.js:55
throw new Error(prepareError(error));
Error: Timeout during creating new process
Steps to reproduce
Steps to reproduce the behavior:
Launch browser with puppeteer in a Windows Container
Assumed Issue
I believe the issue is occurring because
In browser-with-fingerprints/src/plugin/connector/engine.js
when the runFunction() gets called with name='setup'
startProcess() is called to launch FastExecuteScript.exe
await fs.writeFile(requestPath, JSON.stringify({ name, params })); is called to write the fingerprint to a json file
requestWatcher.on('change'... A listener is set to listen for changes to that json file
However, I think FastExecuteScript.exe is never able to modify that file for some reason for the listener to pick up the change causing it to throw that prepareError().
Screenshots
In reference to the Assumed Issue section
Error:
System (please complete the following information):
Hi, does bandwidth play a role in causing this issue? I asked because I am testing in the windows container while sharing my screen in an online call, it will always throw that error. However, once I'm not in a call anymore, the process will be successful. Does bandwidth play a role in running the FastExecuteScript.exe or in the process in general?
Describe the bug
When running puppeteer with the browser-with-fingerprints in a Windows Container in docker, the process will attempt to launch the browser and throw a prepareError as shown below after around 60s.
Note:
Running the process works when running locally in a Windows container with Docker but running the same container image on a Windows node in Kubernetes it gets the PrepareError().
Steps to reproduce
Steps to reproduce the behavior:
Assumed Issue
I believe the issue is occurring because
In browser-with-fingerprints/src/plugin/connector/engine.js
However, I think FastExecuteScript.exe is never able to modify that file for some reason for the listener to pick up the change causing it to throw that prepareError().
Screenshots
In reference to the Assumed Issue section
Error:
System (please complete the following information):
The text was updated successfully, but these errors were encountered: