playwright-go icon indicating copy to clipboard operation
playwright-go copied to clipboard

Randomly Crash Issue on Firefox

Open 0x0480 opened this issue 1 year ago • 1 comments

C:\Users\xxxxxxxxAppData\Local\ms-playwright-go\1.42.1\package\lib\server\firefox\ffNetworkManager.js:110
    response.setTransferSize(event.transferSize);
             ^

TypeError: Cannot read properties of null (reading 'setTransferSize')
    at FFNetworkManager._onRequestFinished (C:\Users\xxxxxxxx\AppData\Local\ms-playwright-go\1.42.1\package\lib\server\firefox\ffNetworkManager.js:110:14)
    at FFSession.emit (node:events:518:28)
    at C:\Users\xxxxxxxxAppData\Local\ms-playwright-go\1.42.1\package\lib\server\firefox\ffConnection.js:154:41

Node.js v20.11.0

It totally randomly occurs.

0x0480 avatar Mar 18 '24 14:03 0x0480

Also got The process tried to write to a nonexistent pipe. several times.

0x0480 avatar Mar 18 '24 14:03 0x0480