factorio-docker: 0.17.23 failing to download with curl

For whatever reason, 0.17.23 can’t be downloaded with curl, which is making the Docker build fail.

curl -L https://www.factorio.com/get-download/0.17.23/headless/linux64
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>

When I visit the same URL in the browser, factorio_headless_x64_0.17.23.tar.xz is downloaded as expected.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 20 (2 by maintainers)

Most upvoted comments

I opened a bug report on factorio.com forums, and it seems that different people are seeing different 404 errors. Their CDN seems to be at fault. So even if we can individually download it, if the build servers cannot, then this will fail.

Right, but we’ll want to make sure the SHA1 was generated off the appropriate file when it’s resolved on their end.