-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Description
Aider version: 0.80.1
Python version: 3.12.9
Platform: Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.31
Python implementation: CPython
Virtual environment: Yes
OS: Linux 5.10.102.1-microsoft-standard-WSL2 (64bit)
Git version: git version 2.25.1
An uncaught exception occurred:
Traceback (most recent call last):
File "pathlib.py", line 1250, in resolve
p.stat()
File "pathlib.py", line 840, in stat
return os.stat(self, follow_symlinks=follow_symlinks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 40] Too many levels of symbolic links: '/home/zzk/if44/source/edk2-platforms/Platform/Kunlun/LitchiPkg/pbf/image_fix_d3000M/bl32_new.bin'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "aider", line 10, in <module>
sys.exit(main())
^^^^^^
File "main.py", line 1107, in main
coder.run()
File "base_coder.py", line 856, in run
self.run_one(user_message, preproc)
File "base_coder.py", line 903, in run_one
list(self.send_message(message))
File "base_coder.py", line 1326, in send_message
chunks = self.format_messages()
^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 1231, in format_messages
chunks = self.format_chat_chunks()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 1178, in format_chat_chunks
chunks.repo = self.get_repo_messages()
^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 721, in get_repo_messages
repo_content = self.get_repo_map()
^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 688, in get_repo_map
all_abs_files = set(self.get_all_abs_files())
^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 2032, in get_all_abs_files
files = [self.abs_root_path(path) for path in files]
^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 550, in abs_root_path
res = utils.safe_abs_path(res)
^^^^^^^^^^^^^^^^^^^^^^^^
File "utils.py", line 98, in safe_abs_path
res = Path(res).resolve()
^^^^^^^^^^^^^^^^^^^
File "pathlib.py", line 1252, in resolve
check_eloop(e)
File "pathlib.py", line 1237, in check_eloop
raise RuntimeError("Symlink loop from %r" % e.filename)
RuntimeError: Symlink loop from '/home/zzk/if44/source/edk2-platforms/Platform/Kunlun/LitchiPkg/pbf/image_fix_d3000M/bl32_new.bin'
Metadata
Metadata
Assignees
Labels
No labels