Claude api error.
#15337
-
I am trying to use claude api(not official endpoint, but through a proxy) in Theia ide. Some error throwed, I am not sure which cause this problems. |
Beta Was this translation helpful? Give feedback.
Answered by
eneufeld
Mar 31, 2025
Replies: 1 comment
-
Hi @young47 , stream.on('error', (error: Error) => {
console.error('Error in Anthropic streaming:', error);
}); So it probably has something to do with your provider creating an error. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
young47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @young47 ,
So the error comes from this code:
So it probably has something to do with your provider creating an error.