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 1084y #2662

Open
neorack opened this issue Dec 18, 2024 · 1 comment
Open

Uncaught SwitchCoder in commands.py line 1084y #2662

neorack opened this issue Dec 18, 2024 · 1 comment

Comments

@neorack
Copy link

neorack commented Dec 18, 2024

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

An uncaught exception occurred:

Traceback (most recent call last):
  File "runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "runpy.py", line 86, in _run_code
    exec(code, run_globals)
  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

@ozeron
Copy link

ozeron commented Dec 24, 2024

Happened to me as well:

Uncaught SwitchCoder in commands.py line 1084

Aider version: 0.69.1
Python version: 3.12.2
Platform: macOS-15.1.1-x86_64-i386-64bit
Python implementation: CPython
Virtual environment: No
OS: Darwin 24.1.0 (64bit)
Git version: git version 2.47.1

An uncaught exception occurred:

Traceback (most recent call last):
  File "aider", line 8, 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

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

2 participants