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

GithubException: 403. API rate limit exceeded (create_release) #103

Open
JuliaTagBot opened this issue Jul 29, 2023 · 0 comments
Open

GithubException: 403. API rate limit exceeded (create_release) #103

JuliaTagBot opened this issue Jul 29, 2023 · 0 comments

Comments

@JuliaTagBot
Copy link

Repo: JuliaGeometry/Meshes.jl
Run URL: https://github.com/JuliaGeometry/Meshes.jl/actions/runs/5702249980
Image ID: sha256:a006af1d84f9acd8911e8ebf449569f4a1da1898545f45187352091efc498caf
Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 94, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 529, in create_release
    log = self._changelog.get(version, sha)
  File "/root/tagbot/action/changelog.py", line 193, in get
    data = self._collect_data(version, sha)
  File "/root/tagbot/action/changelog.py", line 172, in _collect_data
    issues = self._issues(start, end)
  File "/root/tagbot/action/changelog.py", line 98, in _issues
    return [i for i in self._issues_and_pulls(start, end) if isinstance(i, Issue)]
  File "/root/tagbot/action/changelog.py", line 86, in _issues_and_pulls
    pr = x.as_pull_request()
  File "/usr/local/lib/python3.8/site-packages/github/Issue.py", line 278, in as_pull_request
    headers, data = self._requester.requestJsonAndCheck(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 315, in requestJsonAndCheck
    return self.__check(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 340, in __check
    raise self.__createException(status, responseHeaders, output)
github.GithubException.RateLimitExceededException: 403 {"message": "API rate limit exceeded for installation ID 5871149.", "documentation_url": "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}
@IanButterworth IanButterworth changed the title Automatic error report from JuliaGeometry/Meshes.jl GithubException: 403. API rate limit exceeded (create_release) Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants