ryan-jan / MSCatalog

PowerShell module for searching and downloading offline updates from https://www.catalog.update.microsoft.com
MIT License
58 stars 16 forks source link

core functionality broken #36

Closed alexnunley closed 4 months ago

alexnunley commented 4 months ago

Can not perform basic searches.

PS C:\Windows\System32> get-mscatalogupdate -search "KB5003646" Exception: C:\Users\\Documents\PowerShell\Modules\MSCatalog\0.27.0\Classes\MSCatalogResponse.Class.ps1:11 Line | 11 | $this.Rows = $Table.SelectNodes("tr") | ~~~~~~~~~ | You cannot call a method on a null-valued expression. PS C:\Windows\System32> update-module -name "MSCatalog" PS C:\Windows\System32> get-mscatalogupdate -search "KB5003646" Exception: C:\Users\\Documents\PowerShell\Modules\MSCatalog\0.27.0\Classes\MSCatalogResponse.Class.ps1:11 Line | 11 | $this.Rows = $Table.SelectNodes("tr") | ~~~~~~~~~ | You cannot call a method on a null-valued expression. PS C:\Windows\System32>

alexnunley commented 4 months ago

Realized my error.