viasite / site-audit-seo

Web service and CLI tool for SEO site audit: crawl site, lighthouse all pages, view public reports in browser. Also output to console, json, csv, xlsx
http://json-viewer.popstas.pro/scan
197 stars 29 forks source link

Scan stops without error or info #34

Closed ejerskov closed 1 year ago

ejerskov commented 1 year ago

Im running a scan with:

site-audit-seo -u https://domain.com -c 3 --preset=seo -m 1000

It never gets to 1000 urls because it just stops after some time and then nothing happens. Sometimes its after 200 urls, sometimes its after just 10 urls. Theres no error or other info, so I just have to kill the process and try again.

How can I debug this?

ejerskov commented 1 year ago

It seems to be an issue only locally on my Macbook M1 but it would still be nice to know how to debug it. Maybe puppeteer needs to be upgraded? Package upgrade issue: https://github.com/viasite/site-audit-seo/issues/33