question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GitHub API rate limit exceeded for conda-forge-admin

See original GitHub issue

Impressive!

https://travis-ci.org/conda-forge/conda-forge.github.io/jobs/122659551

Running command: ['python', '/home/travis/build/conda-forge/conda-forge.github.io/scripts/update_teams.py', './feedstocks_repo/feedstocks']
Traceback (most recent call last):
  File "/home/travis/build/conda-forge/conda-forge.github.io/scripts/update_teams.py", line 105, in <module>
    team._requester.requestJsonAndCheck("PUT", url, input={"permission": "push"})
  File "/home/travis/conda/tmp_envs/0a2f51c4c88b9dcaf16e/lib/python3.5/site-packages/github/Requester.py", line 171, in requestJsonAndCheck
    return self.__check(*self.requestJson(verb, url, parameters, headers, input, cnx))
  File "/home/travis/conda/tmp_envs/0a2f51c4c88b9dcaf16e/lib/python3.5/site-packages/github/Requester.py", line 179, in __check
    raise self.__createException(status, responseHeaders, output)
github.GithubException.GithubException: 403 {'documentation_url': 'https://developer.github.com/v3/#rate-limiting', 'message': 'API rate limit exceeded for conda-forge-admin.'}
CalledProcessError: Command '['python', '/home/travis/build/conda-forge/conda-forge.github.io/scripts/update_teams.py', './feedstocks_repo/feedstocks']' returned non-zero exit status 1

Looks like that is over 5000 requests an hour! https://developer.github.com/v3/#rate-limiting

Might be that the teams script needs to be a little smarter… 😄

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:44 (43 by maintainers)

github_iconTop GitHub Comments

1reaction
jakirkhamcommented, Aug 23, 2016

Basically we have done quite a bit in the last few months to address this. Going to close it out for now. We can revisit options as they become necessary again.

1reaction
jakirkhamcommented, Jun 1, 2016

Though I should add all of @ericdill’s changes looked sensible to me. I’m sure we could tweak things more, but don’t want to enter the bikesheding domain with this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rate limits for GitHub Apps
Default user-to-server rate limits for GitHub.com​​ User-to-server requests are limited to 5,000 requests per hour and per authenticated user.
Read more >
GitHub API rate limit exceeded · Issue #148 · forestgeo/learn
I'm developing a meta-package, fgeo , that installs less than 10 other packages from GitHub. The number of packages is below the the...
Read more >
Rate limit - GitHub Docs
The REST API for searching items has a custom rate limit that is separate from the rate limit governing the other REST API...
Read more >
API rate limit exceeded for Mac OS hosted by GitHub itself #602
GitHub complains about rate limit regardless of the source of request because GA workflow can be used to spam API too. The most...
Read more >
Resources in the REST API - GitHub Docs
If you exceed your rate limit using Basic Authentication or OAuth, you can likely fix the issue by caching API responses and using...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found