Skip to content

Uncaught NotImplementedError in _local.py line 589 #5675

Description

@vissy1

Aider version: 0.86.3.dev53+g5dc9490bb
Python version: 3.13.14
Platform: Windows-11-10.0.26200-SP0
Python implementation: CPython
Virtual environment: No
OS: Windows 11 (64bit)
Git version: git version 2.55.0.windows.5

An uncaught exception occurred:

Traceback (most recent call last):
  File "<frozen runpy>", line 203, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "__main__.py", line 5, in <module>
    sys.exit(main())
             ~~~~^^
  File "main.py", line 1162, in main
    coder.run()
    ~~~~~~~~~^^
  File "base_coder.py", line 887, in run
    self.run_one(user_message, preproc)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "base_coder.py", line 928, in run_one
    message = self.preproc_user_input(user_message)
  File "base_coder.py", line 917, in preproc_user_input
    return self.commands.run(inp)
           ~~~~~~~~~~~~~~~~~^^^^^
  File "commands.py", line 324, in run
    return self.do_run(command, rest_inp)
           ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "commands.py", line 296, in do_run
    return cmd_method(args)
  File "commands.py", line 822, in cmd_add
    matched_files = self.glob_filtered_to_repo(word)
  File "commands.py", line 774, in glob_filtered_to_repo
    raw_matched_files = list(Path(self.coder.root).glob(pattern))
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "_local.py", line 589, in glob
    raise NotImplementedError("Non-relative patterns are unsupported")
NotImplementedError: Non-relative patterns are unsupported

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions