Skip to content

[BUG] ReadTimeoutError: AWSHTTPSConnectionPool(host='bedrock-runtime.us-east-1.amazonaws.com', port=443): Read timed out. #699

@Francisco-Reveriano

Description

@Francisco-Reveriano

Checks

  • I have updated to the lastest minor and patch version of Strands
  • I have checked the documentation and this is not expected behavior
  • I have searched ./issues and there are no duplicates of my issue

Strands Version

1.4.0

Python Version

3.11

Operating System

macOS

Installation Method

pip

Steps to Reproduce

result = await Single_Transcript_Agent.structured_output_async(SingleAgentTranscriptOutput, str(df.to_json(orient='records')))

Expected Behavior

Should run without an issue

Actual Behavior

Getting the following error:
ReadTimeoutError: AWSHTTPSConnectionPool(host='bedrock-runtime.us-east-1.amazonaws.com', port=443): Read timed out.

Additional Context

Would be great if we can push a boto3 client or a set a time-out for complex queries.

Possible Solution

No response

Related Issues

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions