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
Aider version: 0.71.1
Python version: 3.12.3
Platform: Windows-10-10.0.18363-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 "<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 923, in main
coder.show_announcements()
File "base_coder.py", line 497, in show_announcements
self.io.tool_output(line, bold=bold)
File "io.py", line 851, in tool_output
style = RichStyle(**style)
^^^^^^^^^^^^^^^^^^
File "style.py", line 149, in __init__
self._color = None if color is None else _make_color(color)
^^^^^^^^^^^^^^^^^^
File "style.py", line 147, in _make_color
return color if isinstance(color, Color) else Color.parse(color)
^^^^^^^^^^^^^^^^^^
File "color.py", line 451, in parse
raise ColorParseError(f"{original_color!r} is not a valid color")
rich.color.ColorParseError: 'FFA500' is not a valid color
The text was updated successfully, but these errors were encountered:
Aider version: 0.71.1
Python version: 3.12.3
Platform: Windows-10-10.0.18363-SP0
Python implementation: CPython
Virtual environment: No
OS: Windows 10 (64bit)
Git version: git version 2.47.1.windows.1
An uncaught exception occurred:
The text was updated successfully, but these errors were encountered: