Dead Space (the remake) has wrong steamAppID associated with it.

Issue #149 resolved
Michael Cervone created an issue

Hello, I believe I ran into a minor problem with the Dead Space game. The api looks to have the steamAppID mixed up.

 {
        "gameID": "272",
        "steamAppID": "17470",  // steamAppID: "1693980"
        "cheapest": "41.99",
        "cheapestDealID": "NzJzHgicjW1oluhWnkaHFCrkXSCErxxb2C6nWU2drY8%3D",
        "external": "Dead Space",
        "internalName": "DEADSPACE",
        "thumb": "https://cdn.cloudflare.steamstatic.com/steam/apps/1693980/capsule_sm_120.jpg?t=1684172906"
    },

The above should have steamAppID: "1693980"

{
        "gameID": "251699",
        "steamAppID": null, // steamAppID": "17470"
        "cheapest": "19.99",
        "cheapestDealID": "TpxZFg%2BzH1Ie0FRdMZj7ymVxeBYne95jNWRg1zvwCKw%3D",
        "external": "Dead Space (2008)",
        "internalName": "DEADSPACE2008",
        "thumb": "https://cdn.cloudflare.steamstatic.com/steam/apps/17470/capsule_sm_120.jpg?t=1664889864"
    }

The above should have steamAppID: “17470”

Comments (1)

  1. ArmoredCavalry repo owner

    Thanks for letting me know, looks like this was a side effect of the 2023 reboot.

    Should be fixed now!

  2. Log in to comment