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
Last attempt was an exception <class 'requests.exceptions.ConnectionError'> "HTTPConnectionPool(host='invalid-domain.deepomatic.com', port=80): Max retries exceeded with url: /v0.7/recognition/public/imagenet-inception-v3/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at
357
-
""".strip())
355
+
assertstr(exc.value).startswith(
356
+
"""Last attempt was an exception <class 'requests.exceptions.ConnectionError'> \""""
357
+
"""HTTPConnectionPool(host='invalid-domain.deepomatic.com', port=80): Max retries exceeded with url: """
358
+
"""/v0.7/recognition/public/imagenet-inception-v3/ (Caused by NewConnectionError"""
0 commit comments