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
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
The following error may be observed in cloud-inquisitor logs:
Traceback (most recent call last):
File "/opt/pyenv/lib/python3.5/site-packages/cinq_scheduler_sqs/init.py", line 320, in execute_worker
MessageAttributeNames=('RetryCount',)
File "/opt/pyenv/lib/python3.5/site-packages/boto3/resources/factory.py", line 520, in do_action
response = action(self, *args, **kwargs)
File "/opt/pyenv/lib/python3.5/site-packages/boto3/resources/action.py", line 83, in call
response = getattr(parent.meta.client, operation_name)(**params)
File "/opt/pyenv/lib/python3.5/site-packages/botocore/client.py", line 314, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/opt/pyenv/lib/python3.5/site-packages/botocore/client.py", line 612, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (InvalidParameterValue) when calling the ReceiveMessage operation: Value 05d3dc9f-61a5-57db-bd18-8f4038ddcc63 for parameter receiveRequestDeduplicationId is invalid. Reason: receiveRequestDeduplicationId is invalid.
The text was updated successfully, but these errors were encountered:
The following error may be observed in cloud-inquisitor logs:
Traceback (most recent call last):
File "/opt/pyenv/lib/python3.5/site-packages/cinq_scheduler_sqs/init.py", line 320, in execute_worker
MessageAttributeNames=('RetryCount',)
File "/opt/pyenv/lib/python3.5/site-packages/boto3/resources/factory.py", line 520, in do_action
response = action(self, *args, **kwargs)
File "/opt/pyenv/lib/python3.5/site-packages/boto3/resources/action.py", line 83, in call
response = getattr(parent.meta.client, operation_name)(**params)
File "/opt/pyenv/lib/python3.5/site-packages/botocore/client.py", line 314, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/opt/pyenv/lib/python3.5/site-packages/botocore/client.py", line 612, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (InvalidParameterValue) when calling the ReceiveMessage operation: Value 05d3dc9f-61a5-57db-bd18-8f4038ddcc63 for parameter receiveRequestDeduplicationId is invalid. Reason: receiveRequestDeduplicationId is invalid.
The text was updated successfully, but these errors were encountered: