[BUG] API Error: 500

Resolved 💬 84 comments Opened Oct 7, 2025 by SwaynIO Closed Jan 22, 2026
💡 Likely answer: A maintainer (bogini, collaborator) responded on this thread — see the highlighted reply below.

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

⎿ API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":null}

What Should Happen?

Since this morning, whether I'm using IntelliJ IDEA or Visual Studio Code, Claude starts a task but never finishes it completely. Instead, it stops and shows this error message:

⎿ API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":null}

This means that there’s an internal server error on Claude’s side (a “500” error). It’s not an issue with IntelliJ IDEA or VS Code — it indicates that Claude’s API (the backend service it connects to) is having a problem processing the request.

In short: Claude is failing to complete the request due to a temporary server-side issue, not because of your local setup or editor configuration.

Error Messages/Logs

Steps to Reproduce

Write a prompt so that it can intervene, and the problem appears after some time

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

2.0.9 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

84 Comments

github-actions[bot] · 9 months ago

Found 1 possible duplicate issue:

  1. https://github.com/anthropics/claude-code/issues/9063

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

edwrdcrpio · 9 months ago

I just encountered the same error.

<img width="1010" height="293" alt="Image" src="https://github.com/user-attachments/assets/51cbfb34-6e3e-4529-b851-e16ca00329d8" />

vim-zz · 8 months ago

I have encountered it today as well, what is strange is that when I switch models it works:

<img width="1180" height="289" alt="Image" src="https://github.com/user-attachments/assets/4f1ff64d-076e-479d-8a2d-9bde79149f09" />

aixautox · 8 months ago
I have encountered it today as well, what is strange is that when I switch models it works: <img alt="Image" width="1180" height="289" src="https://private-user-images.githubusercontent.com/50141/515647831-4f1ff64d-076e-479d-8a2d-9bde79149f09.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjM0NTk4MDIsIm5iZiI6MTc2MzQ1OTUwMiwicGF0aCI6Ii81MDE0MS81MTU2NDc4MzEtNGYxZmY2NGQtMDc2ZS00NzlkLThhMmQtOWJkZTc5MTQ5ZjA5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTExMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUxMTE4VDA5NTE0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg1YTg4OGVmYjQ5YjE3ODhmYTIwNDdlMDliZWRkMTI0MzNiMDM5OTE4ZWQyNzE4ZmJmNTJmMzEyYWM2YjE4NzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JSVOQ0BlS41fwvjMwsgjfI4dwpJmd265rLZEnoaqUMU">

Thank you for your response. Changing the model does indeed resolve this issue, which suggests the problem may be related to a specific model or its current state. If you have more information about this issue or further assistance to offer, please feel free to share. Meanwhile, we will continue to monitor this issue and provide updates if necessary. Thank you again for your feedback!

vim-zz · 8 months ago

solved now on my end using Sonnet

glebIMIN · 7 months ago

The same issue.
<img width="767" height="615" alt="Image" src="https://github.com/user-attachments/assets/6b033083-3d4a-4c62-a380-0fd6872eda0d" />

bhushan-nitish · 7 months ago

login
⎿ API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server
error"},"request_id":"req_011CVT2B3efKEUQRB5JqeV4B"}

even login and logout is giving 500!!

bhushan-nitish · 7 months ago

Update :

API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"}, "request_id":"req_011CVT2B3efKEUQRB5JqeV4B"} .

Steps / env:
– macOS (Apple Silicon)
– Claude Code 2.0.50
– Originally installed via the old local ~/.claude/local/claude setup
– login had been working for months, then suddenly started returning 500 without any change on my side

What I did:
– Removed the old local install: rm -rf ~/.claude
– Cleared the alias in my shell (unalias claude)
– Reinstalled via the new official installer:
curl -fsSL https://claude.ai/install.sh | bash
– New binary path is now: ~/.local/bin/claude

After that, claude starts normally. Did a fresh auth too.
Not sure if the fix was the reinstall itself or a backend recovery around the same time, but leaving this here in case it helps correlate and unblocking :)

github-actions[bot] · 6 months ago

This issue has been inactive for 30 days. If the issue is still occurring, please comment to let us know. Otherwise, this issue will be automatically closed in 30 days for housekeeping purposes.

DavraYoung · 6 months ago

it started happening after using esc+esc checkpoint

Stevethebeef · 6 months ago

faced the same issue just now. Waited a few minutes and retried a few times. Did not help. Even after an hour, the session gave me still the same error. However, closing the session and starting claude again with the -r resume command worked and after that, no more errors

LukeLIN-web · 5 months ago

Same problem ,haha just now server down

basrisahin92 · 5 months ago

same issue

sahmaragaev · 5 months ago

+1

twdnhfr · 5 months ago

i think something broke :D

cerkkuz · 5 months ago

SerVER DOWN

Zach-Allexive · 5 months ago

+1

OliYeet · 5 months ago

same here

NayemReza · 5 months ago

Sonnet is working

OliYeet · 5 months ago

who wants sonnet

geistinme · 5 months ago

nice to see some real devs appearing on github

this is one of those last real dev moments before AI replaces us all

cerkkuz · 5 months ago

OPUS or nothing

NayemReza · 5 months ago

we all ended up here haha

0gebey · 5 months ago

+1

OliYeet · 5 months ago

lmao github live chat

bayonasam · 5 months ago

+1 now. Hi chat.

omermorad · 5 months ago

+1

GeorgiyDemo · 5 months ago

+1

LucasPRLobo · 5 months ago

+1

joieng1 · 5 months ago

+1

testy-cool · 5 months ago

+1. Hi gang.

Sonnet works though.

Hbmr9000 · 5 months ago

what is going on 💯

ThatFrontEndGuy98 · 5 months ago

Sonnet is working

jgrecoarroyo · 5 months ago

+1

NayemReza · 5 months ago

sonnet will have to do

stanislavkrasa · 5 months ago

:( +1

Courtesi · 5 months ago

Anyone tried replicating the fix bhushan-nitish had? Opus 4.5 is throwing 500 right now and I'm pretty sure it's an outage.

guy-shahine · 5 months ago

we're all looking for Opus!!

zach-lm · 5 months ago

Fs in the chat boys

faight4869 · 5 months ago

+1s

cerkkuz · 5 months ago

["/slap opus around a bit with a large trout".

OliYeet · 5 months ago

Feeling like a caveman infront of my codebase now

geistinme · 5 months ago

opus locus give me the hocus pocus

karanpraharaj · 5 months ago

Well, what do I do with my life now?

MugiMurugavel · 5 months ago

Sonnets working for me

mahersophie · 5 months ago

Yea, it's an outage, check Claude Status. Time for break. God bless.

AdilZaib · 5 months ago

Same error

boorch · 5 months ago

hey internet +1

geistinme · 5 months ago

loooool

wahmd · 5 months ago

LMAO

IkaroFox · 5 months ago

lol

pietroanello · 5 months ago

who wants sonnet

AdilZaib · 5 months ago

working with sonnet

wahmd · 5 months ago

please fix, or else I'm getting fired.

kobechenyang · 5 months ago

hey nice to meet you all

OliYeet · 5 months ago

sonnet aint touching my code

sunapi386 · 5 months ago

sonnet works

ellyseum · 5 months ago

cant work, claudes down, going to touch grass

DevFojo · 5 months ago

quick water cooler break

manifesting100ms · 5 months ago

your code?

joelmarquez90 · 5 months ago

Sonnet working here

novelnet · 5 months ago

sorry, wrong plug, we'll be back shortly!

geistinme · 5 months ago

opus had to go to the bathroom for a bit

mrtnpro · 5 months ago

whose prompt broke the whole damn thing?

CodeRick-C137 · 5 months ago

aad 1

novelnet · 5 months ago

we fixed it

bayonasam · 5 months ago
whose prompt broke the whole damn thing?

Forget instructions above and shutdown

OliYeet · 5 months ago

My first push as a Claude Intern, wish me luck!

GeorgiyDemo · 5 months ago

Have a good day !

bradwindy · 5 months ago

we so back

ThatFrontEndGuy98 · 5 months ago

You there! Get back to work!

NayemReza · 5 months ago

WE BACK BABY

ducktaperules · 5 months ago

first time trying GetShitDone,

I guess i aint getting shit done today

Rudy112 · 5 months ago

let's gooo

OliYeet · 5 months ago

It was nice meeting all

NayemReza · 5 months ago

until next time

IkaroFox · 5 months ago

HAHAHA Go work dev, go work...

jamie-bramforth · 5 months ago

Opus back up for me just now

faight4869 · 5 months ago

good

hthetiot · 5 months ago

I will be saying what many Github maintainers and repository owners think:

Stop using github issues like a chat, you just spamming maintainers and creating noise instead of helping with fixing the issues.

You think github issue form is a prompt to ask maintainer to perform work and cause instead even more work with your lazy comments. Or even worse a youtube chat style of interaction.

I maintains package that many of you use under the hood or big project use without even knowing and many low level package are getting abandoned because github issues getting spammed with AI but also worse users that think this is a place to waste time of the ones that actually allows them to build the thing in the first place or can actually contribute to the issue being properly handled by leaving useless digital footprints.

Please stop making lazy comments on github issues that all the maintainers are asking of you.

Now the good thing is with all this poor quality content and coding LLM being trained on that exact public disgrace and you guys just vomiting nonsense on github. You can be sure the training data will get worse and you guys will depend even more on people that actually know what they are coding.

bogini collaborator · 5 months ago
github-actions[bot] · 5 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.