Open BarryCarlyon opened 3 years ago
Any updates on this issue?
Still hasn't been fixed.
Example response from query=dota
:
{
"data": [
{
"box_art_url": "https://static-cdn.jtvnw.net/ttv-boxart/29595-52x72.jpg",
"id": "29595",
"name": "Dota 2"
}
],
"pagination": {
"cursor": "foo"
}
}
This is still not fixed
Still seeing this issue 🙃
Rather than wait for a fix just do a find replace on 52x72.jpg
or use the IGDB ID to get the Box art (cover art) from the IGDB API
Brief description
https://dev.twitch.tv/docs/api/reference#search-categories
also effects
https://dev.twitch.tv/docs/api/reference#get-games
is returning "fixed dimension" URL's for box art instead of the template
How to reproduce
Search for
https://api.twitch.tv/helix/search/categories?query=minecraft
Recieve
Expected behavior
should be
Additional context or questions
https://discuss.dev.twitch.tv/t/search-categories-box-art-url/30661