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

An error occurred (RequestLimitExceeded) when calling the DescribeImages operation (reached max retries: 4): Request limit exceeded #561

Open
rwitzel opened this issue May 2, 2019 · 0 comments

Comments

@rwitzel
Copy link

rwitzel commented May 2, 2019

$ senza --version
Senza 2.1.133
$ senza images
Unknown Error: An error occurred (RequestLimitExceeded) when calling the DescribeImages operation (reached max retries: 4): Request limit exceeded..
Please create an issue with the content of /tmp/senza-traceback-wwrtf8cu
$ cat /tmp/senza-traceback-wwrtf8cu
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/senza/error_handling.py", line 108, in __call__
    self.function(*args, **kwargs)
  File "/home/rwitzel/.local/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/home/rwitzel/.local/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/home/rwitzel/.local/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/rwitzel/.local/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/rwitzel/.local/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/senza/cli.py", line 1619, in images
    for image in ec2.images.filter(Filters=filters):
  File "/usr/local/lib/python3.6/dist-packages/boto3/resources/collection.py", line 83, in __iter__
    for page in self.pages():
  File "/usr/local/lib/python3.6/dist-packages/boto3/resources/collection.py", line 161, in pages
    pages = [getattr(client, self._py_operation_name)(**params)]
  File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call
    return self._make_api_call(operation_name, kwargs)
  File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call
    raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (RequestLimitExceeded) when calling the DescribeImages operation (reached max retries: 4): Request limit exceeded.
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