hrequests icon indicating copy to clipboard operation
hrequests copied to clipboard

Playwright error: patchright._impl._errors.Error: BrowserType.launch:

Open Demsli opened this issue 1 year ago • 0 comments

Got an error when updating hrequests to 0.9.2 when launching BrowserSession(). Playwright downloaded the browser chromium-1148, but it required a different version (1140): patchright._impl._errors.Error: BrowserType.launch: Executable doesn't exist at C:\Users\user\AppData\Local\ms-playwright\chromium-1140\chrome-win\chrome.exe

Changing folder's name from chromium-1148 to chromium-1140 fixed it, but it isnt ideal. Any idea what can be a proper fix to this?

Demsli avatar Dec 15 '24 18:12 Demsli