I am running the master branch of single-file-cli on Ubuntu 24.04 on WSL. When I run the command:
single-file --browser-headless=false --crawl-links --crawl-no-parent --crawl-max-depth=0 --crawl-replace-URLs --output-directory="./out/" https://andrewriachi.com/
I can see the browser starting and successfully navigating to my personal webpage. Then, when it navigates to https://andrewriachi.com/cv.pdf, it exits before the pdf loads, and single-file just keeps running, doing nothing, until I terminate it.
If you try removing --browser-headless=false and monitor [h]top, you can confirm that even with the headless browser, chromium starts and then crashes, leaving single-file running.
I am running the master branch of
single-file-clion Ubuntu 24.04 on WSL. When I run the command:I can see the browser starting and successfully navigating to my personal webpage. Then, when it navigates to https://andrewriachi.com/cv.pdf, it exits before the pdf loads, and
single-filejust keeps running, doing nothing, until I terminate it.If you try removing
--browser-headless=falseand monitor[h]top, you can confirm that even with the headless browser, chromium starts and then crashes, leavingsingle-filerunning.