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
* Broke out various errors when resolving engine urls and added status codes to InterfaceErrors to try to determine why SDK is failing to get engine endpoints.
* Updated version number to 0.9.3.
* Trying to send engine endpoint, whether get url or get-url-by-name.
* Trying to break out request errors.
* Added return.
* Added a comment.
* Updated exception handling logic.
* Slight refactoring of error catching code in _resolve_engine_url().
* Slight refactoring of error catching code in _resolve_engine_url() to display url in all cases of failure.
* Renamed GET_ENGINE_URL to GET_ENGINE_BY_NAME_URL to clarify it for me as I debugged.
* Upped default timeout to 10 seconds.
* Removed references to from error messages in timeouts.
* Removed some print()s and trying to get tests/unit/test_connection::test_connect_engine_name to work.
* Still trying to get test_connect_engine_name() to pass.
* Passed final unit tests. Whew.
* Switched the order of arguments in an and clause for better short-circuiting.
0 commit comments