bug summary fails for a certain case
See original GitHub issueerror: rich.errors.MarkupError: closing tag ‘[/model/2013/V20%200177200%20004%2080%205218%202.jpg]’ at position 45 doesn’t match any open tag
Steps to reproduce:
da = DocumentArray().pull(name='subset_laion')
print(da[1073].tags)
print(da[1073].text)
print(da[1073].uri)
print(da[1073].summary())
Issue Analytics
- State:
- Created 10 months ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
How to Write A Good Bug Report? Tips and Tricks
Summary: A brief summary of the bug, mostly within 60 words or below. Make sure your summary is reflecting on what the problem...
Read more >Bug Types (Summary) | Test IO Academy
What is a bug, what bug types we distinguish between and how to determine the ... by showing that the field is validated...
Read more >How to Report a Bug | Test the Web Forward
The overview or description of a bug report is to explain the bug to the developer, including: Abstracted summary of behavior (e.g. interpretation...
Read more >Defect Management Process in Software Testing (Bug Report)
A software defect is an error in coding which causes incorrect or unexpected results from a software program which does not meet actual ......
Read more >What is the difference between Error Mistake Fault Bug Failure ...
A Bug is the result of a coding Error and A Defect is a deviation from the Requirements. A defect does not necessarily...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we should open an issue on
rich
with the following snippet:Upstream ticket open https://github.com/Textualize/rich/issues/2636