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
The text was updated successfully, but these errors were encountered:
jeffscottward
changed the title
ERROR [src.browser.custom_browser] Failed to initialize Playwright browser: BrowserType.launch: Executable does
Failed to initialize Playwright browser: BrowserType.launch: Executable doesn't exist
Jan 26, 2025
I'm getting the same error when trying to run the agent with "Use Own Browser" disabled.
It's trying to open Chromium 1148. The ms-playwright folder has Chromium 1155 (most recent) instead.
File "C:\Users\___\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11\LocalCache\local-packages\Python311\site-packages\playwright\_impl\_connection.py", line 528, in wrap_api_call
raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.Error: BrowserType.launch: Executable doesn't exist at C:\Users\___\AppData\Local\ms-playwright\chromium-1148\chrome-win\chrome.exe
Can't find Chromium browser when running agent
The text was updated successfully, but these errors were encountered: