TagBot trigger issue #11
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'?
|