Skip to content

TypeError: _convert_to_request_dict() missing 1 required positional argument 'endpoint_url' #3483

Answered by jonemo
Lavanya1910 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Lavanya1910,

The method _convert_to_request_dict (code link) you mention is an internal private method of the class botocore.client.BaseClient in the botocore library. "Private method" here is in the Python sense where no method is truly private, but the leading _ signals that the method should not be called or imported externally. botocore provides the low-level interface to AWS services. boto3 depends on botocore.

Could you please provide more details on where the newly failing call to _convert_to_request_dict() is located? The endpoint_url argument has indeed been added in version 1.28.0 of botocore, but all internal references were changed accordingly. boto3 does not call _convert…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tim-finnigan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants