Adrian D.
Adrian D.
Reproing the issue: ``` import boto3 boto3.set_stream_logger('') session = boto3.Session() client = session.client("secretsmanager", region_name="eu-west-1") print("Getting secret") print(client) secret = client.list_secrets() print("Secret listed successfully") print(secret) ``` ` 'User-Agent': 'Boto3/1.40.33 md/Botocore#1.40.33` I...
Hello @pradeepdev-1995, thanks for reaching out. I have tried to replicate the issue using your code and did not get the same issue. For further investigation, could you please provide...
Thanks for the reply. I have tried to replicate the issue and it seems that the service is giving the error: ``` botocore.parsers [DEBUG] Response body: b'{"message":"The overridden prompt that...
Hello @hijaren, thanks for reaching out. I have tried to replicate the above and the closest response I have received is: `The model returned the following errors: messages: too many...
A minimal code that shows how you call and use the API of the service and sample inputs placeholders that leads to the error. In regards to `boto3.set_stream_logger('')`, there shouldn't...
Thank you @hijaren! I was able to repro the issue and I can see that the Bedrock Service is giving the error: ``` 2025-10-08 08:47:27,968 urllib3.connectionpool [DEBUG] https://bedrock-runtime.us-east-1.amazonaws.com:443 "POST /model/us.anthropic.claude-3-5-sonnet-20241022-v2%3A0/converse...
Hello @daleksandrov-adsk, thanks for reaching out. I have reached out to the SageMaker Service team about this feature request. There are no timelines for now on the release although please...
Hello, I have forwarded the request to the team. Currently, there is no estimate on when the team is going to release the feature. Although moving forward, please check our...
Hi @mgilar, thank you for reaching out. I was able to get the same error ConnectTimeoutError using your sample code and set up (CloudWatch and SageMaker) but in order to...
Thanks for the response. I have repro'd the issue and it seems like Boto3 and Botocore follows the users config. I have only repro'd directly using Boto3, not within an...