You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aider: error: The config file doesn't appear to contain 'key: value' pairs (aka. a YAML mapping). yaml.load('/home/user/.aider.conf.yml') returned type 'NoneType' instead of 'dict'.
Version and model info
aider 0.75.2
The text was updated successfully, but these errors were encountered:
I had this same issue, but once I put the .aider.conf.yml file with the right name into the location it expected, and made sure it had at least one setting it worked.
Is there a reason you want to launch aider with an empty config file?
No really, I found the same workaround as @voxmenthe pointed and also I switched to using cli flags.
The story full story: I tested aider and I set only one value subtree-only: true. Later when I worked with a different repo I commented this line out and got the error.
Issue
Steps to reproduce
Error
Version and model info
aider 0.75.2
The text was updated successfully, but these errors were encountered: