azuredevops icon indicating copy to clipboard operation
azuredevops copied to clipboard

Downloading installer tries to download a non existing tag

Open PascalTurbo opened this issue 2 years ago • 5 comments

Today the downloader fails with the following error.

Downloading Dependency Check latest installer from GitHub..
Cannot read property 'find' of undefined
##[error]Cannot read property 'find' of undefined
##[error]Unhandled error condition detected.

When analyzing the code it seems that it tries to download https://api.github.com/repos/jeremylong/DependencyCheck/releases/tags/vlatest but that tag "vlatest" doesn't exist.

PascalTurbo avatar Jan 14 '22 09:01 PascalTurbo