Skip to content

Macro Rendering Error

File: releases/core.md

RateLimitExceededException: 403 {"message": "API rate limit exceeded for 20.75.95.223. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)", "documentation_url": "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}

Traceback (most recent call last):
  File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.11/site-packages/mkdocs_macros/plugin.py", line 523, in render
    return md_template.render(**page_variables)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.11/site-packages/jinja2/environment.py", line 1301, in render
    self.environment.handle_exception()
  File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.11/site-packages/jinja2/environment.py", line 936, in handle_exception
    raise rewrite_traceback_stack(source=source)
  File "<template>", line 3, in top-level template code
  File "/home/runner/work/core/core/docs/macros.py", line 24, in github_releases
    for release in repo.get_releases():
  File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.11/site-packages/github/PaginatedList.py", line 69, in __iter__
    newElements = self._grow()
                  ^^^^^^^^^^^^
  File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.11/site-packages/github/PaginatedList.py", line 80, in _grow
    newElements = self._fetchNextPage()
                  ^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.11/site-packages/github/PaginatedList.py", line 213, in _fetchNextPage
    headers, data = self.__requester.requestJsonAndCheck(
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.11/site-packages/github/Requester.py", line 442, in requestJsonAndCheck
    return self.__check(
           ^^^^^^^^^^^^^
  File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.11/site-packages/github/Requester.py", line 487, in __check
    raise self.__createException(status, responseHeaders, data)
github.GithubException.RateLimitExceededException: 403 {"message": "API rate limit exceeded for 20.75.95.223. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)", "documentation_url": "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}