bundlesize2 icon indicating copy to clipboard operation
bundlesize2 copied to clipboard

Bundlesize2 checks failing on service

Open brandonb927 opened this issue 2 years ago • 1 comments

Since yesterday afternoon, Jan 17 2023 in the mid-afternoon, all Bundlesize2 checks seem to be failing with the error:

> bundlesize "--enable-github-checks"

/home/vsts/work/1/s/node_modules/node-fetch/lib/index.js:1519
			destroyStream(response.body, err);
			                       ^

TypeError: Cannot read property 'body' of null
    at /home/vsts/work/1/s/node_modules/node-fetch/lib/index.js:1519:27
    at IncomingMessage.<anonymous> (/home/vsts/work/1/s/node_modules/node-fetch/lib/index.js:1749:6)
    at Object.onceWrapper (events.js:519:28)
    at IncomingMessage.emit (events.js:400:28)
    at TLSSocket.socketCloseListener (_http_client.js:441:11)
    at TLSSocket.emit (events.js:412:35)
    at net.js:686:12
    at TCP.done (_tls_wrap.js:564:7)
npm ERR! code ELIFECYCLE
npm ERR! errno 1

We've had to disable Bundlesize in our CI as we rely on it, so I'm opening this issue to keep tabs on whether this issue in the service will be fixed.

Appreciate the hard work put into this project, we'd hate to see it go away silently 🦾

brandonb927 avatar Jan 18 '23 17:01 brandonb927

Any news on this?

TheBit avatar Feb 26 '24 18:02 TheBit