Troubleshooting
Common issues and the fixes that usually matter.
No books are detected
Run:
cambridge-reader-scraper inspectIf nothing appears, make sure Cambridge Reader has downloaded the book locally. You can also point the CLI at a custom folder:
cambridge-reader-scraper inspect --userdata ./userdataPlaywright browser not found
Install Chromium for Playwright:
pnpm dlx playwright install chromiumnpx playwright install chromiumbunx playwright install chromiumOr pass an explicit path with --browser.
I want a non-interactive script run
Use --no-tui and pass --outdir to skip the prompt:
cambridge-reader-scraper reconstruct --no-tui --outdir ./pdfsShell completion is not loading
- Make sure you wrote the completion file to the right shell-specific directory.
- Reload your shell config.
- Re-run
cambridge-reader-scraper completion <shell>after upgrading the CLI.