Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Get-UpdateCatalogDownloadInfo sometimes returns null, which later causes an exception #71

Open
mlongwell opened this issue Oct 19, 2020 · 0 comments

Comments

@mlongwell
Copy link

Occasionally, LatestUpdate will sometimes throw an exception.

During Get-LatestServicingStackUpdate.ps1, line 97 throws an exception, stating that $downloadInfo is null.

$downloadInfo | Add-Member -NotePropertyName "Version" -NotePropertyValue $ver

This variable is supposed to be set on line 94 while calling Get-UpdateCatalogDownloadInfo, but it looks like this function occasionally returns null:
$downloadInfo = Get-UpdateCatalogDownloadInfo @downloadInfoParams

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant