htmlpreview / htmlpreview.github.com

HTML Preview for GitHub Repositories

Home Page:htmlpreview.github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get error code 429 when using html preview

pranavkirtani88 opened this issue · comments

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.

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

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.

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!

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