[GH-ISSUE #3594] error - dial tcp: lookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host #79898

Closed
opened 2026-05-09 07:11:44 -05:00 by GiteaMirror · 9 comments
Owner

Originally created by @Ajay-Engineer on GitHub (Apr 11, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3594

What is the issue?

Hi team im getting this error below -
C:\Windows\System32>ollama run gemma
pulling manifest
Error: Head "ef311de6af/data!F(MISSING)20240411%!F(MISSING)auto%!F(MISSING)s3%!F(MISSING)aws4_request&X-Amz-Date=20240411T115747Z&X-Amz-Expires=1200&X-Amz-SignedHeaders=host&X-Amz-Signature=1f76e44610af72e8b0d79dab1389991616ef08be32f9747fe7eb1feae6711eff": dial tcp: lookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host

I tried a lot many ways to download this please help me to fix this error.

What did you expect to see?

No response

Steps to reproduce

No response

Are there any recent changes that introduced the issue?

No response

OS

Windows

Architecture

amd64

Platform

No response

Ollama version

0.1.31

GPU

Nvidia

GPU info

No response

CPU

AMD

Other software

No response

Originally created by @Ajay-Engineer on GitHub (Apr 11, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3594 ### What is the issue? Hi team im getting this error below - C:\Windows\System32>ollama run gemma pulling manifest Error: Head "https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/ef/ef311de6af9db043d51ca4b1e766c28e0a1ac41d60420fed5e001dc470c64b77/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%!F(MISSING)20240411%!F(MISSING)auto%!F(MISSING)s3%!F(MISSING)aws4_request&X-Amz-Date=20240411T115747Z&X-Amz-Expires=1200&X-Amz-SignedHeaders=host&X-Amz-Signature=1f76e44610af72e8b0d79dab1389991616ef08be32f9747fe7eb1feae6711eff": dial tcp: lookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host I tried a lot many ways to download this please help me to fix this error. ### What did you expect to see? _No response_ ### Steps to reproduce _No response_ ### Are there any recent changes that introduced the issue? _No response_ ### OS Windows ### Architecture amd64 ### Platform _No response_ ### Ollama version 0.1.31 ### GPU Nvidia ### GPU info _No response_ ### CPU AMD ### Other software _No response_
GiteaMirror added the bug label 2026-05-09 07:11:44 -05:00
Author
Owner

@pdevine commented on GitHub (Apr 12, 2024):

Hi @Ajay-Engineer , it looks like your DNS is broken. Are you behind a firewall?

<!-- gh-comment-id:2052295280 --> @pdevine commented on GitHub (Apr 12, 2024): Hi @Ajay-Engineer , it looks like your DNS is broken. Are you behind a firewall?
Author
Owner

@jmorganca commented on GitHub (Apr 15, 2024):

Hi @Ajay-Engineer access to cloudflare is required to download models via ollama pull. In the future this will be behind a custom domain such as models.ollama.com which should help in environments with firewalls

<!-- gh-comment-id:2057630460 --> @jmorganca commented on GitHub (Apr 15, 2024): Hi @Ajay-Engineer access to cloudflare is required to download models via `ollama pull`. In the future this will be behind a custom domain such as `models.ollama.com` which should help in environments with firewalls
Author
Owner

@AdityaPawar6174 commented on GitHub (Apr 18, 2024):

Hello! @Ajay-Engineer, refer this youtube video given below to resolve your issue...
https://youtu.be/CkDEZQuk0bU?si=VlMsIb6FyBWYyomF

<!-- gh-comment-id:2063690248 --> @AdityaPawar6174 commented on GitHub (Apr 18, 2024): Hello! @Ajay-Engineer, refer this youtube video given below to resolve your issue... https://youtu.be/CkDEZQuk0bU?si=VlMsIb6FyBWYyomF
Author
Owner

@bmizerany commented on GitHub (May 9, 2024):

Hello, Everyone!

At Ollama we're working on a solution to this issue, and have been seeing some positive results!

Now we need your help testing in your enviroments as well!

How to help:

  1. Run a test pull through our staging server

    From the list below, pick one (or many) of the models that you have not pulled already, and perform a pull.

    ollama pull issue1736.ollama.dev/library/llama3:8b
    ollama pull issue1736.ollama.dev/library/gemma:2b
    ollama pull issue1736.ollama.dev/library/mistral
    ollama pull issue1736.ollama.dev/library/dolphin-mistral
    ollama pull issue1736.ollama.dev/library/wizardlm2
    ollama pull issue1736.ollama.dev/library/llava-phi3
    ollama pull issue1736.ollama.dev/library/llava-llama3
    ollama pull issue1736.ollama.dev/library/dolphin-phi
    ollama pull issue1736.ollama.dev/library/nomic-embed-text
    ollama pull issue1736.ollama.dev/library/phi3
    ollama pull issue1736.ollama.dev/library/orca-mini
    
  2. Remove and retry 2 or 3 more times

    ollama rm issue1736.ollama.dev/library/<model>[:<tag>]
    ollama pull issue1736.ollama.dev/library/<model>[:<tag>]
    
  3. Report back!

    Please respond here answering these questions to the best of your ability:

    • What was the full ollama pull command you ran including model?
    • What OS are you running the ollama server on?
    • What speed range did you see? (e.g. 30-50 MB/s)
    • What version of Ollama are you using?
    • What region of the world is your ollama running?
    • What is the top speed of your internet connection?
    • Was it faster, slower, the same as a normal ollama pull <model> for the same model(s)?

Thank you all so much in advance. We look forward to hearing back from you.

<!-- gh-comment-id:2103158972 --> @bmizerany commented on GitHub (May 9, 2024): Hello, Everyone! At Ollama we're working on a solution to this issue, and have been seeing some positive results! Now we need your help testing in your enviroments as well! How to help: 1. Run a test pull through our staging server From the list below, pick one (or many) of the models that you *have not* pulled already, and perform a pull. ``` ollama pull issue1736.ollama.dev/library/llama3:8b ollama pull issue1736.ollama.dev/library/gemma:2b ollama pull issue1736.ollama.dev/library/mistral ollama pull issue1736.ollama.dev/library/dolphin-mistral ollama pull issue1736.ollama.dev/library/wizardlm2 ollama pull issue1736.ollama.dev/library/llava-phi3 ollama pull issue1736.ollama.dev/library/llava-llama3 ollama pull issue1736.ollama.dev/library/dolphin-phi ollama pull issue1736.ollama.dev/library/nomic-embed-text ollama pull issue1736.ollama.dev/library/phi3 ollama pull issue1736.ollama.dev/library/orca-mini ``` 1. Remove and retry 2 or 3 more times ``` ollama rm issue1736.ollama.dev/library/<model>[:<tag>] ollama pull issue1736.ollama.dev/library/<model>[:<tag>] ``` 1. Report back! Please respond here answering these questions to the best of your ability: - What was the full `ollama pull` command you ran including model? - What OS are you running the ollama server on? - What speed range did you see? (e.g. `30-50 MB/s`) - What version of Ollama are you using? - What region of the world is your ollama running? - What is the top speed of your internet connection? - Was it faster, slower, the same as a normal `ollama pull <model>` for the same model(s)? Thank you all so much in advance. We look forward to hearing back from you.
Author
Owner

@Naveesha1309 commented on GitHub (May 11, 2024):

Hello! @Ajay-Engineer, refer this youtube video given below to resolve your issue... https://youtu.be/CkDEZQuk0bU?si=VlMsIb6FyBWYyomF

It worked! Thanks a lot for sharing!!

<!-- gh-comment-id:2105810626 --> @Naveesha1309 commented on GitHub (May 11, 2024): > Hello! @Ajay-Engineer, refer this youtube video given below to resolve your issue... https://youtu.be/CkDEZQuk0bU?si=VlMsIb6FyBWYyomF It worked! Thanks a lot for sharing!!
Author
Owner

@saxenaakansha30 commented on GitHub (May 16, 2024):

Please respond here answering these questions to the best of your ability:

  • What was the full ollama pull command you ran including model?
    ollama pull issue1736.ollama.dev/library/phi3
    ollama pull issue1736.ollama.dev/library/llava-llama3
    ollama pull issue1736.ollama.dev/library/wizardlm2
    ollama pull issue1736.ollama.dev/library/gemma:2b
    ollama run phi3
  • What OS are you running the ollama server on?
    OS: Apple M1 Pro, 16GB
  • What speed range did you see? (e.g. 30-50 MB/s)
    100.7: Mbps download
    79.0: Mbps upload
  • What version of Ollama are you using?
    ollama version is 0.1.38
  • What region of the world is your ollama running?
    India, Maharashtra
  • What is the top speed of your internet connection?
    100.7: Mbps download
    79.0: Mbps upload
  • Was it faster, slower, the same as a normal ollama pull <model> for the same model(s)?
    It was working fine for llama and code-llama few days back but has stopped working since last 2 days.

Even after multiple attempts it did not work. Still getting the error "dial tcp: lookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host error"

<!-- gh-comment-id:2114334229 --> @saxenaakansha30 commented on GitHub (May 16, 2024): > Please respond here answering these questions to the best of your ability: > > * What was the full `ollama pull` command you ran including model? ollama pull issue1736.ollama.dev/library/phi3 ollama pull issue1736.ollama.dev/library/llava-llama3 ollama pull issue1736.ollama.dev/library/wizardlm2 ollama pull issue1736.ollama.dev/library/gemma:2b ollama run phi3 > * What OS are you running the ollama server on? OS: Apple M1 Pro, 16GB > * What speed range did you see? (e.g. `30-50 MB/s`) 100.7: Mbps download 79.0: Mbps upload > * What version of Ollama are you using? ollama version is 0.1.38 > * What region of the world is your ollama running? India, Maharashtra > * What is the top speed of your internet connection? 100.7: Mbps download 79.0: Mbps upload > * Was it faster, slower, the same as a normal `ollama pull <model>` for the same model(s)? It was working fine for llama and code-llama few days back but has stopped working since last 2 days. Even after multiple attempts it did not work. Still getting the error "`dial tcp: lookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host error`"
Author
Owner

@S4tyendra commented on GitHub (May 23, 2024):

Please respond here answering these questions to the best of your ability:

  • What was the full ollama pull command you ran including model?
    ollama pull issue1736.ollama.dev/library/phi3
    ollama pull issue1736.ollama.dev/library/llava-llama3
    ollama pull issue1736.ollama.dev/library/wizardlm2
    ollama pull issue1736.ollama.dev/library/gemma:2b
    ollama run phi3
  • What OS are you running the ollama server on?
    OS: Apple M1 Pro, 16GB
  • What speed range did you see? (e.g. 30-50 MB/s)
    100.7: Mbps download
    79.0: Mbps upload
  • What version of Ollama are you using?
    ollama version is 0.1.38
  • What region of the world is your ollama running?
    India, Maharashtra
  • What is the top speed of your internet connection?
    100.7: Mbps download
    79.0: Mbps upload
  • Was it faster, slower, the same as a normal ollama pull <model> for the same model(s)?
    It was working fine for llama and code-llama few days back but has stopped working since last 2 days.

Even after multiple attempts it did not work. Still getting the error "dial tcp: lookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host error"

same here, Did you found any solution?

<!-- gh-comment-id:2126672894 --> @S4tyendra commented on GitHub (May 23, 2024): > > Please respond here answering these questions to the best of your ability: > > > > * What was the full `ollama pull` command you ran including model? > > ollama pull issue1736.ollama.dev/library/phi3 > > ollama pull issue1736.ollama.dev/library/llava-llama3 > > ollama pull issue1736.ollama.dev/library/wizardlm2 > > ollama pull issue1736.ollama.dev/library/gemma:2b > > ollama run phi3 > > * What OS are you running the ollama server on? > > OS: Apple M1 Pro, 16GB > > * What speed range did you see? (e.g. `30-50 MB/s`) > > 100.7: Mbps download > > 79.0: Mbps upload > > * What version of Ollama are you using? > > ollama version is 0.1.38 > > * What region of the world is your ollama running? > > India, Maharashtra > > * What is the top speed of your internet connection? > > 100.7: Mbps download > > 79.0: Mbps upload > > * Was it faster, slower, the same as a normal `ollama pull <model>` for the same model(s)? > > It was working fine for llama and code-llama few days back but has stopped working since last 2 days. > > Even after multiple attempts it did not work. Still getting the error "`dial tcp: lookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host error`" same here, Did you found any solution?
Author
Owner

@prashantabellad commented on GitHub (May 28, 2024):

I am trying on my macbook and getting the same error. After using a VPN connection I was able to download the same!

<!-- gh-comment-id:2135248281 --> @prashantabellad commented on GitHub (May 28, 2024): I am trying on my macbook and getting the same error. After using a VPN connection I was able to download the same!
Author
Owner

@sksarvesh007 commented on GitHub (Jun 19, 2024):

Hello! @Ajay-Engineer, refer this youtube video given below to resolve your issue... https://youtu.be/CkDEZQuk0bU?si=VlMsIb6FyBWYyomF

this worked , thanks a lot for sharing

<!-- gh-comment-id:2179121624 --> @sksarvesh007 commented on GitHub (Jun 19, 2024): > Hello! @Ajay-Engineer, refer this youtube video given below to resolve your issue... https://youtu.be/CkDEZQuk0bU?si=VlMsIb6FyBWYyomF this worked , thanks a lot for sharing
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#79898