-
Notifications
You must be signed in to change notification settings - Fork 249
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
Cryptic error message during build-publish #1743
Comments
FYI, seems other go projects such as |
I have recently also seen this message in another context:
|
@s-geiger-si - Were you able to figure this out? I am encountering the same issue with the JFrog CLI. |
This issue has been marked as stale due to 6 months of inactivity. As part of our effort to address every issue properly, please feel free to remove the stale label or keep this issue active by leaving a comment. Otherwise, it will be closed in 7 days |
@eric-gonzalez-tfs The answer from @lharzenetter describes the solution well, its a permission issue with the build metadata and the user is lacking the delete permission for builds, but the issue here for me is the cryptic error message that inserts a this strange |
Describe the bug
I just tried to publish a build using the JFrog CLI and received an error message together with a 403 error that contained a cryptic token
%!F(MISSING)
in the message that makes the message difficult to understand.Current behavior
The token
%!F(MISSING)
is what I do not understand. I would either expect a litteral/
(slash) or a ansi escaped%2F
instead of this cryptic character sequence.The strangely formatted message makes it difficult to understand if my user is really missing a certain permission, or if there is something wrong with the path of the build info that I am using.
Reproduction steps
Invoke with:
Expected behavior
I would expect to see an error message which does not include the cryptic character sequence
%!F(MISSING)
and instead shows the actual url to which I am trying to deploy either with a literal/
or an ansi escaped%2F
JFrog CLI version
2.28.1
Operating system type and version
Ubuntu 22.04
JFrog Artifactory version
7.41.7
JFrog Xray version
The text was updated successfully, but these errors were encountered: