li hanlin

Results 10 comments of li hanlin

Also in Windows. ```node:internal/modules/run_main:129 triggerUncaughtException( ^ browserType.launch: Target page, context or browser has been closed Browser logs: camoufox-129.0-beta.4-win.x86_64/launch.exe -no-remote -wait-for-browser -foreground -profile C:\Users\ADMINI~1\AppData\Local\Temp\2\playwright_firefoxdev_profile-4PJAYl -juggler-pipe --config {"window.outerHeight":1056,"window.outerWidth":1920,"window.innerHeight":1008,"window.innerWidth":1920,"window.history.length":4,"navigator.userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64;...

130 still have the same problem. ```Traceback (most recent call last): File "/Users/chris/Codes/Python-Codes/test_playwright/t.py", line 45, in asyncio.run(main()) File "/Users/chris/anaconda3/envs/temp/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/Users/chris/anaconda3/envs/temp/lib/python3.11/asyncio/runners.py", line 118,...

> Does wrapping the config json in `shlex.quote` solve the issue? > > ```python > import shlex > ... > # In the Firefox instance launcher: > args=['--config', shlex.quote(json.dumps(CONFIG))], >...

> The problem exists even if you don't pass the config parameter at all. I believe this might be connected with the `validateConfig` function and `properties.json` file Yes. If I...

` > > The problem exists even if you don't pass the config parameter at all. I believe this might be connected with the `validateConfig` function and `properties.json` file >...

> Experimental fix has been pushed, you can try out the finished build here once it's finished: https://github.com/daijro/camoufox/actions/runs/10831676815 > > Or by rebuilding the launcher going to the `/launcher` folder,...

> Just tried on my M1 MacBook Pro w/ MacOS 13.1 (22C65): > > Looks like it's still not working. The script runs but doesn't produce any logs, outputs, or...

Full log: ```browserType.launch: Timeout 10000ms exceeded. Call log: - camoufox-130.0-beta.5-mac.arm64/launch -no-remote -wait-for-browser -foreground -profile /var/folders/l_/05d4rsxd27ldk7sdx19fc5l00000gn/T/playwright_firefoxdev_profile-IVxG96 -juggler-pipe -silent - pid=78965 - [pid=78965][out] Setting stderr to file: - [pid=78965][err] open: invalid option...

Hello, it still doesn't work for me with NodeJS(I didn't try Python coz I am on the vacation :))) The script runs but doesn't produce any logs, outputs, or errors,...

> Hello, it still doesn't work for me with NodeJS(I didn't try Python coz I am on the vacation :))) The script runs but doesn't produce any logs, outputs, or...