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

Limitations of the Github search api #10

Open
YutaOkoshi opened this issue Dec 26, 2020 · 1 comment
Open

Limitations of the Github search api #10

YutaOkoshi opened this issue Dec 26, 2020 · 1 comment

Comments

@YutaOkoshi
Copy link

YutaOkoshi commented Dec 26, 2020

The following page shows that the API has some limitations.
https://docs.github.com/en/free-pro-team@latest/rest/reference/search#rate-limit

To solve this problem, I have been using a script that generates HTML for every few items, waits a minute when the limit is reached, and finally combines them into one HTML with my own python script.

Can you make it so that I don't have to do this and the module doesn't hit the limit?

It would make it much easier to use!

@yceballost
Copy link

I am having this error

Run ethomson/issue-dashboard@v1
Error: Validation Failed: {"message":"The listed users and repositories cannot be searched either because the resources do not exist or you do not have permission to view them.","resource":"Search","field":"q","code":"invalid"}

is it related?

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