MCPcopy
hub / github.com/marimo-team/marimo / ScreenshotError

Class ScreenshotError

marimo/_code_mode/screenshot.py:51–56  ·  view source on GitHub ↗

A cell screenshot could not be captured. Messages include actionable hints (available cell IDs, install commands, likely misconfigurations).

Source from the content-addressed store, hash-verified

49
50
51class ScreenshotError(RuntimeError):
52 """A cell screenshot could not be captured.
53
54 Messages include actionable hints (available cell IDs,
55 install commands, likely misconfigurations).
56 """
57
58
59def _to_data_url(image: bytes) -> str:

Callers 6

screenshotMethod · 0.90
_require_playwrightFunction · 0.85
_raise_browser_missingFunction · 0.85
captureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…