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
when asking to perform a cat on a README.md file containing a code block the following err is raised and open interpreter breaks:
object address : 0x7c7ae27cd6a0
object refcount : 3
object type : 0x2ed9e40
object type name: MarkupError
object repr : MarkupError("closing tag '[/bold green]' at position 177 doesn't match any open tag")
lost sys.stderr
Describe the bug
when asking to perform a cat on a README.md file containing a code block the following err is raised and open interpreter breaks:
object address : 0x7c7ae27cd6a0
object refcount : 3
object type : 0x2ed9e40
object type name: MarkupError
object repr : MarkupError("closing tag '[/bold green]' at position 177 doesn't match any open tag")
lost sys.stderr
Reproduce
go to https://github.com/phidatahq/phidata/blob/main/README.md clone the repo and ask open interpreter to cat the readme file
Expected behavior
actually being able to overcome broken tags and cat the file
Screenshots
Open Interpreter version
0.3.14 The Beginning (Ty and Victor)
Python version
3.12.3
Operating System name and version
ubuntu24.04LTS desktop
Additional context
No response
The text was updated successfully, but these errors were encountered: