playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
https://playwright-community.github.io/playwright-go/
MIT License
1.94k stars 144 forks source link

Randomly Crash Issue on Firefox #427

Open 0x0480 opened 3 months ago

0x0480 commented 3 months ago
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 commented 3 months ago

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