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
It seems to be working (it injects the changes) in watch files mode but getting this error when i make a change in --watch-files mode
I do have to press enter in the aider terminal to get it proceed though, not sure if that is normal
File "[REDACTED]/.local/share/uv/python/cpython-3.12.8-linux-x86_64-gnu/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "[REDACTED]/.local/share/uv/python/cpython-3.12.8-linux-x86_64-gnu/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "[REDACTED]/.local/share/uv/tools/aider-chat/lib/python3.12/site-packages/aider/watch.py", line 130, in watch_files
raise e
File "[REDACTED]/.local/share/uv/tools/aider-chat/lib/python3.12/site-packages/aider/watch.py", line 125, in watch_files
self.io.interrupt_input()
File "[REDACTED]/.local/share/uv/tools/aider-chat/lib/python3.12/site-packages/aider/io.py", line 397, in interrupt_input
self.prompt_session.app.exit()
File "[REDACTED]/.local/share/uv/tools/aider-chat/lib/python3.12/site-packages/prompt_toolkit/application/application.py", line 1289, in exit
raise Exception("Application is not running. Application.exit() failed.")
Version and model info
Aider v0.70.0
Model: deepseek/deepseek-coder with diff edit format, prompt cache, infinite
output
Git repo: .git with 0 files
Repo-map: using 1024 tokens, auto refresh
The text was updated successfully, but these errors were encountered:
I installed aider using pip and aider-install as per the instructions. I tried fixing it by uninstalling and then reinstalling, but didn't seem to help.
Feel free to close this if no one else reports it. I tried googling around but didn't see anyone else say anything. It could be something wrong with my environment.
Issue
It seems to be working (it injects the changes) in watch files mode but getting this error when i make a change in --watch-files mode
I do have to press enter in the aider terminal to get it proceed though, not sure if that is normal
File "[REDACTED]/.local/share/uv/python/cpython-3.12.8-linux-x86_64-gnu/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "[REDACTED]/.local/share/uv/python/cpython-3.12.8-linux-x86_64-gnu/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "[REDACTED]/.local/share/uv/tools/aider-chat/lib/python3.12/site-packages/aider/watch.py", line 130, in watch_files
raise e
File "[REDACTED]/.local/share/uv/tools/aider-chat/lib/python3.12/site-packages/aider/watch.py", line 125, in watch_files
self.io.interrupt_input()
File "[REDACTED]/.local/share/uv/tools/aider-chat/lib/python3.12/site-packages/aider/io.py", line 397, in interrupt_input
self.prompt_session.app.exit()
File "[REDACTED]/.local/share/uv/tools/aider-chat/lib/python3.12/site-packages/prompt_toolkit/application/application.py", line 1289, in exit
raise Exception("Application is not running. Application.exit() failed.")
Version and model info
Aider v0.70.0
Model: deepseek/deepseek-coder with diff edit format, prompt cache, infinite
output
Git repo: .git with 0 files
Repo-map: using 1024 tokens, auto refresh
The text was updated successfully, but these errors were encountered: