badges / pypipins

Badges for your site to display download totals, latest version using PyPI
http://pypip.in
MIT License
78 stars 45 forks source link

Crate is down.. 500 error #4

Closed karan closed 10 years ago

karan commented 10 years ago

All badges give error now. Any plans on fixing the service or using an alternative source of download and/or version?

jacobsvante commented 10 years ago

Yeah fixing this would be awesome!

Btw it was really hard to track down this repo. Perhaps add a link to it in the docs?

kura commented 10 years ago

Fixed.

karan commented 10 years ago

Awesome thanks.

karan commented 10 years ago

The badges still don't load.

kura commented 10 years ago

Are you sure about that because they work perfectly fine for me.

karan commented 10 years ago

I guess pypi was down yesterday.

But see this: Imgur

jacobsvante commented 10 years ago

Same here. Version works, downloads don't.

kura commented 10 years ago

This was due to an annoyance in the shields.io API that I switched too, it could handle version format X.X.X but not X.XX and probably a whole lot of other ones.

API has been changed.

karan commented 10 years ago

Great! An off-topic question: Where are you hosting pypin?

kura commented 10 years ago

NYC

karan commented 10 years ago

haha I meant on what server.

kura commented 10 years ago

Oh, it's powered by several Digital Ocean servers, it uses 2 for the image manipulation and 1 as a Varnish cache server, it now generates images using shields.io so probably really only needs 1 server now, but some info is here - https://kura.io/2013/12/24/shields-for-pypi-packages/

karan commented 10 years ago

Interesting.. Thanks for the post, much appreciated.