My Insights badge shows as inaccessible https://github.com/REBELinBLUE/deployer/blob/master/README.md
and so does the example on https://shields.io/
Probably a dupe of #868.
@ResidentMario I don't think so. That problem has different effect.
I just tested, and the url https://insight.sensiolabs.com/api/projects/{project_id} requires authentication. Would not the problem be here? (The server has not auth information, see https://github.com/badges/shields/blob/a4a46b070cc4f17f412e54ac3d17eeb0059436a5/server.js#L1210).
You can find a reason here: https://insight.sensiolabs.com/account
HTTP Basic Authentication is required for all API requests.
Your user is xxxxxx.
Your password (API token) is xxxxxxxxxx.
Yes, and this was not the case before for public projects.
Update: I dreamed...
My memory plays tricks on me. The authentication was always required, see the issue #437.
@espadrine Try to regenerate your API token? It worked 2 years ago.
Any update? Badges still don't work.
Any changes? "Regenerate an API token" advice doesn't work.
It looks like there is code to send auth information:
https://github.com/badges/shields/blob/a4a46b070cc4f17f412e54ac3d17eeb0059436a5/server.js#L1222-L1227
@espadrine Maybe it is a matter of regenerating the API token.
Any update?
@deemru Thanks a lot! That URL https://insight.sensiolabs.com/account indeed contains all the explanation necessary.
It should be better now.
@espadrine Indeed it works now. Thanks!
This is an old issue. Could you open a new one? Thanks!
@paulmelnikow OK, sure #1249
Most helpful comment
My memory plays tricks on me. The authentication was always required, see the issue #437.
@espadrine Try to regenerate your API token? It worked 2 years ago.