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

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

@mlongwell

Description

@mlongwell

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions