shieldsio-patreon icon indicating copy to clipboard operation
shieldsio-patreon copied to clipboard

Patreon badge not displaying (shields io)

Open gamerpotion opened this issue 2 years ago • 3 comments

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?

gamerpotion avatar Aug 23 '23 09:08 gamerpotion

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

endel avatar Aug 23 '23 18:08 endel

Re-opening until we have a fix or an alternative solution

endel avatar Aug 24 '23 16:08 endel

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)

endel avatar Aug 26 '23 01:08 endel