Describe "Module Bug or Issue"
When using the module, the installed game server can no longer be updated.
Context "The Problem"
PowerShell command:
Update-SteamApp -AppID 294420 -Path $installdir -ErrorAction Stop
...where $installdir refers to a valid installation path that was working previously.
PowerShell output:
Exception caught: Cannot validate argument on parameter 'ApplicationID'. Not FoundNot FoundMethod 'GetAppList' not found in interface 'ISteamApps'
Context "Expected Behavior"
Expectation is that the module would update the installed Steam app.
Context "Additional Information"
PS D:\GAMESERVERS\7DTD> Get-Module -Name SteamPS -ListAvailable |
>> Select-Object -Property Name, Version
Name Version
---- -------
SteamPS 4.1.0
PS D:\GAMESERVERS\7DTD> $PSVersionTable | Out-String
Name Value
---- -----
PSVersion 7.4.13
PSEdition Core
GitCommitId 7.4.13
OS Microsoft Windows 10.0.26100
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
SteamCMD: Steam Console Client (c) Valve Corporation - version 1779919584
Describe "Module Bug or Issue"
When using the module, the installed game server can no longer be updated.
Context "The Problem"
PowerShell command:
Update-SteamApp -AppID 294420 -Path $installdir -ErrorAction Stop...where
$installdirrefers to a valid installation path that was working previously.PowerShell output:
Exception caught: Cannot validate argument on parameter 'ApplicationID'. Not FoundNot FoundMethod 'GetAppList' not found in interface 'ISteamApps'Context "Expected Behavior"
Expectation is that the module would update the installed Steam app.
Context "Additional Information"
SteamCMD: Steam Console Client (c) Valve Corporation - version 1779919584