Skip to content

Uncaught FileNotFoundError in <frozen posixpath> line 412 #5209

@halflife2freemanmorgan-web

Description

Aider version: 0.86.2
Python version: 3.12.13
Platform: Linux-6.6.99-09128-g14e87a8a9b71-x86_64-with-glibc2.41
Python implementation: CPython
Virtual environment: Yes
OS: Linux 6.6.99-09128-g14e87a8a9b71 (64bit)
Git version: git version 2.47.3

An uncaught exception occurred:

Traceback (most recent call last):
  File "aider", line 10, in <module>
    sys.exit(main())
             ^^^^^^
  File "main.py", line 1162, in main
    coder.run()
  File "base_coder.py", line 886, in run
    user_message = self.get_input()
                   ^^^^^^^^^^^^^^^^
  File "base_coder.py", line 903, in get_input
    return self.io.get_input(
           ^^^^^^^^^^^^^^^^^^
  File "io.py", line 543, in get_input
    show = self.format_files_for_input(rel_fnames, rel_read_only_fnames)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "io.py", line 1162, in format_files_for_input
    abs_path = os.path.abspath(os.path.join(self.root, rel_path))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen posixpath>", line 412, in abspath
FileNotFoundError: [Errno 2] No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions