[GH-ISSUE #2118] Unable to Download Models Due to Malformed Manifests #26970

Closed
opened 2026-04-22 03:46:58 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @SpiralCut on GitHub (Jan 21, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2118

I'm running Ollama 0.1.20 in WSL2/Ubuntu. In the past I was able to download new models fine but now when I try to download them I get something similar to the following error messages and am prevented from downloading:

pulling manifest
Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/codellama/manifests/latest": malformed HTTP response "\x00\x00\x1e\x04\x00\x00\x00\x00\x00\x00\x05\x00\x10\x00\x00\x00\x03\x00\x00\x00\xfa\x00\x06\x00\x10\x01@\x00\x01\x00\x00\x10\x00\x00\x04\x00\x10\x00\x00"

I tried deleting Ollama and reinstalling and the issue persists (I'm not sure if this is the right URL but accessing https://registry.ollama.ai/v2/library/codellama/manifests/latest also gives me MANIFEST_INVALID error when I access it from my browser

Originally created by @SpiralCut on GitHub (Jan 21, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2118 I'm running Ollama 0.1.20 in WSL2/Ubuntu. In the past I was able to download new models fine but now when I try to download them I get something similar to the following error messages and am prevented from downloading: ``` pulling manifest Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/codellama/manifests/latest": malformed HTTP response "\x00\x00\x1e\x04\x00\x00\x00\x00\x00\x00\x05\x00\x10\x00\x00\x00\x03\x00\x00\x00\xfa\x00\x06\x00\x10\x01@\x00\x01\x00\x00\x10\x00\x00\x04\x00\x10\x00\x00" ``` I tried deleting Ollama and reinstalling and the issue persists (I'm not sure if this is the right URL but accessing https://registry.ollama.ai/v2/library/codellama/manifests/latest also gives me MANIFEST_INVALID error when I access it from my browser
Author
Owner

@SpiralCut commented on GitHub (Jan 22, 2024):

Closing issue. I've figured out the problem, I'd set HTTPS_PROXY in my environment variables and that was causing issues. Commenting out that line makes everything work as expected

<!-- gh-comment-id:1902910128 --> @SpiralCut commented on GitHub (Jan 22, 2024): Closing issue. I've figured out the problem, I'd set HTTPS_PROXY in my environment variables and that was causing issues. Commenting out that line makes everything work as expected
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#26970