✨ Add ratelimited message #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Androz2091/active-forks:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As always, thank you for contributing to my project.
However, from what I'm reading, you're displaying this error whenever it fails, whether it is due to rate-limiting or something else, whether it's a request error or something else.
Please instead check the status code and body of each request to make sure you're displaying a rate-limit error when there is actually an error due to rate-limiting.
Optionally, you can also display another message when there is an error coming from something else.
Additionally, know that GitHub's rate limit for anonymous requests is 60/hour (very low, indeed) and that this project is absolutely experimental, temporary and at proof-of-concept state. (More info)
Thanks.