claude-code - 💡(How to fix) Fix [Bug] Duplicate startup block rendering on message send [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#48490Fetched 2026-04-16 06:58:46
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1

Error Message

[{"error":"Error: Request was aborted.\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-15T12:03:56.380Z"},{"error":"Error: 1P event logging: 380 events failed to export (code=ECONNABORTED, timeout of 10000ms exceeded)\n at queueFailedEvents (/$bunfs/root/src/entrypoints/cli.js:425:2574)\n at async doExport (/$bunfs/root/src/entrypoints/cli.js:425:1516)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-15T12:04:06.719Z"}]

Code Example

[{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-15T12:03:56.380Z"},{"error":"Error: 1P event logging: 380 events failed to export (code=ECONNABORTED, timeout of 10000ms exceeded)\n    at queueFailedEvents (/$bunfs/root/src/entrypoints/cli.js:425:2574)\n    at async doExport (/$bunfs/root/src/entrypoints/cli.js:425:1516)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-15T12:04:06.719Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description recently when i scroll, i see this broken start up block [Image #1] [Image #2] [Image #3] even when it is the first message. here on message send i see that 3+ times before reaching the end of the page

Environment Info

  • Platform: darwin
  • Terminal: vscode
  • Version: 2.1.109
  • Feedback ID: c409f35a-8948-40d5-bd78-3182a2f9d367

Errors

[{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-15T12:03:56.380Z"},{"error":"Error: 1P event logging: 380 events failed to export (code=ECONNABORTED, timeout of 10000ms exceeded)\n    at queueFailedEvents (/$bunfs/root/src/entrypoints/cli.js:425:2574)\n    at async doExport (/$bunfs/root/src/entrypoints/cli.js:425:1516)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-15T12:04:06.719Z"}]

extent analysis

TL;DR

The issue may be related to a request timeout or abort error, causing the broken startup block to appear when scrolling.

Guidance

  • Investigate the makeRequest function in cli.js to see if there are any issues with the request timeout or abort handling.
  • Check the network connection and server response times to ensure they are within the expected range, as the error messages indicate a timeout of 10000ms was exceeded.
  • Review the error handling mechanism in the code to ensure it properly handles aborted requests and provides a meaningful error message instead of displaying a broken startup block.
  • Consider increasing the timeout value or implementing a retry mechanism for failed requests to mitigate the issue.

Example

No code snippet is provided as the issue does not contain sufficient information to create a specific example.

Notes

The provided error messages suggest a potential issue with the request timeout or abort handling, but without more information about the code and its intended behavior, it is difficult to provide a more specific solution.

Recommendation

Apply workaround: Increase the timeout value or implement a retry mechanism for failed requests, as this may help mitigate the issue and prevent the broken startup block from appearing.

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