mlongwell
mlongwell
### Discussed in https://github.com/trailofbits/algo/discussions/14306 Originally posted by **mlongwell** October 6, 2021 Attempting to deploy Algo to Azure via a Google Cloud Shell. Followed directions for deployment but encountered an error...
Occasionally, LatestUpdate will sometimes throw an exception. During `Get-LatestServicingStackUpdate.ps1`, line 97 throws an exception, stating that `$downloadInfo` is null. https://github.com/aaronparker/LatestUpdate/blob/50e8c79c760593247ef36574b8ca759a5b779e01/LatestUpdate/Public/Get-LatestServicingStackUpdate.ps1#L97 This variable is supposed to be set on line 94...
https://github.com/aaronparker/LatestUpdate/blob/7ef2ce488720d2cac9e3930b7ca86f6330fc5dbd/LatestUpdate/Private/Get-UpdateCatalogDownloadInfo.ps1#L72 When fetching URL for an update, this line sometimes returns null.