VSMarketplaceBadge icon indicating copy to clipboard operation
VSMarketplaceBadge copied to clipboard

Badges not available right now

Open janpio opened this issue 3 years ago • 11 comments

Requests for badges are timing out for me right now (Germany).

janpio avatar Aug 23 '21 15:08 janpio

The service seems to be down again

christian-bromann avatar Aug 18 '22 16:08 christian-bromann

Same for me. FYI I found https://shields.io/ had the functionality I was using (installs and ratings) so I switched to that.

kbrose avatar Oct 19 '22 18:10 kbrose

Please move to https://vsmarketplacebadges.dev/

cssho avatar Oct 20 '22 00:10 cssho

Hi @cssho , I'm facing release trouble caused by SVG restriction in the marketplace. I guess your new domain should be approved. Could you check the list in approved badges? Thank you!

tomoyukim avatar Nov 04 '22 03:11 tomoyukim

@tomoyukim Thanks for the good advice. Looks like it was approved. https://github.com/microsoft/vscode/issues/165971

cssho avatar Nov 11 '22 03:11 cssho

Please move to https://vsmarketplacebadges.dev/

Unfortunately I still can't find this listed in the approved badges list 🙈

There's also a new issue opened: https://github.com/microsoft/vscode-vsce/issues/799

PKief avatar Dec 12 '22 21:12 PKief

Update: It's working now 🎉

PKief avatar Dec 23 '22 17:12 PKief

not work again, I had changed to use shields.io, check: https://github.com/tjx666/awesome-vscode-extension-boilerplate/tree/main

tjx666 avatar Jan 29 '23 15:01 tjx666

Seems like the certificate for https://vsmarketplacebadges.dev has expired:

image

mattseddon avatar Jun 07 '23 00:06 mattseddon

We now also moved to shields.io as the other PRs above imply 🤷

janpio avatar Jul 11 '23 16:07 janpio

For anyone in need of migrating as the server is down again:

https://vsmarketplacebadges.dev/version/USERID.EXTID.svg
->
https://img.shields.io/visual-studio-marketplace/v/USERID.EXTID

https://vsmarketplacebadges.dev/installs/USERID.EXTID.svg
->
https://img.shields.io/visual-studio-marketplace/i/USERID.EXTID

https://vsmarketplacebadges.dev/rating/USERID.EXTID.svg
->
https://img.shields.io/visual-studio-marketplace/r/USERID.EXTID

and for the -short version you'll want to add ?label=%20

phil294 avatar Aug 06 '23 18:08 phil294