justintv / Twitch-API

A home for details about our API
www.twitch.tv
1.72k stars 381 forks source link

Game object logo doesn't exist on new games #529

Closed clcanela closed 8 years ago

clcanela commented 8 years ago

There is a problem when retrieving any logo for new games (any size) since it looks like most of the old games (League of Legends, Minecraft, etc.) have their logo correctly set but newer games like The Division, Call of Duty Black Ops II have no logo and are redirected to a default image when requested. This might be a problem with the information more than a problem with the API but still. Here are some examples I made with different games : (all of this values were returned by the SEARCH/games endpoint)

All logo URL's were both uri encoded and decoded with same results. Box art works fine on all of them Even the logo on the example (StarCraft II Wings of Liberty http://static-cdn.jtvnw.net/ttv-logoart/StarCraft%20II:%20Wings%20of%20Liberty-240x144.jpg) works BUT the one from the most recent game of StarCraft II shows the default one http://static-cdn.jtvnw.net/ttv-logoart/StarCraft II-240x144.jpg

bashtech commented 8 years ago

When a new game is added to the database the box art and logo are not automatically added. A staff member has to manually locate and upload one. I'm not even sure where the logo image is used on the site so it's probably not broken, just that no one has added logos in a long time.

clcanela commented 8 years ago

It's ok, I found out that same thing while looking for more examples of recent logos in use on the site from jtv CDN and finding none. Just wanted to point this out, thanks any way