-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConnectionError: ('Connection aborted.', PermissionError(13, 'Permission denied')) #3
Comments
PermissionError Traceback (most recent call last) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/urllib3/connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) /usr/lib/python3.6/http/client.py in request(self, method, url, body, headers, encode_chunked) /usr/lib/python3.6/http/client.py in _send_request(self, method, url, body, headers, encode_chunked) /usr/lib/python3.6/http/client.py in endheaders(self, message_body, encode_chunked) /usr/lib/python3.6/http/client.py in _send_output(self, message_body, encode_chunked) /usr/lib/python3.6/http/client.py in send(self, data) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/docker/transport/unixconn.py in connect(self) PermissionError: [Errno 13] Permission denied During handling of the above exception, another exception occurred: ProtocolError Traceback (most recent call last) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/urllib3/connectionpool.py in urlopen(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked, body_pos, **response_kw) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/urllib3/util/retry.py in increment(self, method, url, response, error, _pool, _stacktrace) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/urllib3/packages/six.py in reraise(tp, value, tb) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/urllib3/connectionpool.py in urlopen(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked, body_pos, **response_kw) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/urllib3/connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) /usr/lib/python3.6/http/client.py in request(self, method, url, body, headers, encode_chunked) /usr/lib/python3.6/http/client.py in _send_request(self, method, url, body, headers, encode_chunked) /usr/lib/python3.6/http/client.py in endheaders(self, message_body, encode_chunked) /usr/lib/python3.6/http/client.py in _send_output(self, message_body, encode_chunked) /usr/lib/python3.6/http/client.py in send(self, data) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/docker/transport/unixconn.py in connect(self) ProtocolError: ('Connection aborted.', PermissionError(13, 'Permission denied')) During handling of the above exception, another exception occurred: ConnectionError Traceback (most recent call last) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/zerobnl-0.0.2-py3.6.egg/zerobnl/simulation/deploy.py in run(self) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/zerobnl-0.0.2-py3.6.egg/zerobnl/simulation/deploy.py in _launch_redis_and_docker_network(self) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/docker/models/networks.py in list(self, *args, **kwargs) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/docker/api/network.py in networks(self, names, ids, filters) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/docker/utils/decorators.py in inner(self, *args, **kwargs) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/docker/api/client.py in _get(self, url, **kwargs) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/requests/sessions.py in get(self, url, **kwargs) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/requests/sessions.py in request(self, method, url, params, data, headers, cookies, files, auth, timeout, allow_redirects, proxies, hooks, stream, verify, cert, json) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/requests/sessions.py in send(self, request, **kwargs) ~/Projects/zerobnl/examples/zero/lib/python3.6/site-packages/requests/adapters.py in send(self, request, stream, timeout, verify, cert, proxies) ConnectionError: ('Connection aborted.', PermissionError(13, 'Permission denied')) |
May be related to issue #1 ...
Doesn't find a way to reproduce or workaround for now.
The text was updated successfully, but these errors were encountered: