xDimGG / node-steamapi

An object-oriented Steam API wrapper for Node.js developers.
https://www.npmjs.com/package/steamapi
181 stars 42 forks source link

All logoURL returned by `getUserOwnedGames` are undefined #36

Closed EtienneDuv closed 1 year ago

EtienneDuv commented 2 years ago

getUserOwnedGames used to return the right url.

Maybe it's a change on Steam api side, but now the url always end with /undefined.png

roncli commented 1 year ago

img_logo_url seems to be gone from the API. You'll have to use something like this now:

https://cdn.akamai.steamstatic.com/steam/apps/247080/header.jpg https://cdn.cloudflare.steamstatic.com/steam/apps/247080/capsule_231x87.jpg

xDimGG commented 1 year ago

Gonna look into this later or tomorrow. Sorry for the delay

EtienneDuv commented 1 year ago

@roncli If my memory is right, it didn't return the game's header but the desktop icon. I couldn't find it anymore in the returned properties