intern icon indicating copy to clipboard operation
intern copied to clipboard

Regression running intern with chrome 131

Open rhpijnacker-philips opened this issue 1 year ago • 0 comments

Starting chrome/chromedriver version 131 we are getting

‣ Created remote session chrome on windows (5ec3379ca6b05aa1d09fd32b112729f9)
(ノಠ益ಠ)ノ彡┻━┻
Error: Error sending ack for [ 106 ] to 1: write ECONNABORTED
  at Object.callback @ src\lib\Server.ts:352:16
  at callback @ node:internal\streams\writable:552:21
  at onwriteError @ node:internal\streams\writable:415:3
  at processTicksAndRejections @ node:internal\process\task_queues:85:21

(ノಠ益ಠ)ノ彡┻━┻
Error: Error sending ack for [ 107 ] to 1: write ECONNABORTED
  at Object.callback @ src\lib\Server.ts:352:16
  at callback @ node:internal\streams\writable:552:21
  at onwriteError @ node:internal\streams\writable:415:3
  at processTicksAndRejections @ node:internal\process\task_queues:85:21

while performing a test run. We are running chrome in a headless mode in our CI/CD pipelines.

With versions 130 and lower, this does not happen.

rhpijnacker-philips avatar Jan 23 '25 07:01 rhpijnacker-philips