adblocker icon indicating copy to clipboard operation
adblocker copied to clipboard

Use of adblocker-puppeteer cause chromium to crash

Open akornatskyy opened this issue 2 years ago • 3 comments

Here is the error that cause it to crash (linux only):

FATAL:mime_sniffing_url_loader.cc(134)] Check failed: net::OK != status.error_code (0 vs. 0)

akornatskyy avatar May 27 '22 09:05 akornatskyy

Does it crash consistently, on start? Or on navigating to any page? Or a specific page?

If you can give a minimal repro code it would help a lot, thanks.

remusao avatar May 27 '22 14:05 remusao

I think it has something to do with request.abort('blockedbyclient', 0);, when this set to a number higher than in adblocker it works. crash happens when it is the same...

akornatskyy avatar May 27 '22 14:05 akornatskyy

That sounds like a potential bug in puppeteer? Could you maybe open an issue upstream? I don't think it should be able to crash the process by using the request interception.

remusao avatar May 27 '22 20:05 remusao