Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patreon badge not displaying (shields io) #13

Open
gamerpotion opened this issue Aug 23, 2023 · 3 comments
Open

Patreon badge not displaying (shields io) #13

gamerpotion opened this issue Aug 23, 2023 · 3 comments

Comments

@gamerpotion
Copy link

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?

@endel
Copy link
Owner

endel commented Aug 23, 2023

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
Copy link
Owner

endel commented Aug 24, 2023

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

@endel endel reopened this Aug 24, 2023
@endel
Copy link
Owner

endel commented Aug 26, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants