ErrLookup › feder-cr/Jobs_Applier_AI_Agent_AIHawk
feder-cr/Jobs_Applier_AI_Agent_AIHawk
Open source AI job application bot in Python: browser automation and web scraping to read job postings, then auto-apply with a tailored resume and cover letter for each posting. · Python · 32 source files
Analyzed at 79155b52fa on 2026-08-28. 50 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Job application file path is not set. Please create the appl | validation | error | python, state-not-initialized, file-io, job-application |
| dir path cannot be None | validation | error | python, none-argument, file-io, shutil |
| Unsupported model type: {llm_model_type} | validation | error | python, llm, config, unsupported-value, factory |
| Could not extract section name from the response. | validation | error | python, llm, regex, parsing, non-deterministic |
| Section '{section_name}' not found in either resume or job_a | validation | error | python, llm, missing-data, resume-section |
| Chain not defined for section '{section_name}' | validation | error | python, llm, chain-registry, missing-mapping |
| No numbers found in the string | validation | warning | python, llm, regex, numeric-parsing |
| Vectorstore not initialized. Run extract_job_description fir | validation | error | python, vectorstore, state-not-initialized, rag |
| You must choose a style before generating the PDF. | validation | error | python, pdf, resume, style-not-selected |
| Il file di stile non è stato trovato nel percorso: {style_pa | validation | error | python, file-not-found, css, resume |
| Errore durante la lettura del file CSS: {e} | exception | error | python, file-io, permissions, css, encoding |
| Failed to get a response from the model after multiple attem | exception | critical | python, llm, retry-exhausted, api, network |
| Error parsing YAML file. | validation | error | python, yaml, parsing, config |
| An unexpected error occurred while parsing the YAML file. | exception | error | python, yaml, encoding, unexpected-error |
| YAML data must be a dictionary. | validation | error | python, yaml, type-validation, schema |
| Required field {e} is missing in self_identification data. | validation | error | python, yaml, missing-key, schema |
| Error in self_identification data: {e} | validation | error | python, yaml, type-mismatch, dataclass, schema |
| Attribute error in self_identification processing. | validation | error | python, dataclass, schema-validation, constructor |
| An unexpected error occurred while processing self_identific | exception | error | python, runtime-error, schema-validation, constructor |
| Required field {e} is missing in legal_authorization data. | validation | error | python, keyerror, missing-field, schema-validation |
| Error in legal_authorization data: {e} | validation | error | python, typeerror, schema-validation, dict-unpacking |
| Attribute error in legal_authorization processing. | validation | error | python, attributeerror, null-handling, schema-validation |
| An unexpected error occurred while processing legal_authoriz | exception | error | python, runtime-error, legal-authorization, constructor |
| Required field {e} is missing in work_preferences data. | validation | error | python, keyerror, missing-field, work-preferences |
| Error in work_preferences data: {e} | validation | error | python, typeerror, dict-unpacking, work-preferences |
| Attribute error in work_preferences processing. | validation | error | python, attributeerror, null-handling, work-preferences |
| An unexpected error occurred while processing work_preferenc | exception | error | python, runtime-error, work-preferences, constructor |
| Required field {e} is missing in availability data. | validation | error | python, keyerror, missing-field, availability |
| Error in availability data: {e} | validation | error | python, typeerror, dict-unpacking, availability |
| Attribute error in availability processing. | validation | error | python, attributeerror, null-handling, availability |
| An unexpected error occurred while processing availability. | exception | error | python, runtime-error, availability, constructor |
| Required field {e} is missing in salary_expectations data. | validation | error | python, keyerror, missing-field, salary-expectations |
| Error in salary_expectations data: {e} | validation | error | python, typeerror, dict-unpacking, salary-expectations |
| Attribute error in salary_expectations processing. | validation | error | python, attributeerror, null-handling, salary-expectations |
| An unexpected error occurred while processing salary_expecta | exception | error | python, runtime-error, salary-expectations, constructor |
| Error parsing YAML file. | validation | error | python, yaml, parsing, resume |
| Unexpected error while parsing YAML: {e} | exception | error | python, yaml, schema-validation, resume |
| Invalid data for PersonalInformation: {e} | exception | error | dataclass, typeerror, schema-validation, python |
| AttributeError in PersonalInformation: {e} | exception | error | dataclass, attributeerror, python, schema-validation |
| Unexpected error in PersonalInformation processing: {e} | exception | error | dataclass, catch-all, python |
| Missing field in education details: {e} | exception | error | keyerror, dataclass, schema-validation, python |
| Invalid data for Education: {e} | exception | error | typeerror, dataclass, python |
| AttributeError in Education: {e} | exception | error | attributeerror, dataclass, python |
| Unexpected error in Education processing: {e} | exception | error | catch-all, dataclass, python |
| Missing field in experience details: {e} | exception | error | keyerror, dataclass, schema-validation, python |
| Invalid data for Experience: {e} | exception | error | typeerror, dataclass, python |
| AttributeError in Experience: {e} | exception | error | attributeerror, dataclass, python |
| Unexpected error in Experience processing: {e} | exception | error | catch-all, dataclass, python |
| Failed to initialize browser: {str(e)} | exception | critical | selenium, chrome, webdriver, environment, pdf |
| Il contenuto HTML deve essere una stringa non vuota. | validation | error | validation, html, pdf, python |