ErrLookup › Textualize/rich

Textualize/rich

Rich is a Python library for rich text and beautiful formatting in the terminal. · Python · 106 source files

Analyzed at 9d8f9a372c on 2026-08-15. 24 documented errors.

Code / MessageTypeSeverityTags
invalid value for align, expected "left", "center", or "righ
validation error python, rich, align, validation, valueerror
invalid value for vertical, expected "top", "middle", or "bo
validation error python, rich, align, vertical, validation, valueerror
level must be 'head', 'row' or 'foot'
validation error python, rich, box, table, internal-api, valueerror
{original_color!r} is not a valid color
validation error python, rich, color, style, parsing, colorparseerror
color number must be <= 255 in {color!r}
validation error python, rich, color, ansi, range, colorparseerror
expected three components in {original_color!r}
validation error python, rich, color, rgb, parsing, colorparseerror
color components must be <= 255 in {original_color!r}
validation error python, rich, color, rgb, range, colorparseerror
write
exception error rich, io, progress, read-only, unsupported-operation
writelines
exception error rich, io, progress, read-only, unsupported-operation
unable to get the total number of bytes, please specify 'tot
validation error rich, progress, wrap-file, total-required, valueerror
invalid mode {mode!r}
validation error rich, progress, file-mode, read-only, valueerror
can't have unbuffered text I/O
validation error rich, progress, buffering, text-io, valueerror
[prompt.invalid]Please enter a valid value
console warning rich, prompt, validation, user-input, cli
[prompt.invalid.choice]Please select one of the available op
console warning rich, prompt, choices, user-input, cli
Failed to auto generate __rich_repr__; {error}
exception error rich, repr, decorator, introspection, attributeerror
'characters' argument must have a cell width of at least 1
validation error rich, rule, validation, cell-width, valueerror
invalid value for align, expected "left", "center", "right"
validation error rich, rule, alignment, validation, valueerror
no spinner called {name!r}
validation error rich, spinner, lookup, keyerror, name-validation
expected at least one non-None style
validation error rich, style, argument-validation, valueerror, fallback
slices with step!=1 are not supported
validation warning rich, text, slicing, typeerror, unsupported-operation
Only str or Text can be appended to Text
exception error rich, text, typeerror, type-check, append
style must not be set when appending Text instance
exception error rich, text, append, style, valueerror
Unable to pop base theme
exception error rich, theme, stack-underflow, push-pop-balance, themestackerror
Value for 'trace' required if not called in except: block
exception error rich, traceback, exception-context, valueerror, debugging