claude-code - 💡(How to fix) Fix Há mais de uma semana e a qualquer horário do dia que... [1 comments, 2 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#55626Fetched 2026-05-03 04:48:34
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
1
Timeline (top)
labeled ×3commented ×1

Error Message

[{"error":"Error: File does not exist. Note: your current working directory is /home/obs.\n at call (/$bunfs/root/src/entrypoints/cli.js:4868:11399)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T17:11:07.758Z"},{"error":"Error: 429 {"type":"error","error":{"type":"rate_limit_error","message":"Error"},"request_id":"req_011Cae7ZacaZiZ2BfLFTRQKQ"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:57304)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T17:11:09.288Z"},{"error":"Error: 429 {"type":"error","error":{"type":"rate_limit_error","message":"Error"},"request_id":"req_011Cae7amtWtFBq2ySwGsrdc"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:57304)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T17:11:25.496Z"},{"error":"Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"x-anthropic-billing-header is a reserved keyword and may not be used in the system prompt."},"request_id":"req_011Cae7niKJ2hqTBcKMNFsSx"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:57082)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T17:14:07.480Z"}]

Code Example

[{"error":"Error: File does not exist. Note: your current working directory is /home/obs.\n    at call (/$bunfs/root/src/entrypoints/cli.js:4868:11399)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T17:11:07.758Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Error\"},\"request_id\":\"req_011Cae7ZacaZiZ2BfLFTRQKQ\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57304)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T17:11:09.288Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Error\"},\"request_id\":\"req_011Cae7amtWtFBq2ySwGsrdc\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57304)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T17:11:25.496Z"},{"error":"Error: 400 {\"type\":\"error\",\"error\":{\"type\":\"invalid_request_error\",\"message\":\"x-anthropic-billing-header is a reserved keyword and may not be used in the system prompt.\"},\"request_id\":\"req_011Cae7niKJ2hqTBcKMNFsSx\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57082)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T17:14:07.480Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description Há mais de uma semana e a qualquer horário do dia que sempre dá erro no servidor

Environment Info

  • Platform: linux
  • Terminal: xterm-256color
  • Version: 2.1.126
  • Feedback ID: 80aa5891-20ae-48f1-a089-3077529b4bb3

Errors

[{"error":"Error: File does not exist. Note: your current working directory is /home/obs.\n    at call (/$bunfs/root/src/entrypoints/cli.js:4868:11399)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T17:11:07.758Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Error\"},\"request_id\":\"req_011Cae7ZacaZiZ2BfLFTRQKQ\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57304)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T17:11:09.288Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Error\"},\"request_id\":\"req_011Cae7amtWtFBq2ySwGsrdc\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57304)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T17:11:25.496Z"},{"error":"Error: 400 {\"type\":\"error\",\"error\":{\"type\":\"invalid_request_error\",\"message\":\"x-anthropic-billing-header is a reserved keyword and may not be used in the system prompt.\"},\"request_id\":\"req_011Cae7niKJ2hqTBcKMNFsSx\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57082)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T17:14:07.480Z"}]

extent analysis

TL;DR

The issue is likely caused by a combination of file not found errors and rate limit errors, and a workaround could involve checking file paths and adjusting request rates.

Guidance

  • Verify that the current working directory /home/obs contains the expected files to resolve the "File does not exist" error.
  • Check the request rate to avoid hitting the rate limit, as indicated by the "rate_limit_error" messages.
  • Review the system prompt to ensure it does not contain reserved keywords like "x-anthropic-billing-header", which is causing the "invalid_request_error".
  • Consider implementing exponential backoff or retry mechanisms to handle temporary rate limit errors.

Example

No specific code snippet can be provided without more context, but adjusting the request rate or implementing retry logic could involve using techniques like:

// Pseudo-code example, actual implementation depends on the specific use case
function makeRequestWithRetry(maxAttempts, delay) {
  let attempts = 0;
  while (attempts < maxAttempts) {
    try {
      // Make the request
      return makeRequest();
    } catch (error) {
      if (error.type === 'rate_limit_error') {
        // Wait and retry
        await new Promise(resolve => setTimeout(resolve, delay));
        attempts++;
      } else {
        throw error;
      }
    }
  }
  throw new Error('Max attempts reached');
}

Notes

The provided errors suggest a mix of issues, including file system errors and API rate limiting. Without more specific information about the application or the requests being made, it's challenging to provide a precise fix. The guidance offered is based on the error messages and may need to be adapted to the actual application code and environment.

Recommendation

Apply workaround: Adjusting the request rate and ensuring the absence of reserved keywords in system prompts can help mitigate the errors. Implementing retry logic with exponential backoff can also help handle temporary rate limit 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 Há mais de uma semana e a qualquer horário do dia que... [1 comments, 2 participants]