Skip to content
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

Xud-docker exits because of Docker SDK ImcompleteRead error #784

Open
reliveyy opened this issue Nov 12, 2020 · 1 comment
Open

Xud-docker exits because of Docker SDK ImcompleteRead error #784

reliveyy opened this issue Nov 12, 2020 · 1 comment
Labels
bug Something isn't working P3 low priority

Comments

@reliveyy
Copy link
Collaborator

I have noticed this error few days ago on macOS with gRPC FUSE enabled. Now I saw this error again on Windows.

requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read))

I guess this error is due to invalid docker.sock path. On Windows the correct path is //var/run/docker.sock. On macOS with gRPC FUSE enabled the original /var/run/docker.sock is invalid.

The current -v /var/run/docker.sock:/var/run/docker.sock in setup.sh file is broken when

  1. On Windows platform
  2. On macOS platform with gRPC FUSE enabled
  3. The docker.sock path is not in default location
  4. The docker.sock needs authentication somehow
  5. The docker.sock has some permission issues
@reliveyy reliveyy added the bug Something isn't working label Nov 12, 2020
@kilrau kilrau added the P3 low priority label Nov 12, 2020
@kilrau
Copy link
Contributor

kilrau commented Nov 12, 2020

Let's bump prio once somebody else reproduced this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P3 low priority
Projects
None yet
Development

No branches or pull requests

2 participants