issue_stats icon indicating copy to clipboard operation
issue_stats copied to clipboard

Issues badge for FakeItEasy not working

Open adamralph opened this issue 8 years ago • 3 comments

See https://github.com/FakeItEasy/FakeItEasy

As far as I can tell, nothing is wrong with the markdown for the badge. However, it always shows as a broken image.

/cc @blairconrad @thomaslevesque

adamralph avatar Aug 03 '16 09:08 adamralph

@Heh, and just as I raised this issue, the pull requests badge stopped working too.

adamralph avatar Aug 03 '16 09:08 adamralph

The markdown looks good, but the HTML not so much:

[![Issues](http://issuestats.com/github/FakeItEasy/FakeItEasy/badge/issue?style=flat-square)](http://issuestats.com/github/FakeItEasy/FakeItEasy)
<a href="http://issuestats.com/github/FakeItEasy/FakeItEasy">
<img src="https://camo.githubusercontent.com/a7de17e4ca6bddab89d7fbb7b0e315f1078e0a05/687474703a2f2f697373756573746174732e636f6d2f6769746875622f46616b654974456173792f46616b654974456173792f62616467652f69737375653f7374796c653d666c61742d737175617265"
alt="Issues"
data-canonical-src="http://issuestats.com/github/FakeItEasy/FakeItEasy/badge/issue?style=flat-square" style="max-width:100%;"></a>

And the URL in the src element results in a 502 error. Who's doing the URL rewriting? GitHub? There's no behaviour in the README.md.

blairconrad avatar Aug 03 '16 10:08 blairconrad

It looks like all the badges are broken, including those on the main page of this repo.

kenkendk avatar Sep 26 '16 09:09 kenkendk