-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update exception #1 #265
Comments
Thanks for trying aider! Sorry, but I'm not sure I understand your question. Can you share a screenshot or some chat logs from |
Are you using |
I'm using the console in VSC |
I'm finding it hard to understand what is going on here. When I run aider inside a VS Code terminal window, it looks nothing like your screenshot. It is the standard aider colors, without line numbering on the left column and without special highlighting and notations on the Whatever environment you are using is somehow not outputting the actual "update exception" details, which aider emits using a standard Are you running aider from the command line inside a VS Code terminal window? Can you should me the invocation along with the aider version and other information it prints at launch? |
I took a screenshot of the .aider.chat.history.md file in VSC. I'm not sure of how to get the chat history in the terminal. I have used /clear a bunch of times since then, if that matters. |
Can you show me the status lines that aider prints when you initially launch it? They should look something like this:
|
I think it has something to do with the working branch of the code, which is something I don't really understand. Like i said I'm very green. When I opened VSC I had a working branch of my file open for some reason I'm not sure of and just my file as is open. I xed out of my working branch and made some changes to my files including the file aider needed to make changes to. I again got an update exception #1. I think Aider wants to commit some change from the working branch, but can't. I'm not really sure. |
Thanks for the additional information. I see why your output looked different than what I was expecting. You were sharing a screenshot of the Unfortunately, the actual "update exception" information isn't logged to that file. Next time you see it happen live in your VS Code terminal, see if you can grab a screenshot of that. That said, GPT-4 sometimes messes up no matter how strongly aider prompts it. If you get repeated updated exceptions, it can help to |
I'm going to close this issue for now, but feel free to re-open or file a new issue any time. |
I had a problem where Aider wouldn't update my code until I put in a trivial change which allowed it to commit that change before it made it's own edits. This is probably because I committed some changes manually or something. I tried to fix this problem by deleting all my aider files in my workspace and deleting my manual ctags file in the workspace as well. Rerunning Aider didn't fix it, only my workaround by adding a letter to a comment fixed it.
I'm just curious why this happened, I'm a complete noobie and I'm using Chat GPT to help teach me how to code.
The text was updated successfully, but these errors were encountered: