claude-code - 💡(How to fix) Fix [BUG] Free ultrareview quota consumed when run crashes before producing findings (server-side rate limit) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#56432Fetched 2026-05-06 06:28:12
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
labeled ×2commented ×1

Error Message

Findings payload returned to the client: {"error":"Review crashed before producing findings. See session logs for details."}

Error surfaced when inspecting the session: API Error: Server is temporarily limiting requests (not your usage limit) · Rate limited

Root Cause

Ultrareview runs that crash before producing any findings should not consume free-tier quota — especially when the crash is caused by transient server-side issues (rate limiting, infrastructure failures) rather than anything the user did. The expected behavior is either:

  • Automatic refund of the free run when a crash with no findings is detected, or
  • Exclusion of no-output / crashed sessions from the quota counter.

Code Example

Findings payload returned to the client:
  {"error":"Review crashed before producing findings. See session logs for details."}

  Error surfaced when inspecting the session:
  API Error: Server is temporarily limiting requests (not your usage limit) · Rate limited
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

A free /ultrareview run launched against Nuttria-Dev/project-red#5 crashed mid-execution due to an Anthropic-side rate limit and produced no findings. The findings payload returned to the client was just an error stub. Despite zero output being delivered, the run was counted against my free-tier quota: the counter went from "Free ultrareview 1 of 3" before the crash to "2 of 3" after — i.e., I was charged a free run for an execution the service itself failed to complete.

What Should Happen?

Ultrareview runs that crash before producing any findings should not consume free-tier quota — especially when the crash is caused by transient server-side issues (rate limiting, infrastructure failures) rather than anything the user did. The expected behavior is either:

  • Automatic refund of the free run when a crash with no findings is detected, or
  • Exclusion of no-output / crashed sessions from the quota counter.

Error Messages/Logs

Findings payload returned to the client:
  {"error":"Review crashed before producing findings. See session logs for details."}

  Error surfaced when inspecting the session:
  API Error: Server is temporarily limiting requests (not your usage limit) · Rate limited

Steps to Reproduce

Not deterministically reproducible — depends on Anthropic backend rate limiting being triggered during an ultrareview run.

  1. From Claude Code, run /ultrareview <PR_number> against a GitHub PR.
  2. If the backend emits the rate-limit error mid-execution, the session crashes and returns the error stub above.
  3. The free-tier counter still decrements (verified by relaunching: counter went from "1 of 3" → "2 of 3" across the crashed run + successful relaunch).

Claude Model

Opus

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

2.1.128 (Claude Code)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Cursor

Additional Information

  • Repo: Nuttria-Dev/project-red (private)
  • PR: #5 — branch feat/1-2-terraform-baseline-aws
  • Date: 2026-05-05
  • Crashed session ID: session_01NFe2KkA88mCxShUnbmcPq4
  • Successful relaunch session ID (no quota issues, same PR, no PR-side changes that would explain the original failure): session_01A5a17AruK5RkM4gB63psim
  • Counter state: "1 of 3" before crashed run → "2 of 3" after, even though crashed run produced no findings
  • The successful relaunch confirms the original crash was infra-related, not caused by anything in the PR contents.

extent analysis

TL;DR

The free-tier quota is being decremented even when an ultrareview run crashes due to Anthropic's rate limiting, resulting in an unfair charge for a failed execution.

Guidance

  • Verify that the issue is indeed caused by Anthropic's rate limiting by checking the error message and session logs for the "Rate limited" error.
  • Check the Claude Code documentation to see if there are any known issues or workarounds for this problem.
  • Consider reaching out to Anthropic support to report the issue and ask for assistance in refunding the incorrectly charged free run.
  • Test the ultrareview run again to see if the issue persists and gather more information about the crash.

Notes

The issue seems to be related to Anthropic's rate limiting and the handling of failed executions in Claude Code. However, without more information about the internal workings of Claude Code and Anthropic's API, it's difficult to provide a definitive solution.

Recommendation

Apply workaround: Reach out to Anthropic support to report the issue and ask for assistance in refunding the incorrectly charged free run, as this seems to be an issue with their rate limiting and quota handling.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] Free ultrareview quota consumed when run crashes before producing findings (server-side rate limit) [1 comments, 2 participants]