We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Likely unrelated to the client but I'm getting this pretty frequently on Anthropic Bedrock.
anthropic.APIStatusError: Error code: 424 - {'message': 'The system encountered an unexpected error during processing. Try your request again.'}
Also, it seems like this replace the other issue from: #418, so that issue should be resolved now.
The text was updated successfully, but these errors were encountered:
I'm also coming up against this error though Bedrock. Would it make sense to simply add handling for 424 in BaseClient._should_retry?
BaseClient._should_retry
Sorry, something went wrong.
Ah, yes, that does sound like a good idea. We'll take a look at that.
RobertCraigie
No branches or pull requests
Likely unrelated to the client but I'm getting this pretty frequently on Anthropic Bedrock.
anthropic.APIStatusError: Error code: 424 - {'message': 'The system encountered an unexpected error during processing. Try your request again.'}
Also, it seems like this replace the other issue from: #418, so that issue should be resolved now.
The text was updated successfully, but these errors were encountered: