Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught SwitchCoder in commands.py line 1084 #2704

Open
cfortune opened this issue Dec 26, 2024 · 0 comments
Open

Uncaught SwitchCoder in commands.py line 1084 #2704

cfortune opened this issue Dec 26, 2024 · 0 comments

Comments

@cfortune
Copy link

cfortune commented Dec 26, 2024

aider --model gemini/gemini-1.5-flash --architect --load .\docs.boot.instructions.txt --yes-always

Aider version: 0.69.1
Python version: 3.12.7
Platform: Windows-11-10.0.22631-SP0
Python implementation: CPython
Virtual environment: No
OS: Windows 11 (64bit)
Git version: git version 2.47.1.windows.1

An uncaught exception occurred:

Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "__main__.py", line 7, in <module>
    sys.exit(main())
             ^^^^^^
  File "main.py", line 959, in main
    commands.cmd_load(args.load)
  File "commands.py", line 1312, in cmd_load
    self.run(cmd)
  File "commands.py", line 260, in run
    return self.do_run(command, rest_inp)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "commands.py", line 232, in do_run
    return cmd_method(args)
           ^^^^^^^^^^^^^^^^
  File "commands.py", line 1065, in cmd_architect
    return self._generic_chat_command(args, "architect")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "commands.py", line 1084, in _generic_chat_command
    raise SwitchCoder(
aider.commands.SwitchCoder

Summarization failed for model gemini/gemini-1.5-flash: sys.excepthook is None
summarizer unexpectedly failed for all models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant