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

Getting 502 Bad gateway on all badges #9

Closed captn3m0 closed 10 years ago

captn3m0 commented 10 years ago
$ curl -I https://pypip.in/d/hackertray/badge.png

HTTP/1.1 502 Bad Gateway
Server: nginx/0.7.67
Date: Wed, 29 Jan 2014 14:21:35 GMT
Content-Type: text/html
Content-Length: 173
Connection: keep-alive
kura commented 10 years ago

This has been temporarily resolved. The issue is with requesting the badge from the shields.io service, the request call needs an exception block around it and a repeat request attempt, sadly I don't have time to work on this at the moment.

coldfix commented 10 years ago

Getting 503 now. b.repl.ca seems to be down? Setting

SHIELD_URL = "http://img.shields.io/badge/%s-%s-%s.png"

works fine. I am not sure whether this service is more reliable though.

Can't the shields service be directly integrated into pypipins? I think it would be great to flatten the tree of dependencies. If you'd appreciate that, I can start to work on it.

Best regards, Thomas