404 for MSI installers

Issue #6 closed
Former user created an issue

I cannot seem to download the MSI installers from bitbucket anymore:

$  wget https://bitbucket.org/vinay.sajip/pylauncher/downloads/launchwin.msi
--2014-07-01 23:13:51--  https://bitbucket.org/vinay.sajip/pylauncher/downloads/launchwin.msi
Resolving bitbucket.org (bitbucket.org)... 131.103.20.168, 131.103.20.167
Connecting to bitbucket.org (bitbucket.org)|131.103.20.168|:443... connected.
HTTP request sent, awaiting response... 302 FOUND
Location: https://bitbucket.org/vinay.sajip/pylauncher/downloads/None [following]
--2014-07-01 23:13:52--  https://bitbucket.org/vinay.sajip/pylauncher/downloads/None
Reusing existing connection to bitbucket.org:443.
HTTP request sent, awaiting response... 404 NOT FOUND
2014-07-01 23:13:52 ERROR 404: NOT FOUND.

Comments (10)

  1. Vinay Sajip repo owner

    This may be a BitBucket issue. There are non-zero download counts against all entries, suggesting that at least some people have been able to download from the page.

  2. Vinay Sajip repo owner

    This has been confirmed by Atlassian as a BitBucket issue. As a workaround, they will delete all the records and I will re-upload the installers. Keeping the issue open as a task until then.

  3. Vinay Sajip repo owner

    Atlassian have deleted the old records, I've re-uploaded the installers and they seem to be downloadable now.

  4. Elia Bieri

    Now launchwin.msi seems to be totally gone.

    The reason this is important for me is that the pynsist project has a hardcoded download url which points to your bitbucket. A re upload would therefore be highly appreciated.

    Thanks for the help

  5. Thomas Kluyver

    To be clear, Pynsist 1.x downloaded this from Bitbucket. Pynsist 2.x doesn’t use it - but it also requires Python 3, so some users are still using the last 1.x release to package up Python 2 code.

  6. Vinay Sajip repo owner

    I’ll fix this soon. It’s a by-product of moving everything to a Git repo. I hadn’t realised these old downloads were still being used!

  7. Log in to comment