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 version: 0.70.0
Python version: 3.11.6
Platform: Linux-6.8.0-51-generic-x86_64-with-glibc2.39
Python implementation: CPython
Virtual environment: No
OS: Linux 6.8.0-51-generic (64bit)
Git version: git version 2.43.0
An uncaught exception occurred:
Traceback (most recent call last):
File "aider", line 8, in <module>
sys.exit(main())
^^^^^^
File "main.py", line 1007, in main
coder.run()
File "base_coder.py", line 805, in run
user_message = self.get_input()
^^^^^^^^^^^^^^^^
File "base_coder.py", line 825, in get_input
self.get_addable_relative_files(),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 1849, in get_addable_relative_files
all_files = set(self.get_all_relative_files())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 1834, in get_all_relative_files
files = self.repo.get_tracked_files()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "repo.py", line 301, 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
The text was updated successfully, but these errors were encountered:
Aider version: 0.70.0
Python version: 3.11.6
Platform: Linux-6.8.0-51-generic-x86_64-with-glibc2.39
Python implementation: CPython
Virtual environment: No
OS: Linux 6.8.0-51-generic (64bit)
Git version: git version 2.43.0
An uncaught exception occurred:
The text was updated successfully, but these errors were encountered: