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

[Bug]: i come across EOF error message when I try to run the open hands dev. #5417

Open
1 task done
timsunzz opened this issue Dec 5, 2024 · 8 comments
Open
1 task done
Labels
troubleshooting/help User requires help

Comments

@timsunzz
Copy link

timsunzz commented Dec 5, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Describe the bug and reproduction steps

docker: Error response from daemon: Get "https://docker.all-hands.dev/v2/all-hands-ai/openhands/manifests/sha256:e5106a11371c103ed9422fecbc1cd39d12d506e2b12791e4152965a67019bd9e": EOF.

OpenHands Installation

Docker command in README

OpenHands Version

No response

Operating System

None

Logs, Errors, Screenshots, and Additional Context

No response

@mamoodi
Copy link
Collaborator

mamoodi commented Dec 5, 2024

Can you clarify how you are running OpenHands?
Are you running using the Development workflow?
Or are you running via the docker command in the README?

Some conflicting information in the bug which would appreciate if you could clarify.

Copy link
Contributor

github-actions bot commented Jan 5, 2025

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale Inactive for 30 days label Jan 5, 2025
@rolandgvc
Copy link

just running the docker command directly

docker pull docker.all-hands.dev/all-hands-ai/runtime:0.18-nikolaik
Error response from daemon: Get "https://docker.all-hands.dev/v2/": EOF

@github-actions github-actions bot removed the Stale Inactive for 30 days label Jan 7, 2025
@mamoodi mamoodi added troubleshooting/help User requires help and removed bug Something isn't working labels Jan 22, 2025
@mamoodi
Copy link
Collaborator

mamoodi commented Jan 22, 2025

Not sure if you're still seeing this with version 0.21. Just make sure your docker desktop is running.

Copy link
Contributor

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale Inactive for 30 days label Feb 22, 2025
@jytx
Copy link

jytx commented Feb 24, 2025

i have the same problem
i am now just test running the command "docker pull docker.all-hands.dev/all-hands-ai/runtime:0.25-nikolaik" ,and only get response "Error response from daemon: Get "https://docker.all-hands.dev/v2/": EOF",what should i do ? I configured this setup, but I haven't deployed it.

Image

@github-actions github-actions bot removed the Stale Inactive for 30 days label Feb 24, 2025
@mamoodi
Copy link
Collaborator

mamoodi commented Feb 24, 2025

@jytx If you can't do a docker pull, then something is up with your docker desktop installation or setup.
Some quick searching seems to suggest it may your network? https://forums.docker.com/t/docker-pull-throwing-eof-exceptions/134219

@jytx
Copy link

jytx commented Feb 26, 2025

@jytx If you can't do a docker pull, then something is up with your docker desktop installation or setup. Some quick searching seems to suggest it may your network? https://forums.docker.com/t/docker-pull-throwing-eof-exceptions/134219

I have already reinstalled Docker Desktop and set up the ~/.docker/daemon.json file, but this error still occurs. Here is the content of my daemon.json file.

{
  "builder": {
    "gc": {
      "defaultKeepStorage": "20GB",
      "enabled": true
    }
  },
  "experimental": false,
  "registry-mirrors": [
    "https://2a6bf1988cb6428c877f723ec7530dbc.mirror.swr.myhuaweicloud.com",
    "https://docker.m.daocloud.io",
    "https://hub-mirror.c.163.com",
    "https://mirror.baidubce.com",
    "https://your_preferred_mirror",
    "https://dockerhub.icu",
    "https://docker.registry.cyou",
    "https://docker-cf.registry.cyou",
    "https://dockercf.jsdelivr.fyi",
    "https://docker.jsdelivr.fyi",
    "https://dockertest.jsdelivr.fyi",
    "https://mirror.aliyuncs.com",
    "https://dockerproxy.com",
    "https://mirror.baidubce.com",
    "https://docker.m.daocloud.io",
    "https://docker.nju.edu.cn",
    "https://docker.mirrors.sjtug.sjtu.edu.cn",
    "https://docker.mirrors.ustc.edu.cn",
    "https://mirror.iscas.ac.cn",
    "https://docker.rainbond.cc",
    "https://docker.all-hands.dev"
  ]
}

When I run the command: docker pull docker.all-hands.dev/all-hands-ai/runtime:0.26-nikolaik, I still encounter the following error. Do I need to configure anything else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
troubleshooting/help User requires help
Projects
None yet
Development

No branches or pull requests

4 participants