Skip to content
New issue

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

Failed to parse 'https://sts.<region>.amazonaws.com/' #88

Open
quinnjr opened this issue Feb 13, 2024 · 0 comments
Open

Failed to parse 'https://sts.<region>.amazonaws.com/' #88

quinnjr opened this issue Feb 13, 2024 · 0 comments

Comments

@quinnjr
Copy link

quinnjr commented Feb 13, 2024

Getting the following error after updating Botocore to the latest version:

Traceback (most recent call last):
    return self._endpoint.make_request(operation_model, request_dict)
    while self._needs_retry(
    return self._emitter.emit(aliased_event_name, **kwargs)
  File "/home/joseph/.local/lib/python3.10/site-packages/botocore/hooks.py", line 256, in emit
    return self._emit(event_name, kwargs)
  File "/home/joseph/.local/lib/python3.10/site-packages/botocore/hooks.py", line 239, in _emit
    response = handler(**kwargs)
  File "/home/joseph/.local/lib/python3.10/site-packages/botocore/retryhandler.py", line 207, in __call__
    if self._checker(**checker_kwargs):
  File "/home/joseph/.local/lib/python3.10/site-packages/botocore/retryhandler.py", line 284, in __call__
    should_retry = self._should_retry(
  File "/home/joseph/.local/lib/python3.10/site-packages/botocore/retryhandler.py", line 307, in _should_retry
    return self._checker(
  File "/home/joseph/.local/lib/python3.10/site-packages/botocore/retryhandler.py", line 363, in __call__
    checker_response = checker(
  File "/home/joseph/.local/lib/python3.10/site-packages/botocore/retryhandler.py", line 247, in __call__
    return self._check_caught_exception(
  File "/home/joseph/.local/lib/python3.10/site-packages/botocore/retryhandler.py", line 416, in _check_caught_exception    raise caught_exception
  File "/home/joseph/.local/lib/python3.10/site-packages/botocore/endpoint.py", line 281, in _do_get_response
    http_response = self._send(request)
  File "/home/joseph/.local/lib/python3.10/site-packages/botocore/endpoint.py", line 377, in _send
    return self.http_session.send(request)
  File "/home/joseph/.local/lib/python3.10/site-packages/botocore/httpsession.py", line 509, in send
    raise HTTPClientError(error=e)
botocore.exceptions.HTTPClientError: An HTTP Client raised an unhandled exception: Failed to parse: https://sts.us-east-1.amazonaws.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant