Skip to content

Error with Anthropic changes #319

Description

@grenaad

Looks like there was some changes for the headers that was required, I got this error:

{
  "type": "api_error",
  "message": "Claude Code returned an error result: API Error: 400",
  "details": {
    "type": "error",
    "error": {
      "type": "invalid_request_error",
      "message": "You're out of extra usage. Add more at claude.ai/settings/usage and keep going."
    },
    "request_id": "req_011CZqoaJwkn7FFfvJmC6GGf"
  },
  "stderr": "Warning: Custom betas are only available for API key users. Ignoring provided betas."
}

I remove them then got this error:

{
  "summary": "Claude Code returned an error result",
  "status": 400,
  "error": {
    "type": "invalid_request_error",
    "message": "You're out of extra usage. Add more at claude.ai/settings/usage and keep going."
  },
  "request_id": "req_011CZqq83Q8mLnDCGXHVbhTZ"
}

I assume this is Anthropic recent changes that they announced.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions