You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github API call fails : api.github.com/repos/vuejs/vue-cli/releases?page=1&per_page=100 returns :
documentation_url: "https://developer.github.com/v3/#rate-limiting" message: "API rate limit exceeded for XXX.X.XXX.XXX. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)"
There's currently no error handling happening
The text was updated successfully, but these errors were encountered:
Assuming we can't easily/quickly get a higher rate limit from github some way, we should make sure that the issue helper works despite this, i.e. make the option field optional (...only if the versions request fails?).
We could cache these version lists in localstorage so users that come back can fallback to an older list if the rate limit doesn't allow them to have an up-to-date one.
e.g.: vuejs/vue-cli#4588
github API call fails :
api.github.com/repos/vuejs/vue-cli/releases?page=1&per_page=100
returns :documentation_url: "https://developer.github.com/v3/#rate-limiting" message: "API rate limit exceeded for XXX.X.XXX.XXX. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)"
There's currently no error handling happening
The text was updated successfully, but these errors were encountered: