anthropics / anthropics/claude-code-action

Internal Server Error (HTTP 500) from Anthropic's API

Đang mở
#13 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
p2
Ngôn ngữ chính
TypeScript
Star
8.9k
Fork
2.1k
Merge trung bình
3 ngày 9 giờ
Pull request đã merge (30 ngày)
10

Mô tả

### Description
I'm experiencing persistent HTTP 500 internal server errors when running the claude-code-action on my repository's pull requests. The action starts but fails with an internal error from Anthropic's API.

### Environment
- claude-code-action version: `@beta`
- Model used: `claude-3-7-sonnet@20250219`
- Using Vertex AI: `true`
- GitHub Actions runner: GitHub-hosted
- Repository type: Private
- PR size: 44 files changed (675 additions, 190 deletions)

### Steps to Reproduce
1. Created PR with changes to multiple files
2. Added workflow file with claude-code-action
3. Triggered the action automatic
4. Action initiates but fails with HTTP 500 error

### Error Message
API Error: 500 {"error":{"code":500,"message":"Internal error encountered.","status":"INTERNAL"}}

### Relevant Configuration
```yaml
Run anthropics/claude-code-action@beta
with:
use_vertex: true
anthropic_model: claude-3-7-sonnet@20250219
direct_prompt: "Please review this PR. Look at the changes and provide thoughtful feedback on:
- Code quality and best practices
- Potential bugs or issues
- Suggestions for improvements or making the code simpler
- Overall architecture and design decisions
- compliance with solid principles
```

### Attempts to Resolve

- Have tried running the action multiple times
- The action consistently fails with the same HTTP 500 error
- I have tried with small PRs and big PR, it fails both ways.
- All authentication credentials appear to be correctly configured

Any guidance would be greatly appreciated. I'm happy to provide additional information if needed.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.