JuliaRegistries / JuliaRegistries/TagBotErrorReports

Automatic error report from SciML/OrdinaryDiffEq.jl

Open
#236 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Repo: SciML/OrdinaryDiffEq.jl
Run URL: https://github.com/SciML/OrdinaryDiffEq.jl/actions/runs/26318409500
Image ID: sha256:c3e2e8954c03e3e7bf4b61a68de9411c6c7e4ba57b3a638d68d5ad5d3c39a632
TagBot version: 1.25.7
Stacktrace:
```py
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/tagbot/action/changelog.py", line 212, in _issues_and_pulls
for x in gh.search_issues(query, sort="created", order="asc"):
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/github/PaginatedList.py", line 102, in __iter__
newElements = self._grow()
File "/usr/local/lib/python3.14/site-packages/github/PaginatedList.py", line 113, in _grow
newElements = self._fetchNextPage()
File "/usr/local/lib/python3.14/site-packages/github/PaginatedList.py", line 371, in _fetchNextPage
headers, data = self.__requester.requestJsonAndCheck(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
"GET", self.__nextUrl, parameters=self.__nextParams, headers=self.__headers # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/github/Requester.py", line 628, in requestJsonAndCheck
*self.__check(
~~~~~~~~~~~~^
*self.requestJson(
^^^^^^^^^^^^^^^^^^
...<7 lines>...
)
^
),
^
File "/usr/local/lib/python3.14/site-packages/github/Requester.py", line 867, in __check
raise self.createException(status, responseHeaders, data)
github.GithubException.BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/tagbot/action/__main__.py", line 126, in
repo.create_release(version, sha, is_latest=is_latest)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/tagbot/action/repo.py", line 1596, in create_release
log = self._changelog.get(version_tag, sha) if self._changelog else ""
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/tagbot/action/changelog.py", line 443, in get
data = self._collect_data(version_tag, sha)
File "/usr/local/lib/python3.14/site-packages/tagbot/action/changelog.py", line 400, in _collect_data
issues = self._issues(start_issues, end)
File "/usr/local/lib/python3.14/site-packages/tagbot/action/changelog.py", line 263, in _issues
return [i for i in self._issues_and_pulls(start, end) if isinstance(i, Issue)]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/tagbot/action/changelog.py", line 234, in _issues_and_pulls
return self._issues_and_pulls_fallback(start, end)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/tagbot/action/changelog.py", line 245, in _issues_and_pulls_fallback
for x in self._repo._repo.get_issues(state="closed", since=start):
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/github/PaginatedList.py", line 102, in __iter__
newElements = self._grow()
File "/usr/local/lib/python3.14/site-packages/github/PaginatedList.py", line 113, in _grow
newElements = self._fetchNextPage()
File "/usr/local/lib/python3.14/site-packages/github/PaginatedList.py", line 371, in _fetchNextPage
headers, data = self.__requester.requestJsonAndCheck(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
"GET", self.__nextUrl, parameters=self.__nextParams, headers=self.__headers # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/github/Requester.py", line 628, in requestJsonAndCheck
*self.__check(
~~~~~~~~~~~~^
*self.requestJson(
^^^^^^^^^^^^^^^^^^
...<7 lines>...
)
^
),
^
File "/usr/local/lib/python3.14/site-packages/github/Requester.py", line 867, in __check
raise self.createException(status, responseHeaders, data)
github.GithubException.BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.