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.64.1
Python version: 3.11.0
Platform: Windows-10-10.0.22631-SP0
Python implementation: CPython
Virtual environment: No
OS: Windows 10 (64bit)
Git version: git version 2.47.0.windows.2
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 861, in main
coder.run()
File "base_coder.py", line 741, in run
self.run_one(user_message, preproc)
File "base_coder.py", line 784, in run_one
list(self.send_message(message))
File "base_coder.py", line 1284, in send_message
lint_errors = self.lint_edited(edited)
^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 1380, in lint_edited
self.io.tool_warning(res)
File "io.py", line 700, in tool_warning
self._tool_message(message, strip, self.tool_warning_color)
File "io.py", line 693, in _tool_message
self.console.print(message, **style)
File "console.py", line 1678, in print
with self:
File "console.py", line 864, in __exit__
self._exit_buffer()
File "console.py", line 822, in _exit_buffer
self._check_buffer()
File "console.py", line 2019, in _check_buffer
self._write_buffer()
File "console.py", line 2055, in _write_buffer
legacy_windows_render(buffer, LegacyWindowsTerm(self.file))
File "_windows_renderer.py", line 19, in legacy_windows_render
term.write_text(text)
File "_win32_console.py", line 402, in write_text
self.write(text)
File "cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\u2588' in position 40: character maps to <undefined>
The text was updated successfully, but these errors were encountered:
Aider version: 0.64.1
Python version: 3.11.0
Platform: Windows-10-10.0.22631-SP0
Python implementation: CPython
Virtual environment: No
OS: Windows 10 (64bit)
Git version: git version 2.47.0.windows.2
An uncaught exception occurred:
The text was updated successfully, but these errors were encountered: