ErrLookup › Aider-AI/aider

Aider-AI/aider

aider is AI pair programming in your terminal · Python · 104 source files

Analyzed at 5dc9490bb3 on 2026-08-15. 58 documented errors.

Code / MessageTypeSeverityTags
Unknown edit format {edit_format}. Valid formats are: {', '.
exception error aider, edit-format, coder-factory, configuration
No data found in LLM response!
exception error aider, llm-response, api-compatibility, runtime
# {len(failed)} SEARCH/REPLACE {blocks} failed to match!\n
exception error aider, search-replace, edit-matching, llm-output
Bad/missing filename. The filename must be alone on the line
exception error aider, search-replace, parsing, llm-output
Expected `=======`
exception error aider, search-replace, parsing, llm-output
Expected `>>>>>>> REPLACE` or `=======`
exception error aider, search-replace, parsing, llm-output
{processed}\n^^^ {err}
exception error aider, search-replace, parsing, error-context
Invalid patch line found in update section: {line}
exception error aider, patch-format, apply-patch, parsing
Invalid line prefix in update section: {line}
exception error aider, patch-format, apply-patch, parsing
Empty patch section found.
exception error aider, patch-format, apply-patch, parsing
File referenced in patch not found or could not be read: {re
exception error aider, patch-format, filesystem, path
File referenced in patch not found: {rel_path}
exception error aider, patch-format, filesystem, file-not-found
Error reading file {rel_path}: {e}
exception error aider, patch-format, filesystem, permissions, io
Error parsing patch content: {e}
exception error aider, patch-format, parsing, error-context
Unexpected error parsing patch: {e}
exception error aider, patch-format, parsing, defect
Update File action missing path.
exception error aider, patch-format, parsing, path
Move to action missing path.
exception error aider, patch-format, parsing, rename
Update File Error - missing file content for: {path}
exception error aider, patch-format, parsing, path, case-sensitivity
Conflicting actions for file: {path}
exception error aider, patch-format, parsing, conflicting-actions
Conflicting move targets for file: {path}
exception error aider, patch-format, parsing, rename, conflict
Delete File action missing path.
exception error aider, patch, parsing, llm-output
Delete File Error - file not found: {path}
exception error aider, patch, delete, file-not-found
Add File action missing path.
exception error aider, patch, parsing, llm-output
Duplicate action for file: {path}
exception error aider, patch, duplicate, parsing
Unknown or misplaced line while parsing patch: {line}
exception error aider, patch, parsing, malformed-patch
Could not find scope context:\n{scope_txt}
exception error aider, patch, context-match, update
Could not find patch context {marker} starting near line {cu
exception error aider, patch, context-match, fuzzy-match
Invalid Add File line (missing '+'): {line}
exception error aider, patch, add-file, parsing
ADD Error: File already exists: {action.path}
exception error aider, patch, add, file-exists
ADD change for {action.path} has no content
exception error aider, patch, add, invariant
UPDATE Error: File does not exist: {action.path}
exception error aider, patch, update, file-not-found
Could not read file for UPDATE: {action.path}
exception error aider, patch, update, io, encoding
Unknown action type encountered: {action.type}
exception error aider, patch, invariant, enum
Error applying action '{action.type}' to {action.path}: {e}
exception error aider, patch, apply, error-wrapping
Unexpected error applying action '{action.type}' to {action.
exception error aider, patch, apply, unexpected-exception
{path}: Overlapping or out-of-order chunk detected. Current
exception error aider, patch, chunks, invariant
{path}: Mismatch applying patch near line {chunk_start_index
exception error aider, patch, chunks, file-drift
No filename provided before {self.fence[0]} in file listing
exception error aider, wholefile-coder, parsing, filename
GUI can currently only be used inside a git repo
exception error aider, gui, git, startup
summarizer unexpectedly failed for all models
exception error llm, summarization, api-key, context-length, aider
Invalid line_endings value: {line_endings}. Must be one of:
validation error validation, configuration, line-endings, constructor, aider
GITHUB_COPILOT_TOKEN environment variable not found
exception critical authentication, environment-variables, github-copilot, credentials, aider
GITHUB_COPILOT_TOKEN environment variable is empty
exception critical authentication, environment-variables, github-copilot, empty-value, aider
GitHub Copilot API request failed (Status: {res.status_code}
exception error network, http, github-copilot, authentication, token-expiry, aider
Response missing 'token' field
exception error github-copilot, api-contract, parsing, version-drift, aider
Error loading model settings from {model_settings_fname}: {e
exception error yaml, configuration, model-settings, parsing, aider
Error loading model definition from {model_fname}: {e}
exception error json5, configuration, model-metadata, parsing, aider
Messages don't properly alternate user/assistant: {turns}
validation error messages, validation, chat-history, llm, aider
Device '{device_name}' not found. Available input devices: {
validation warning audio, voice, device-selection, sounddevice, aider
Unsupported audio format: {audio_format}
validation error audio, voice, validation, file-format, aider
No audio input device detected. Please check your audio sett
exception error audio, voice, portaudio, no-device, environment, aider
Error accessing audio input device: {err}
exception error audio, voice, portaudio, device-busy, permissions, aider
Please set the OPENAI_API_KEY environment variable.
exception critical environment-variables, api-key, openai, voice, aider
Could not find version header in HISTORY.md
validation error release-tooling, markdown, changelog, regex, scripts
Could not find start of release history
validation error release-tooling, markdown, changelog, anchor-string, scripts
Could not find version header: {version_header}
validation error release-tooling, markdown, changelog, consistency, scripts
Invalid version format, must be x.y.z: {new_version_str}
validation error release-tooling, versioning, validation, scripts
New version {new_version} must be greater than the current v
validation error release-tooling, versioning, validation, scripts