claude-code - 💡(How to fix) Fix ultrareview fails with Firestore 'file not found' error [2 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#60586Fetched 2026-05-20 03:54:42
View on GitHub
Comments
2
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×3commented ×2closed ×1

Running /ultrareview consistently fails with the following error:

Ultrareview could not start the remote session: seed bundle: seed bundle import: failed to import files: error executing request: file not found: {"code":"not_found","message":"file to import not found: error retrieving file to import: firestore: not found"}

Error Message

Running /ultrareview consistently fails with the following error:

Ultrareview could not start the remote session: seed bundle: seed bundle import: failed to import files: error executing request: file not found: {"code":"not_found","message":"file to import not found: error retrieving file to import: firestore: not found"}

  1. First attempt: ran /ultrareview with a large database dump file (~untracked) present in the repo directory. Failed with the error above.
  2. Second attempt: ran /ultrareview again with a clean repo state (branch up to date with origin/main, only a few small untracked files remaining). Failed with the identical error.
  • Error is reproducible across multiple attempts with different repo states Remote session fails during seed bundle import due to a Firestore lookup error.

Root Cause

The two failures look identical, suggesting the same root cause. However, it's possible the first attempt partially registered files with Firestore (including the now-missing dump file), and the second attempt failed trying to retrieve that stale registration. The Anthropic team would be best placed to determine whether the first failed attempt left any partial Firestore state.

RAW_BUFFERClick to expand / collapse

Description

Running /ultrareview consistently fails with the following error:

Ultrareview could not start the remote session: seed bundle: seed bundle import: failed to import files: error executing request: file not found: {"code":"not_found","message":"file to import not found: error retrieving file to import: firestore: not found"}

Steps to reproduce / sequence of events

  1. First attempt: ran /ultrareview with a large database dump file (~untracked) present in the repo directory. Failed with the error above.
  2. Moved the dump file out of the repo directory (based on a suggestion that large files might be causing the issue).
  3. Second attempt: ran /ultrareview again with a clean repo state (branch up to date with origin/main, only a few small untracked files remaining). Failed with the identical error.

The two failures look identical, suggesting the same root cause. However, it's possible the first attempt partially registered files with Firestore (including the now-missing dump file), and the second attempt failed trying to retrieve that stale registration. The Anthropic team would be best placed to determine whether the first failed attempt left any partial Firestore state.

Environment

  • Repo state on second attempt: clean (modified doc, two small untracked files — a markdown file and a PNG)
  • Error is reproducible across multiple attempts with different repo states

Expected behavior

Ultrareview should start a remote review session.

Actual behavior

Remote session fails during seed bundle import due to a Firestore lookup error.

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…

FAQ

Expected behavior

Ultrareview should start a remote review session.

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 ultrareview fails with Firestore 'file not found' error [2 comments, 2 participants]