We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ccfe9 commit 5305fd9Copy full SHA for 5305fd9
1 file changed
openml/_api_calls.py
@@ -242,6 +242,7 @@ def _send_request(request_method, url, data, files=None, md5_checksum=None):
242
)
243
break
244
except (
245
+ requests.exceptions.ChunkedEncodingError,
246
requests.exceptions.ConnectionError,
247
requests.exceptions.SSLError,
248
OpenMLServerException,
0 commit comments