Closed Ren232 closed 1 year ago
Is there a way I can reproduce this issue?
Thanks for the fast reaction. I got the error by going to a website that has slow response times.
:tada: This issue has been resolved in version 1.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
On websites that take longer to load the following error can occur. I managed to patch it up by adding try-catches but it isn't a long term fix.
ProtocolError: Protocol error (Fetch.getResponseBody): Can only get response body on requests captured after headers received. at C:\Users\renes\Documents\projects\F1LiveFinder\node_modules\puppeteer-core\lib\cjs\puppeteer\common\Connection.js:329:24 at new Promise ()
at CDPSessionImpl.send (C:\Users\renes\Documents\projects\F1LiveFinder\node_modules\puppeteer-core\lib\cjs\puppeteer\common\Connection.js:325:16)
at RequestInterceptionManager.onRequestPausedEvent (C:\Users\renes\Documents\projects\F1LiveFinder\node_modules\puppeteer-intercept-and-modify-requests\cjs\main.js:65:114)