JuliaRegistries / JuliaRegistries/TagBotErrorReports
Automatic error report from QAtlasHub/QAtlas.jl
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Repo: QAtlasHub/QAtlas.jl
Run URL: https://github.com/QAtlasHub/QAtlas.jl/actions/runs/31045070889
Image ID: sha256:4b1cbe98be445593b9e34ca338ed2245617b6673886e8f01904538c46f40304a
TagBot version: 1.25.10
Stacktrace:
```py
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 1635, 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 448, in get
data = self._collect_data(version_tag, sha)
File "/usr/local/lib/python3.14/site-packages/tagbot/action/changelog.py", line 408, in _collect_data
previous = self._previous_release(version_tag)
File "/usr/local/lib/python3.14/site-packages/tagbot/action/changelog.py", line 94, in _previous_release
prev_rel = self._repo._repo.get_release(tag_name)
File "/usr/local/lib/python3.14/site-packages/github/Repository.py", line 3680, in get_release
return github.GitRelease.GitRelease(self._requester, url=url).complete()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/github/GithubObject.py", line 615, in complete
self._completeIfNeeded()
~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/github/GithubObject.py", line 624, in _completeIfNeeded
self._complete()
~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/github/GithubObject.py", line 629, in _complete
headers, data = self._requester.requestJsonAndCheck(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
"GET", self._url.value, parameters=parameters, headers=self.__completeHeaders
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
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
Research direction
Start with the linked GitHub Actions run and the TagBot 1.25.10 stack trace, then trace the failure through tagbot/action/changelog.py and tagbot/action/repo.py. Check the release lookup that raises BadCredentialsException and verify the completed release workflow no longer fails with the reported 401 error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd, release
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100