Skip to content

TagBot trigger issue #9

TagBot trigger issue

TagBot trigger issue #9

Triggered via issue August 27, 2024 01:50
Status Success
Total duration 17s
Artifacts

TagBot.yml

on: issue_comment
Fit to window
Zoom out
Zoom in

Annotations

1 error
TagBot
An unexpected, unreportable error occurred Traceback (most recent call last): File "/root/tagbot/action/__main__.py", line 49, in <module> repo = Repo( ^^^^^ File "/root/tagbot/action/repo.py", line 79, in __init__ self._registry = self._gh.get_repo(registry) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/github/MainClass.py", line 433, in get_repo headers, data = self.__requester.requestJsonAndCheck("GET", url) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/github/Requester.py", line 548, in requestJsonAndCheck return self.__check(*self.requestJson(verb, url, parameters, headers, input, self.__customConnection(url))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/github/Requester.py", line 609, 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 "/root/tagbot/action/__main__.py", line 99, in <module> repo.handle_error(e) ^^^^ NameError: name 'repo' is not defined. Did you mean: 'Repo'?