Unable to filter by video show

Avatar image for trision
Trision

194

Forum Posts

1826

Wiki Points

0

Followers

Reviews: 3

User Lists: 7

Hi there! I'm unable to filter by any video show at the moment. For example:

https://www.giantbomb.com/api/videos?filter=video_show:23&limit=50&format=json&api_key=[api_key]

returns a list of all recent videos instead of just "Bring Your B-Game". Did I miss a change in the API spec recently?

Also possibly related: the videos API is no longer returning a video show, but is instead sending a show object:

"show": { "api_detail_url": "https://www.giantbomb.com/api/show/2340-3/", "id": 3, "title": "Quick Looks", "position": 0, "site_detail_url": "https://www.giantbomb.com/shows/quick-looks/", "image": { "icon_url": "https://www.giantbomb.com/api/image/square_avatar/2853576-gblogo.png", "medium_url": "https://www.giantbomb.com/api/image/scale_medium/2853576-gblogo.png", "screen_url": "https://www.giantbomb.com/api/image/screen_medium/2853576-gblogo.png", "screen_large_url": "https://www.giantbomb.com/api/image/screen_kubrick/2853576-gblogo.png", "small_url": "https://www.giantbomb.com/api/image/scale_small/2853576-gblogo.png", "super_url": "https://www.giantbomb.com/api/image/scale_large/2853576-gblogo.png", "thumb_url": "https://www.giantbomb.com/api/image/scale_avatar/2853576-gblogo.png", "tiny_url": "https://www.giantbomb.com/api/image/square_mini/2853576-gblogo.png", "original_url": "https://www.giantbomb.com/api/image/original/2853576-gblogo.png", "image_tags": "All Images" } }

Avatar image for jgittins
jgittins

28

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I'm having the same issue. It has broken my application. Changing filter=video_show to filter=show doesn't seem to work either.

Avatar image for rorie
rorie

7887

Forum Posts

1502

Wiki Points

0

Followers

Reviews: 4

User Lists: 3

Hmm, ok, sorry about that I'll see if I can get someone to look into this!

Avatar image for scott-r
Scott-R

31

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Any progress on this? Still seeing the same issue in my app

Avatar image for trision
Trision

194

Forum Posts

1826

Wiki Points

0

Followers

Reviews: 3

User Lists: 7

Looks like this was fixed last week. Thanks for the quick fix!