ERROR failed to download from ... Double check that the given VERSION is valid #323
-
Hi, this looks like a repeat of #115. I am using DEBUG Output:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Since it worked in the browser, then there is not a bug in the container startup. In that case it must be a networking issue in your docker installation or closer to the server host. Where did you run wget? The debug output shows the curl command that was used, so that's what you should have been re-trying. Make sure to re-pull the image and debug/investigate your network while running:
|
Beta Was this translation helpful? Give feedback.
-
I have the same issue. I’ve tried using Podman and Docker on different servers, and while all the containers have internet access, the problem persists: curl cannot download the .zip file. I attempted to change the entry point to /bin/sh and manually download the .zip with the agent options for curl. If I try curl without the -A parameter, it doesn't work. Downloading the file normally via the endpoint seems impossible. The problem is the same, included in new "installation" |
Beta Was this translation helpful? Give feedback.
-
Hi, I am experiencing the same issue but the conversation here is a bit over my head, would someone be so kind as to ELI5 how to implement the above solution? Thank you! |
Beta Was this translation helpful? Give feedback.
Not yet. That's why there is the open issue you linked. I will gladly accept a PR to add that support -- download issues are extremely rare and not caused by this image, so I'm afraid it goes way at the bottom of my todo list.