Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloads broken #2

Closed
jaraco opened this issue Sep 14, 2012 · 2 comments
Closed

Downloads broken #2

jaraco opened this issue Sep 14, 2012 · 2 comments

Comments

@jaraco
Copy link
Collaborator

jaraco commented Sep 14, 2012

When viewing the downloads page for upsidedown, there are two files listed, but if one clicks on the latest one (https://github.com/downloads/cburgmer/upsidedown/upsidedown-0.3.tar.gz), it returns an HTML page indicating "File not found". This has the unfortunate consequence of preventing the package from being easy_installed using the normal methods:

>  easy_install upsidedown
Searching for upsidedown
Reading http://pypi.python.org/simple/upsidedown/
Reading http://github.com/cburgmer/upsidedown
Reading http://github.com/cburgmer/upsidedown/downloads
Best match: upsidedown 0.3
Downloading https://github.com/downloads/cburgmer/upsidedown/upsidedown-0.3.tar.gz
error: Unexpected HTML page found at https://github.com/downloads/cburgmer/upsidedown/upsidedown-0.3.tar.gz

There are several options to address this issue:

  1. Completely remove the download links on github.
  2. Fix the download links on github.
  3. Re-upload package metadata to remove the download links.

Let me know if there's anything I can do to help.

@cburgmer
Copy link
Owner

Thanks for reporting. Very funny issue. Seems Github dropped the files.

I was going to generate a new source package, but I can't seem to upload it as I need Flash, which is currently broken on my computer.

@cburgmer
Copy link
Owner

I followed your 1. option now. A quick test with PIP installed the package as expected. Closing this for now. Do re-open if the problem persists for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants