shieldsio-patreon
shieldsio-patreon copied to clipboard
Patreon badge not displaying (shields io)
Hey, hope this is the correct area, but all the patreon badges on my projects are not showing and instead its showing a custom badge inaccessible tag. For example - https://legacy.curseforge.com/minecraft/modpacks/boosted-fps
just wondering if there is anything that can be done please?
Unfortunately, it seems Patreon stopped accepting APIs to request https://patreon.com/xxxxx, returning 403 error:
statusMessage: 'Forbidden',
statusCode: 403,
I haven't spent much time inspecting to work around this issue so far.
PRs are welcome, you can easily test this endpoint locally by:
git clone https://github.com/endel/shieldsio-patreon.git
cd shieldsio-patreon
npm install
node index.js
Then making a request to http://localhost:8888/endel
Re-opening until we have a fix or an alternative solution
Hi @gamerpotion it seems the service is back. Can you confirm if it works for you now? (I think Patreon must've solved in their end)