You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
Getting the following error after updating Botocore to the latest version:
The text was updated successfully, but these errors were encountered: