[Bug] Anthropic API Error: Could not process image
Resolved 💬 4 comments Opened Feb 11, 2026 by mgrbyte Closed Feb 11, 2026
Bug Description
Claude code rendered unusable after pasting an image.
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"Could not process image"},"request_id":"req_011CY1tAVuaWrt3WsoFn9ETi"}
at F9.generate (file:///nix/store/4bmhj54qyccbs7m43vfv804j5dff6aw9-claude-code-2.0.76/lib/node_modules/@anthropic-ai/claude-code/cli.js:510:11051)
Environment Info
- Platform: darwin
- Terminal: alacritty
- Version: 2.0.76
- Feedback ID: f4cadde3-01a9-4cab-987e-95c8db0f192d
Errors
<redacted>
Note: Error logs were truncated.
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗