[GH-ISSUE #1149] No such host no matter what model I pull #47092

Closed
opened 2026-04-28 03:05:31 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @chnsh on GitHub (Nov 16, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/1149

Originally assigned to: @BruceMacD on GitHub.

Hello 👋

Thank you so much for developing this project. I am excited to use it in my day-to-day work and when I pull any model - as an example ollama pull codellama:7b-instruct I get an error like so. This is true for all models. I am wondering if I am missing any steps.

I installed this app from https://ollama.ai/download

pulling manifest
Error: Head "https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/3a/3a43f93b78ec50f7c4e4dc8bd1cb3fff5a900e7d574c51a6f7495e48486e0dac/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%!F(MISSING)20231116%!F(MISSING)auto%!F(MISSING)s3%!F(MISSING)aws4_request&X-Amz-Date=20231116T045920Z&X-Amz-Expires=1200&X-Amz-SignedHeaders=host&X-Amz-Signature=173709c13b6930d42a44fb994a03ce05da90590a40150253ae5240158c43ce84": dial tcp: lookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host
Originally created by @chnsh on GitHub (Nov 16, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/1149 Originally assigned to: @BruceMacD on GitHub. Hello 👋 Thank you so much for developing this project. I am excited to use it in my day-to-day work and when I pull any model - as an example `ollama pull codellama:7b-instruct` I get an error like so. This is true for all models. I am wondering if I am missing any steps. I installed this app from https://ollama.ai/download ``` pulling manifest Error: Head "https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/3a/3a43f93b78ec50f7c4e4dc8bd1cb3fff5a900e7d574c51a6f7495e48486e0dac/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%!F(MISSING)20231116%!F(MISSING)auto%!F(MISSING)s3%!F(MISSING)aws4_request&X-Amz-Date=20231116T045920Z&X-Amz-Expires=1200&X-Amz-SignedHeaders=host&X-Amz-Signature=173709c13b6930d42a44fb994a03ce05da90590a40150253ae5240158c43ce84": dial tcp: lookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host ```
GiteaMirror added the bug label 2026-04-28 03:05:31 -05:00
Author
Owner

@BruceMacD commented on GitHub (Nov 16, 2023):

I'm looking in this now. @chnsh was this a model you had downloaded previously, and you see the error when pulling it again, or is it your first time downloading?

Edit: Also, are you running in a Docker container? This could potentially point to DNS issues with the container.

<!-- gh-comment-id:1814734848 --> @BruceMacD commented on GitHub (Nov 16, 2023): I'm looking in this now. @chnsh was this a model you had downloaded previously, and you see the error when pulling it again, or is it your first time downloading? Edit: Also, are you running in a Docker container? This could potentially point to DNS issues with the container.
Author
Owner

@nairaditya99 commented on GitHub (Nov 16, 2023):

Hi,
Same issue here.
First-time download on MacOS using the client on the website. Tried to reinstall but that didn't work. For some reason, its not able to connect at all?

When I run ollama serve I get this

Error: listen tcp 127.0.0.1:11434: bind: address already in use

Then I ran

lsof -i :1134 and found ollama listening on the port so I killed it and ran ollama serve again. Still facing the same issue.

<!-- gh-comment-id:1814914122 --> @nairaditya99 commented on GitHub (Nov 16, 2023): Hi, Same issue here. First-time download on MacOS using the client on the website. Tried to reinstall but that didn't work. For some reason, its not able to connect at all? When I run ollama serve I get this `Error: listen tcp 127.0.0.1:11434: bind: address already in use` Then I ran `lsof -i :1134` and found ollama listening on the port so I killed it and ran ollama serve again. Still facing the same issue.
Author
Owner

@chnsh commented on GitHub (Nov 17, 2023):

@BruceMacD Thanks for looking into it. Its not running inside Docker and its the first time I downloaded any models. It happens every time for every model and I'm not entirely sure where to start debugging. Appreciate your help!

<!-- gh-comment-id:1815710488 --> @chnsh commented on GitHub (Nov 17, 2023): @BruceMacD Thanks for looking into it. Its not running inside Docker and its the first time I downloaded any models. It happens every time for every model and I'm not entirely sure where to start debugging. Appreciate your help!
Author
Owner

@nairaditya99 commented on GitHub (Nov 17, 2023):

Btw @chnsh @BruceMacD, I think it's an issue related to my internet. I switched to mobile hotspot and it started downloading the models right away.

<!-- gh-comment-id:1815794736 --> @nairaditya99 commented on GitHub (Nov 17, 2023): Btw @chnsh @BruceMacD, I think it's an issue related to my internet. I switched to mobile hotspot and it started downloading the models right away.
Author
Owner

@BruceMacD commented on GitHub (Nov 17, 2023):

Thanks for the update @nairaditya99, I think this might be a DNS issue so that would make sense.

<!-- gh-comment-id:1816714344 --> @BruceMacD commented on GitHub (Nov 17, 2023): Thanks for the update @nairaditya99, I think this might be a DNS issue so that would make sense.
Author
Owner

@chnsh commented on GitHub (Nov 27, 2023):

It must have been transient - it worked when I tried it today. Thanks for the help!

<!-- gh-comment-id:1827242119 --> @chnsh commented on GitHub (Nov 27, 2023): It must have been transient - it worked when I tried it today. Thanks for the help!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#47092