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
Traceback (most recent call last):
File "aider", line 8, in <module>
sys.exit(main())
^^^^^^
File "main.py", line 1037, in main
coder.run()
File "base_coder.py", line 822, in run
user_message = self.get_input()
^^^^^^^^^^^^^^^^
File "base_coder.py", line 842, in get_input
self.get_addable_relative_files(),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 1867, in get_addable_relative_files
all_files = set(self.get_all_relative_files())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 1852, in get_all_relative_files
files = self.repo.get_tracked_files()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "repo.py", line 312, in get_tracked_files
staged_files = [path for path, _ in index.entries.keys()]
^^^^^^^^^^^^^
File "util.py", line 253, in __getattr__
self._set_cache_(attr)
File "base.py", line 168, in _set_cache_
self._deserialize(stream)
File "base.py", line 197, in _deserialize
self.version, self.entries, self._extension_data, _conten_sha = read_cache(stream)
^^^^^^^^^^^^^^^^^^
File "fun.py", line 252, in read_cache
version, num_entries = read_header(stream)
^^^^^^^^^^^^^^^^^^^
File "fun.py", line 210, in read_header
assert version in (1, 2)
^^^^^^^^^^^^^^^^^
AssertionError
Context: in the prompt that triggered this error, I mentioned a file XXX.txt that was actually located at subdirectory/XXX.txt and was included in the editable list as subdirectory/XXX.txt. Hope that helps.
The text was updated successfully, but these errors were encountered:
Aider version: 0.72.1
Python version: 3.12.8
Platform: Linux-6.8.0-51-generic-x86_64-with-glibc2.40
Python implementation: CPython
Virtual environment: Yes
OS: Linux 6.8.0-51-generic (64bit)
Git version: git version 2.47.0
An uncaught exception occurred:
Context: in the prompt that triggered this error, I mentioned a file XXX.txt that was actually located at
subdirectory/XXX.txt
and was included in the editable list assubdirectory/XXX.txt
. Hope that helps.The text was updated successfully, but these errors were encountered: