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
Im running into a new error on opsgenie-sdk after the update to v2.1.2.
File "/usr/local/lib/python3.7/dist-packages/opsgenie_sdk/api/heartbeat/__init__.py", line 628, in ping
File "/usr/local/lib/python3.7/dist-packages/opsgenie_sdk/api/heartbeat/__init__.py", line 703, in ping_with_http_info
File "/usr/local/lib/python3.7/dist-packages/opsgenie_sdk/api_client.py", line 428, in call_api
File "/usr/local/lib/python3.7/dist-packages/opsgenie_sdk/api_client.py", line 218, in __call_api
File "/usr/local/lib/python3.7/dist-packages/opsgenie_sdk/api_client.py", line 202, in __call_api
File "/usr/local/lib/python3.7/dist-packages/tenacity/__init__.py", line 411, in call
File "/usr/local/lib/python3.7/dist-packages/tenacity/__init__.py", line 423, in __call__
File "/usr/local/lib/python3.7/dist-packages/tenacity/__init__.py", line 373, in iter
File "<string>", line 3, in raise_from
tenacity:RetryError: RetryError[<Future at 0x7f35dd6ae250 state=finished raised ApiException>]
I have the ping call within a try except block and the ApiException is never being raised, only the RetryError
The text was updated successfully, but these errors were encountered:
Im running into a new error on opsgenie-sdk after the update to v2.1.2.
tenacity:RetryError: RetryError[<Future at 0x7f35dd6ae250 state=finished raised ApiException>]
I have the ping call within a try except block and the ApiException is never being raised, only the RetryError
The text was updated successfully, but these errors were encountered: