You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Deyan, team,
I am trying to use your plugin to fetch the dependencies from Artifactory, but GO is throwing error :
Its showing the error "Package check Failed. Reason : RuntimeException (HTTP 401, Unauthorized) while getting package feed for" as its fetching wrong URL
Hi Deyan, team,
I am trying to use your plugin to fetch the dependencies from Artifactory, but GO is throwing error :
Its showing the error "Package check Failed. Reason : RuntimeException (HTTP 401, Unauthorized) while getting package feed for" as its fetching wrong URL
Its trying for "http://user:password@Artifactory-server:8085/artifactory/api/storage/repo1-cache/org" where as it should look for "http://user:password@Artifactory-server:8085/artifactory/repo1-cache/org"
However if i am typing the url in browser i am able to get the response back but that too just the response not the package
Please could you suggest how to remove api/storage from the main url or how to make it work with artifactory
Thanks in advance
The text was updated successfully, but these errors were encountered: