Created
February 25, 2016 12:57
-
-
Save heathermiller/d4bddbff079dc6ec7004 to your computer and use it in GitHub Desktop.
courseraprogramming broked
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⌘ ~/Desktop courseraprogramming grade local "mah-image.tar" submission | |
WARNING:py.warnings:/Library/Python/2.7/site-packages/docker/utils/utils.py:591: UserWarning: docker.utils.create_host_config() is deprecated. Please use Client.create_host_config() instead. | |
'docker.utils.create_host_config() is deprecated. Please use ' | |
WARNING:py.warnings:/Library/Python/2.7/site-packages/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
SNIMissingWarning | |
WARNING:py.warnings:/Library/Python/2.7/site-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
InsecurePlatformWarning | |
ERROR:root:Could not set up the container to run the grade command in. Most likely, this means that you specified an inappropriate container id. | |
ERROR:root:Problem when running command. Sorry! | |
Traceback (most recent call last): | |
File "/Library/Python/2.7/site-packages/courseraprogramming/main.py", line 93, in main | |
return args.func(args) | |
File "/Library/Python/2.7/site-packages/courseraprogramming/commands/grade.py", line 136, in command_grade_local | |
host_config=host_config, | |
File "/Library/Python/2.7/site-packages/docker/api/container.py", line 119, in create_container | |
return self.create_container_from_config(config, name) | |
File "/Library/Python/2.7/site-packages/docker/api/container.py", line 129, in create_container_from_config | |
res = self._post_json(u, data=config, params=params) | |
File "/Library/Python/2.7/site-packages/docker/client.py", line 170, in _post_json | |
return self._post(url, data=json.dumps(data2), **kwargs) | |
File "/Library/Python/2.7/site-packages/docker/utils/decorators.py", line 47, in inner | |
return f(self, *args, **kwargs) | |
File "/Library/Python/2.7/site-packages/docker/client.py", line 108, in _post | |
return self.post(url, **self._set_request_timeout(kwargs)) | |
File "/Library/Python/2.7/site-packages/requests/sessions.py", line 511, in post | |
return self.request('POST', url, data=data, json=json, **kwargs) | |
File "/Library/Python/2.7/site-packages/requests/sessions.py", line 468, in request | |
resp = self.send(prep, **send_kwargs) | |
File "/Library/Python/2.7/site-packages/requests/sessions.py", line 576, in send | |
r = adapter.send(request, **kwargs) | |
File "/Library/Python/2.7/site-packages/requests/adapters.py", line 447, in send | |
raise SSLError(e, request=request) | |
SSLError: [Errno 1] _ssl.c:507: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment