Isaac Patka

Results 4 comments of Isaac Patka

Yes, I've managed to get this working but it takes a few steps. First, remove the .html suffix from all files except index.html ``` find . \( -iname "*.html" !...

This combination worked for me ``` const browser = await chromium.launch({ headless: true, args: [ '--use-gl=egl', '--ignore-gpu-blocklist', '--use-gl=angle', ], } ``` along with using `xvfb` to run it `xvfb-run node...

This may already be fixed in an upcoming update but I had this problem today on v5.0.0 running on Dappnode and just posting to share that the following steps worked...

> Same here. Running 5.2.0 now and after removing the corrupt blobs, I'm now. seeing the `level=warning msg="Pruner ignoring directory with no blob files"` message. I had to delete the...