(Bug) number_of_user_reviews=0 for every game

Avatar image for tsiro
tsiro

226

Forum Posts

10

Wiki Points

0

Followers

Reviews: 0

User Lists: 2

#1  Edited By tsiro

Can't say for sure how long this issue has been around, but it seems relatively recent. I have a little script that is filtering games by number_of_user_reviews, and it suddenly started claiming that the number of games with non-zero user reviews is zero.

You can see this looking at the number_of_total_results to these two requests:

  • https://www.giantbomb.com/api/games/?api_key=<api_key>&limit=1&field_list=name,id,site_detail_url,number_of_user_reviews&filter=number_of_user_reviews:1&format=json
  • https://www.giantbomb.com/api/games/?api_key=<api_key>&limit=1&field_list=name,id,site_detail_url,number_of_user_reviews&filter=number_of_user_reviews:0&format=json.

Not only that, but it seems like specific games with non-zero user reviews on their pages are reporting zero user reviews, e.g. Pokémon Red/Blue:

  • https://www.giantbomb.com/api/games/?api_key=<api_key>&field_list=name,id,site_detail_url,number_of_user_reviews&filter=id:3966&format=json

Let me know if I can provide any other information! (Also, apologies if this should've gone in the Bug Reporting forum.)

Avatar image for lookayoyo
LookAYoYo

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Avatar image for apozem
apozem

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#8  Edited By apozem

I have seen the same issue while scraping games.