carol icon indicating copy to clipboard operation
carol copied to clipboard

Application fails with latest Chrome

Open konuch opened this issue 3 years ago • 0 comments

Hello, when trying to run the example application, it fails with following error: Browser target is not found. Error stack:

C:\__work\carol-test>deno run -A  hello.ts
Check file:///C:/__work/carol-test/hello.ts
error: Uncaught (in promise) Error: Browser target is not found
            throw new Error('Browser target is not found');
                  ^
    at Browser.target (https://unpkg.com/[email protected]/lib/esm/puppeteer/common/Browser.js:302:19)
    at Application.init_ (https://deno.land/x/[email protected]/carol.ts:118:18)
    at launch (https://deno.land/x/[email protected]/carol.ts:806:15)
    at async file:///C:/__work/carol-test/hello.ts:4:13

Chrome version: 107.0.5304.63 (Official Build) (64-bit) OS: Windows 10 Pro 22H2

konuch avatar Oct 27 '22 10:10 konuch