claude-code - 💡(How to fix) Fix [Bug] Agent ignores user instructions and responds unpredictably [1 participants]

Official PRs (…)
ON THIS PAGE

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#45085Fetched 2026-04-09 08:13:39
View on GitHub
Comments
0
Participants
1
Timeline
6
Reactions
1
Author
Participants
Timeline (top)
labeled ×4cross-referenced ×2

Error Message

[{"error":"Error: Request was aborted.\n at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3447)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T07:32:47.348Z"},{"error":"Error: Request was aborted.\n at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3447)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T07:49:44.214Z"},{"error":"Error: Request was aborted.\n at oy8 (B:/~BUN/root/src/entrypoints/cli.js:1301:11929)\n at next (native:1:11)\n at Wb_ (B:/~BUN/root/src/entrypoints/cli.js:7823:9035)\n at next (native:1:11)\n at Lb_ (B:/~BUN/root/src/entrypoints/cli.js:7828:11451)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T07:58:46.871Z"},{"error":"Error: Request was aborted.\n at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3447)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T07:59:23.617Z"}]

Code Example

[{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T07:32:47.348Z"},{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T07:49:44.214Z"},{"error":"Error: Request was aborted.\n    at oy8 (B:/~BUN/root/src/entrypoints/cli.js:1301:11929)\n    at next (native:1:11)\n    at Wb_ (B:/~BUN/root/src/entrypoints/cli.js:7823:9035)\n    at next (native:1:11)\n    at Lb_ (B:/~BUN/root/src/entrypoints/cli.js:7828:11451)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T07:58:46.871Z"},{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T07:59:23.617Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description Doesn't follow rules, even the agent says doesn't follow, he doesn't even know why or even if I ask cuestions, he just anwer whatever he wonts

Environment Info

  • Platform: win32
  • Terminal: cursor
  • Version: 2.1.96
  • Feedback ID: f122efee-1c8c-43f6-aaac-4792d36189bb

Errors

[{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T07:32:47.348Z"},{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T07:49:44.214Z"},{"error":"Error: Request was aborted.\n    at oy8 (B:/~BUN/root/src/entrypoints/cli.js:1301:11929)\n    at next (native:1:11)\n    at Wb_ (B:/~BUN/root/src/entrypoints/cli.js:7823:9035)\n    at next (native:1:11)\n    at Lb_ (B:/~BUN/root/src/entrypoints/cli.js:7828:11451)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T07:58:46.871Z"},{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T07:59:23.617Z"}]

extent analysis

TL;DR

Investigate and address the "Request was aborted" errors in the makeRequest function at cli.js:50:3447 to resolve the issue.

Guidance

  • Review the makeRequest function in cli.js to understand why requests are being aborted, focusing on error handling and timeout settings.
  • Check for any recent changes in the codebase that could be causing the requests to abort, such as updates to dependencies or modifications to the request logic.
  • Verify if the issue persists across different environments and platforms to determine if it's specific to the win32 platform.
  • Inspect the request payload and headers to ensure they are correctly formatted and not causing the abortion of the request.

Example

No specific code example can be provided without more context, but reviewing the makeRequest function and its surrounding code for error handling and potential issues is a good starting point.

Notes

The provided error messages indicate a problem with the makeRequest function, but without more details about the code or the specific requests being made, it's challenging to provide a precise solution. The issue might be related to network connectivity, server-side problems, or issues within the cli.js file itself.

Recommendation

Apply workaround: Investigate and fix the makeRequest function to prevent request abortions, as this seems to be the core issue reported in the errors.

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] Agent ignores user instructions and responds unpredictably [1 participants]