gilmaimon / ArduBadge

ArduBadge gives you GitHub Badges for you Arduino Libraries. The badge shows the latest version available and custom installation instructions.
MIT License
30 stars 3 forks source link

The badge not loading - or taking very long time #29

Open askuric opened 4 months ago

askuric commented 4 months ago

Hi @gilmaimon

Thanks for taking the time to resolve the issue #28, hwoever it seems that this was not enough. :D

The badges are not loading any more (or sometimes they do but it takes a few minutes). Here is the example from your readme.

image

NuclearPhoenixx commented 4 months ago

Well, this is something new, I'm having the same problem now :/

askuric commented 4 months ago

This is an awesome repo and we have used it on all of our libraries and in the docs at simplefoc. It is really unfortunate that recently we started having some issues with it and it has been down for some time in several instances.

As this automatic information about the available library release in the Arduino Library Manager is fairly important to us, and as I'm not really good in javascript so that I could potentially help resolving the issue, I've opted to create another solution that does that achieves the same thing. If someone else is interested in an alternative solution: https://github.com/simplefoc/simple_php_ardubadge

I would much rather use ArduBadge repo though and we will probably re-transition again to it once it becomes functional and a bit more stable.

gilmaimon commented 3 months ago

You impl is actually really cool! And I really am glad that this is useful for you.

I'm almost ready with a new version, written in go, you can see it here: https://test.ardu-badge.com/

I have a few last touches, but I will eventually deploy it in AWS and hopefully it will be much easier to deploy changes (with CICD that I setup) and to scale.