-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Integrations - SDK - Python
-
2
-
Severity 3 - Minor
Issue Summary
When pinging a heartbeat with the python SDK, it looks like exceptions aren't properly thrown. It just shows a retry error, but no exceptions.
https://github.com/opsgenie/opsgenie-python-sdk/issues/47
Steps to Reproduce
- Using the Python SDK, ping a heartbeat
Expected Results
Any API Exceptions should be returned for any errors.
Actual Results
There are no exceptions for bad requests.
Workaround
Send a CURL to the API instead of using the SDK.