Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tagbot not working #50

Closed
johnnychen94 opened this issue May 16, 2022 · 5 comments
Closed

tagbot not working #50

johnnychen94 opened this issue May 16, 2022 · 5 comments

Comments

@johnnychen94
Copy link
Member

In https://github.com/JuliaIO/ImageIO.jl/runs/6455647295?check_suite_focus=true

Error: TagBot experienced an unexpected internal failure
Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 94, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 5[43](https://github.com/JuliaIO/ImageIO.jl/runs/6455647295?check_suite_focus=true#step:3:43), in create_release
    self._repo.create_git_ref(f"refs/tags/{version}", tag.sha)
  File "/usr/local/lib/python3.8/site-packages/github/Repository.py", line 969, in create_git_ref
    headers, data = self._requester.requestJsonAndCheck(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 315, in requestJsonAndCheck
    return self.__check(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 340, in __check
    raise self.__createException(status, responseHeaders, output)
github.GithubException.GithubException: 403 {"message": "Resource not accessible by integration", "documentation_url": "https://docs.github.com/rest/reference/git#create-a-reference"}

Response (200): {
  "status": "Submitted error report"
}

According to JuliaRegistries/TagBot#222, I thought upgrading the config to the latest version 4a23cd6 fixes it but still get the same error.

My guess right now is that the ssh key DOCUMENTER_KEY isn't working, @IanButterworth could you help check it?

@IanButterworth
Copy link
Member

I haven't looked into it but I think there's an ongoing problem with tagbot https://discourse.julialang.org/t/slow-tagbot-no-repo-update-after-16-hours/80870

@johnnychen94
Copy link
Member Author

Yeah, I've noticed this and JuliaRegistries/TagBot#236 gives an updated config version. Yet it still doesn't work even if I've updated it in 4a23cd6 -- unsure why.

I don't have permission to https://github.com/JuliaIO/ImageIO.jl/settings so can't check if DOCUMENTER_KEY is configured or not.

@IanButterworth
Copy link
Member

IanButterworth commented May 16, 2022

I don't have permission to JuliaIO/ImageIO.jl/settings so can't check if DOCUMENTER_KEY is configured or not.

Apparently I don't either I do now

@IanButterworth
Copy link
Member

Fixed

@jaakkor2
Copy link

Tag for ImageIO v0.6.7 is missing. This commit e947e64 should have triggered TagBot, but looks like it did not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants