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 887, in main
coder.run()
File "base_coder.py", line 758, in run
self.run_one(user_message, preproc)
File "base_coder.py", line 801, in run_one
list(self.send_message(message))
File "base_coder.py", line 1278, in send_message
self.reply_completed()
File "architect_coder.py", line 36, in reply_completed
editor_coder = Coder.create(**new_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 165, in create
res = coder(main_model, io, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 378, in __init__
if self.repo and self.repo.ignored_file(fname):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "repo.py", line 349, in ignored_file
result = self.ignored_file_raw(fname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "repo.py", line 355, in ignored_file_raw
fname_path = Path(self.normalize_path(fname))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "repo.py", line 307, in normalize_path
path = str(Path(PurePosixPath((Path(self.root) / path).relative_to(self.root))))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pathlib.py", line 682, in relative_to
raise ValueError(f"{str(self)!r} is not in the subpath of {str(other)!r}")
ValueError: '/private/var/folders/c9/_z1jn11968557brl0bl5hx900000gn/T/tmpfcsy8iwx/clipboard_image.png' is not in the subpath of '/Users/golergka/Projects/my/project/path'
The text was updated successfully, but these errors were encountered:
This looks like a duplicate of #1774. Please see the comments there for more information, and feel free to continue the discussion within that issue.
I'm going to close this issue for now. But please let me know if you think this is actually a distinct issue and I will reopen this issue.Note: A bot script made these updates to the issue.
Aider version: 0.65.1
Python version: 3.12.6
Platform: macOS-15.1-arm64-arm-64bit
Python implementation: CPython
Virtual environment: Yes
OS: Darwin 24.1.0 (64bit)
Git version: git version 2.39.5 (Apple Git-154)
An uncaught exception occurred:
The text was updated successfully, but these errors were encountered: