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
Currently experiencing two main errors when running the GitHub Bot:
Rich markup error:
ERROR:gptme.message:Error printing message
Traceback (most recent call last):
File "/workspace/gptme/message.py", line 313, in print_msg
console.print(s)
File "/usr/local/lib/python3.10/site-packages/rich/console.py", line 1679, in print
renderables = self._collect_renderables(
File "/usr/local/lib/python3.10/site-packages/rich/console.py", line 1539, in _collect_renderables
self.render_str(
File "/usr/local/lib/python3.10/site-packages/rich/console.py", line 1429, in render_str
rich_text = render_markup(
File "/usr/local/lib/python3.10/site-packages/rich/markup.py", line 167, in render
raise MarkupError(
rich.errors.MarkupError: closing tag '[/<m>]' at position 3246 doesn't match any open tag
Current Behavior
Currently experiencing two main errors when running the GitHub Bot:
The text was updated successfully, but these errors were encountered: