sehoon0519 revised this gist 2 months ago. Go to revision
1 file changed, 39 insertions
gistfile1.txt(file created)
| @@ -0,0 +1,39 @@ | |||
| 1 | + | (.venv) C:\Users\USER\Desktop\20250922>python webshot.py C:\Users\USER\Desktop\20250922\scan\113.10.2.0.txt | |
| 2 | + | C:\Users\USER\Desktop\20250922\webshot.py:225: SyntaxWarning: invalid escape sequence '\_' | |
| 3 | + | """ | |
| 4 | + | Targets: 52 open TCP ports across 8 hosts; Concurrency=6; Timeout=10000ms | |
| 5 | + | Traceback (most recent call last): | |
| 6 | + | File "C:\Users\USER\Desktop\20250922\webshot.py", line 407, in <module> | |
| 7 | + | main() | |
| 8 | + | File "C:\Users\USER\Desktop\20250922\webshot.py", line 400, in main | |
| 9 | + | asyncio.run(run(input_paths, concurrency=args.concurrency, timeout_ms=args.timeout, base_dir=base_dir)) | |
| 10 | + | File "C:\Users\USER\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 194, in run | |
| 11 | + | return runner.run(main) | |
| 12 | + | ^^^^^^^^^^^^^^^^ | |
| 13 | + | File "C:\Users\USER\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run | |
| 14 | + | return self._loop.run_until_complete(task) | |
| 15 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 16 | + | File "C:\Users\USER\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 687, in run_until_complete | |
| 17 | + | return future.result() | |
| 18 | + | ^^^^^^^^^^^^^^^ | |
| 19 | + | File "C:\Users\USER\Desktop\20250922\webshot.py", line 314, in run | |
| 20 | + | browser = await pw.chromium.launch(headless=True) | |
| 21 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 22 | + | File "C:\Users\USER\Desktop\20250922\.venv\Lib\site-packages\playwright\async_api\_generated.py", line 14465, in launch | |
| 23 | + | await self._impl_obj.launch( | |
| 24 | + | File "C:\Users\USER\Desktop\20250922\.venv\Lib\site-packages\playwright\_impl\_browser_type.py", line 98, in launch | |
| 25 | + | await self._channel.send( | |
| 26 | + | File "C:\Users\USER\Desktop\20250922\.venv\Lib\site-packages\playwright\_impl\_connection.py", line 69, in send | |
| 27 | + | return await self._connection.wrap_api_call( | |
| 28 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 29 | + | File "C:\Users\USER\Desktop\20250922\.venv\Lib\site-packages\playwright\_impl\_connection.py", line 558, in wrap_api_call | |
| 30 | + | raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None | |
| 31 | + | playwright._impl._errors.Error: BrowserType.launch: Executable doesn't exist at C:\Users\USER\Desktop\20250922\chrome-win\chromium_headless_shell-1187\chrome-win\headless_shell.exe | |
| 32 | + | ╔════════════════════════════════════════════════════════════╗ | |
| 33 | + | ║ Looks like Playwright was just installed or updated. ║ | |
| 34 | + | ║ Please run the following command to download new browsers: ║ | |
| 35 | + | ║ ║ | |
| 36 | + | ║ playwright install ║ | |
| 37 | + | ║ ║ | |
| 38 | + | ║ <3 Playwright Team ║ | |
| 39 | + | ╚════════════════════════════════════════════════════════════╝ | |
Newer
Older