Skip to content

Instantly share code, notes, and snippets.

@rgould
Created September 29, 2015 18:05
Show Gist options
  • Save rgould/40056b5bccb0b3fabd67 to your computer and use it in GitHub Desktop.
Save rgould/40056b5bccb0b3fabd67 to your computer and use it in GitHub Desktop.
ERROR: Traceback (most recent call last): File "/home/ubuntu/upscaler.py", line 425, in reportCloudWatchMetrics dimensions = metric['dimensions']) File "/usr/local/lib/python2.7/dist-packages/boto/ec2/cloudwatch/__init__.py", line 334, in put_metric_data return self.get_status('PutMetricData', params, verb="POST") File "/usr/local/lib/python2.7/dist-packages/boto/connection.py", line 1213, in get_status response = self.make_request(action, params, path, verb) File "/usr/local/lib/python2.7/dist-packages/boto/connection.py", line 1116, in make_request return self._mexe(http_request) File "/usr/local/lib/python2.7/dist-packages/boto/connection.py", line 1028, in _mexe raise BotoServerError(response.status, response.reason, body) BotoServerError: BotoServerError: 500 Internal Server Error <ErrorResponse xmlns="http://monitoring.amazonaws.com/doc/2010-08-01/"> <Error> <Type>Receiver</Type> <Code>InternalFailure</Code> </Error> <RequestId>f9f369c7-5f8b-11e5-aa80-67222b579acd</RequestId> </ErrorResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment