Missign tarball (1.2.0.4-logging.0 for os.linux.x86_64)

When running the install script from https://install.meteor.com on Heroku i noted that the tarball for os.linux.x86_64 and version 1.2.0.4-logging.0 was missing.

The returned TARBALL_URL gave me error code “NoSuchKeyThe specified key does not exist.”

I got it working by making my own install script for an older version. But I thought i would give you a heads up.

Cheers!

They know about it, you can follow this bug on Github

quick fix around it:

  1. download the install script
  2. change RELEASE=“1.2.0.4-logging.0” to RELEASE=“1.2.0.2”
  3. chmod +x /path/to/file and run it
1 Like

Thanks, sorry for the duplicate post. Thats the exact same solution I did for my project.