hjorslev / SteamPS

Module that utilizes PowerShell as a wrapper for SteamCMD and interacts with various Steam APIs.
https://www.powershellgallery.com/packages/SteamPS
MIT License
71 stars 14 forks source link

Unable to find or install app, searching by ID or name fails. #97

Closed OTonGitHub closed 4 months ago

OTonGitHub commented 4 months ago
HELP
hjorslev commented 4 months ago

It does not seem to be found in https://api.steampowered.com/ISteamApps/GetAppList/v2/ which is what I use to lookup IDs and application names.

However, the ID exists in https://steamdb.info/app/376030/

A possible solution could be not to check IDs against the Web API but just let SteamCMD fail when it can't find the ID.

OTonGitHub commented 4 months ago

could it be due to an update in the https://api.steampowered.com/ISteamApps/GetAppList/v2/ API? because I think I was able to install this previously. I'll have to make sure though.