Macro Rendering Error
File: releases/core.md
RateLimitExceededException: 403 {"message": "API rate limit exceeded for 20.55.15.92. (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.12/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.12/site-packages/jinja2/environment.py", line 1304, in render
self.environment.handle_exception()
File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.12/site-packages/jinja2/environment.py", line 939, 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 31, in github_releases
for release in repo.get_releases():
^^^^^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.12/site-packages/github/PaginatedList.py", line 84, in __iter__
newElements = self._grow()
^^^^^^^^^^^^
File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.12/site-packages/github/PaginatedList.py", line 95, in _grow
newElements = self._fetchNextPage()
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.12/site-packages/github/PaginatedList.py", line 320, in _fetchNextPage
headers, data = self.__requester.requestJsonAndCheck(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.12/site-packages/github/Requester.py", line 586, in requestJsonAndCheck
return self.__check(*self.requestJson(verb, url, parameters, headers, input, self.__customConnection(url)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/rtdip-sdk/lib/python3.12/site-packages/github/Requester.py", line 744, in __check
raise self.createException(status, responseHeaders, data)
github.GithubException.RateLimitExceededException: 403 {"message": "API rate limit exceeded for 20.55.15.92. (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"}