ErrLookup › MadsLorentzen/ai-job-search
MadsLorentzen/ai-job-search
The job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it. · Python · 9 source files
Analyzed at 79cd383e58 on 2026-08-27. 9 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| not numeric | exception | error | python, excel, parsing, type-error, valueerror |
| ambiguous comma separator | exception | error | python, excel, locale, number-formatting, ambiguity |
| ambiguous dot separator | exception | error | python, excel, locale, number-formatting, ambiguity |
| pdfinfo output did not contain a page count | exception | error | pdf, poppler, pdfinfo, parsing, verification |
| PDF does not exist: {pdf_path} | exception | error | pdf, file-not-found, precondition, verification, path |
| could not write --dump-text to {dump_path}: {exc} | exception | error | pdf, io, permissions, oserror, dump-text |
| expected {expected_pages} page(s), found {actual_pages} (ext | exception | error | pdf, page-count, verification, assertion |
| text layer has {len(normalized)} character(s); expected at l | exception | error | pdf, text-extraction, ocr, min-chars, verification |
| text layer is missing required text: {required!r} (extractor | exception | error | pdf, text-matching, verification, required-text, unicode |