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 was archived by the owner on Dec 8, 2025. It is now read-only.
File "appoptics_metrics/init.py", line 481, in create_alert
resp = self._mexe("alerts", method="POST", query_props=payload)
File "appoptics_metrics/init.py", line 189, in _mexe
resp = self._make_request(conn, path, headers, query_props, method)
File "appoptics_metrics/init.py", line 151, in _make_request
return conn.getresponse()
File "/usr/lib/python2.7/httplib.py", line 1123, in getresponse
raise ResponseNotReady()
ResponseNotReady
I'll write a patch tomorrow, that moves that _make_request call down one line, when I'm not sitting down to dinner.