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

get error code 429 when using html preview #92

Closed
pranavkirtani88 opened this issue Oct 6, 2020 · 7 comments
Closed

get error code 429 when using html preview #92

pranavkirtani88 opened this issue Oct 6, 2020 · 7 comments

Comments

@pranavkirtani88
Copy link

I get error code 429 sometimes when I use https://htmlpreview.github.io/?https://github.com/persistentsystems/corda-did-method/blob/master/corda_did_method.html

@niutech
Copy link
Collaborator

niutech commented Oct 6, 2020

HTML Preview uses https://jsonp.afeld.me or https://cors-anywhere.herokuapp.com under the hood. The former returns 403 Forbidden (see afeld/jsonp#179) and the latter sometimes returns 429 Too Many Requests. You have to retry.

@alshan
Copy link

alshan commented Oct 6, 2020

The service consistently returns status 429 for at least 8 hours now.
https://htmlpreview.github.io/?https://raw.githubusercontent.com/JetBrains/lets-plot-kotlin/master/docs/api-reference/plot-api/index.html

@sjspielman
Copy link

sjspielman commented Oct 6, 2020

Can confirm this is ongoing as in Issue #94 . Please re-open this issue. The documentation is not the issue.

@niutech
Copy link
Collaborator

niutech commented Oct 7, 2020

This issue is still opened. I have filed the issue: https://github.com/Rob--W/cors-anywhere/issues/283 and I have added fallback proxies. Check if the problem remains.

@fionarhuang
Copy link

This issue is still opened. I have filed the issue: https://github.com/Rob--W/cors-anywhere/issues/283 and I have added fallback proxies. Check if the problem remains.

It works for me now! Thanks!

@niutech
Copy link
Collaborator

niutech commented Oct 7, 2020

That's great! If you know any other reliable and free CORS proxy, please suggest it.

@niutech niutech closed this as completed Oct 7, 2020
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

5 participants