Badge Images Often Fail To Load In Github README #1568
Closed
Description
I've noticed that at least 50% of the time one or more badges on the README's from my various github project fail to display the image. I'm on a very fast connection (~ 100MBS)
In the error console:
Failed to load resource: the server responded with a status of 504 (Gateway Timeout)
The URLS are not the URLs added to the badges in the README, but point to some kind of Github cache:
URL from badge: https://img.shields.io/npm/v/blain.svg
URL of error: https://camo.githubusercontent.com/fa71495d8e006d53927660ed22594c3e7097c5a6/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f626c61696e2e737667
- Multiple refreshes usually get one or all of the badges to load correctly.
- Tested in Chrome, Safari and Firefox
- I have seen this a lot recently on other project's READMEs
Example Repos