403 "GitHub repo is not in the mise registry" from mise-versions for non-shortname tools #10284
Replies: 6 comments 11 replies
|
There is no call to action here at all, either - nor a description of the consequences and whether it is preventing updates. Given the intent of using aqua's backend is to avoid having to have every tool in mise's own registry, the error message doesn't make any sense in context. It doesn't seem to be happening for every such tool, as I noted at #10339 (didn't see this issue earlier). |
|
I opened #10341 for the remaining pieces here. The version detail matters: the GitHub backend had already been changed to skip The PR does two things:
This comment was generated by an AI coding assistant. |
|
Correction on the PR direction: the fix should not remove I amended #10341 so Aqua release metadata is now registry-aware:
This comment was generated by an AI coding assistant. |
|
This still happens for some tools, at least for mise 2026.6.14 |
|
I found same WARN from TomWright/dasel |
|
Thanks for the follow-up reports. The remaining shortname cases should now be fixed. What changed:
That generated I also checked the reported release endpoints directly:
So the If anyone still sees a The earlier fully-qualified non-registry Aqua case was handled separately in #10341. This comment was generated by an AI coding assistant. |
Uh oh!
There was an error while loading. Please reload this page.
Seems since some days (maybe a week) or so ago, anyway recently, mise-versions has started erroring out with 403 "GitHub repo is not in the mise registry" in
mise upfor tools that are not in the mise registry by their short name, but installed as fully qualified likeaqua:owner/repoFor example,
This is not the best UX BTW because mise output only shows the 403, and not the error message (which is in the response body).
Also, 404 would sound like a better status code for this than 403.
All reactions