JuliaRegistries / JuliaRegistries/TagBotErrorReports
Automatic error report from ssfrr/DeepDiffs.jl
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Repo: ssfrr/DeepDiffs.jl
Run URL: https://github.com/ssfrr/DeepDiffs.jl/actions/runs/29525993586
Image ID: sha256:28bfcff058ad726f701f394ab15f37b69e66de269c8f632d1c1db13b1c26700d
TagBot version: 1.25.9
Stacktrace:
```py
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/tagbot/action/__main__.py", line 83, in
if not repo.is_registered():
~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/tagbot/action/repo.py", line 1454, in is_registered
contents = self._only(self._registry.get_contents(f"{root}/Package.toml"))
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/github/Repository.py", line 2470, in get_contents
headers, data = self._requester.requestJsonAndCheck(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
"GET",
^^^^^^
...<2 lines>...
follow_302_redirect=True,
^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
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.GithubException: 400 {"data": "\r\n\r\n \r\n \r\n Bad request · GitHub\r\n \r\n \r\n body {\r\n background-color: #f6f8fa;\r\n color: rgba(0, 0, 0, 0.5);\r\n font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;\r\n font-size: 14px;\r\n line-height: 1.5;\r\n }\r\n .c { margin: 50px auto; max-width: 600px; text-align: center; padding: 0 24px; }\r\n a { text-decoration: none; }\r\n a:hover { text-decoration: underline; }\r\n h1 { color: #24292e; line-height: 60px; font-size: 48px; font-weight: 300; margin: 0px; }\r\n p { margin: 20px 0 40px; }\r\n #s { margin-top: 35px; }\r\n #s a {\r\n color: #666666;\r\n font-weight: 200;\r\n font-size: 14px;\r\n margin: 0 10px;\r\n }\r\n \r\n \r\n \r\n
Whoa there!
\r\nYou have sent an invalid request.
\r\n Please do not send this request again.\r\n
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Begin with the linked GitHub Actions run and the stack trace, then inspect TagBot’s is_registered() path in tagbot/action/repo.py, especially _registry.get_contents(...) for Package.toml. Done means determining why GitHub returns 400 for this request and confirming the TagBot run no longer produces this report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, julia, python
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100