Skip to main content

Common Problems

Common Problems

Guide

Diagnose configuration, target, environment, and workflow failures.

CommandPath Header Scanner

Category

Support

Quick Command

path-header-scanner scan app --dry-run
SymptomLikely causeFirst check
Target directory does not existThe target was resolved from an unexpected baseCompare TARGET_DIRECTORY with --workdir; retry with an absolute path if needed
No supported files foundThe target is empty, excluded, or contains unsupported extensionsReview the supported header syntax and built-in exclusions
Changes are reported but files stay unchangedPreview mode is activeAdd --apply only after reviewing the proposed results
--apply still writes nothingCLI or configured dry-run is activeCheck --dry-run, --no-dry-run, and cli.execution.dry_run
Existing configuration is skippedInitialization replacement was not approvedUse --ask, or review the file before --force
Help raises UnicodeEncodeError on WindowsA legacy CP1252 terminal cannot encode Rich symbolsUse UTF-8 terminal mode, such as chcp 65001, or set PYTHONUTF8=1