This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
chore(plugin-default-browser-emulator): cleanup data and bridges #100
Annotations
5 errors and 1 warning
agent/main/lib/Browser.ts#L395
ERROR: Running unblocked headless with chrome < 114 is not supported anymore.
This is because we rely on the new headless mode of recent chrome versions.
To fix this problem either use a newer chrome version or run unblocked in headed (showChrome) mode.
at Browser.applyDefaultLaunchArgs (../agent/main/lib/Browser.ts:395:15)
at new Browser (../agent/main/lib/Browser.ts:94:10)
at Object.cb (../agent/main/lib/Pool.ts:147:23)
at Queue.next (../../shared/commons/lib/Queue.ts:188:44)
at Queue.run (../../shared/commons/lib/Queue.ts:72:10)
at Pool.getBrowser (../agent/main/lib/Pool.ts:137:44)
at Agent.open (../agent/main/lib/Agent.ts:115:34)
at async Agent.newPage (../agent/main/lib/Agent.ts:159:31)
at async Object.<anonymous> (../plugins/default-browser-emulator/test/basic.test.ts:36:20)
------BROWSER_CREATION_Q--------------------------
at Queue.run (../../shared/commons/lib/Queue.ts:63:19)
at Pool.getBrowser (../agent/main/lib/Pool.ts:137:44)
at Agent.open (../agent/main/lib/Agent.ts:115:34)
at async Agent.newPage (../agent/main/lib/Agent.ts:159:31)
at async Object.<anonymous> (../plugins/default-browser-emulator/test/basic.test.ts:36:20)
|
agent/main/lib/Browser.ts#L395
ERROR: Running unblocked headless with chrome < 114 is not supported anymore.
This is because we rely on the new headless mode of recent chrome versions.
To fix this problem either use a newer chrome version or run unblocked in headed (showChrome) mode.
at Browser.applyDefaultLaunchArgs (../agent/main/lib/Browser.ts:395:15)
at new Browser (../agent/main/lib/Browser.ts:94:10)
at Object.cb (../agent/main/lib/Pool.ts:147:23)
at Queue.next (../../shared/commons/lib/Queue.ts:188:44)
at Queue.run (../../shared/commons/lib/Queue.ts:72:10)
at Pool.getBrowser (../agent/main/lib/Pool.ts:137:44)
at Agent.open (../agent/main/lib/Agent.ts:115:34)
at async Agent.newPage (../agent/main/lib/Agent.ts:159:31)
at async Object.<anonymous> (../plugins/default-browser-emulator/test/basic.test.ts:153:18)
------BROWSER_CREATION_Q--------------------------
at Queue.run (../../shared/commons/lib/Queue.ts:63:19)
at Pool.getBrowser (../agent/main/lib/Pool.ts:137:44)
at Agent.open (../agent/main/lib/Agent.ts:115:34)
at async Agent.newPage (../agent/main/lib/Agent.ts:159:31)
at async Object.<anonymous> (../plugins/default-browser-emulator/test/basic.test.ts:153:18)
|
agent/main/lib/Browser.ts#L395
ERROR: Running unblocked headless with chrome < 114 is not supported anymore.
This is because we rely on the new headless mode of recent chrome versions.
To fix this problem either use a newer chrome version or run unblocked in headed (showChrome) mode.
at Browser.applyDefaultLaunchArgs (../agent/main/lib/Browser.ts:395:15)
at new Browser (../agent/main/lib/Browser.ts:94:10)
at Object.<anonymous> (../plugins/default-browser-emulator/test/chrome.test.ts:25:13)
|
agent/main/lib/Browser.ts#L395
ERROR: Running unblocked headless with chrome < 114 is not supported anymore.
This is because we rely on the new headless mode of recent chrome versions.
To fix this problem either use a newer chrome version or run unblocked in headed (showChrome) mode.
at Browser.applyDefaultLaunchArgs (../agent/main/lib/Browser.ts:395:15)
at new Browser (../agent/main/lib/Browser.ts:94:10)
at Object.<anonymous> (../plugins/default-browser-emulator/test/chrome.test.ts:25:13)
|
|
|
This job failed
Loading