-
Notifications
You must be signed in to change notification settings - Fork 28
Badges on the README not loading properly #27
Comments
I think so (the images do load if I copy the url to them). Will check back tomorrow. |
Still not working. https://twitter.com/nathany/status/420955697707114496 |
Hey guys. I'm also experiencing this (example). However, as @nathany noted, the images do load from the URL directly: http://b.repl.ca/v1/license-GPL-blue.png |
@jessesquires I had no idea this was impacting others, thanks for the heads up! I just wrote an email to GitHub support. |
I still have no idea how to fix this. Feel like my hands are tied. :-( |
I haven't received any reply from GitHub support yet, not even an automated response. They may just be backlogged with tickets around yesterdays outage. I sent a new request through their contact form, trying to word it to better convey that this is an issue that is on GitHub/Fastly's side and not an issue that I should've just reported to Buckler. Fastly caching issue with the badges we generateGood morning, I am a contributor to the Buckler project which people use for badges across GitHub such as As of the evening of Tue Jan 7 all these badges, including newly generating ones are failing to resolve on GitHub. The url embedded in the README does generate the badge, but the Fastly cache of these badges causes an error. Please provide a resolution. Here is the relevant issue: Nathan. |
@nathany It looks like the cache is getting a 404 from the backend. This is what I get after running a purge on the image
I did this for ~5 images just to be sure. |
@aspires Odd, see below. Thanks for looking into it. $ curl -I http://b.repl.ca/v1/license-GPL-blue.png
HTTP/1.1 200 OK
Date: Thu, 09 Jan 2014 18:04:03 GMT
Cache-Control: public
Content-Type: image/png
Expires: Wed, 07 Jan 2015 01:04:03 GMT
Last-Modified: Tue, 03 Dec 2013 06:20:19 GMT |
@nathany -- thanks for helping with this. what exactly is the status of using https to prevent this issue? |
@jessesquires That would be up to @jbowes to purchase and setup an SSL cert for It's quite sad that I still haven't heard a peep from GitHub on resolving the present issue. I've had an email exchange with @aspires from Fastly, and it doesn't appear anything can be done from their side. |
@vmg Thanks for prodding some GitHubbers to look into this badges/shields#103 (comment). @aspires of Fastly has already poked at camo a bit:
|
@alindeman got back to me today:
All looks good. |
woohoo!! thanks so much @nathany for pursuing this! |
Not sure what's causing that, bad GitHub cache?
The text was updated successfully, but these errors were encountered: