Something went wrong. Try again later

ObjectiveCaio

This user has not updated recently.

35 5268 9 1
Forum Posts Wiki Points Following Followers

ObjectiveCaio's forum posts

  • 30 results
  • 1
  • 2
  • 3
Avatar image for objectivecaio
ObjectiveCaio

35

Forum Posts

5268

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

#1  Edited By ObjectiveCaio

@jslack: @thefaxman: Same problem here. I've been getting many crash reports and user complaints due to the app reaching the rate limit. My app doesn't even rely on requests that much. During normal use, it only makes requests when searching and browsing games that haven't been opened, and once a day it refreshes the users' list of games (usually not too many), and that's when it hits the API a bit harder.

I've reduced API use for the next version as much as possible, adding some logic to searches and limiting users' ability to do manual list refreshes to one per day, but the app is just starting out, and as the userbase grows, I don't think this will make that much of a difference.

If we were able to see how hard we're hitting the API (with a dashboard on our GB profiles maybe), we'd be better equipped to find problems in our use of it.

Avatar image for objectivecaio
ObjectiveCaio

35

Forum Posts

5268

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

Avatar image for objectivecaio
ObjectiveCaio

35

Forum Posts

5268

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

@chaser324: I thought so, but it's the only difference between his request and the way I make them.

Avatar image for objectivecaio
ObjectiveCaio

35

Forum Posts

5268

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

@michael_lazzaro: You probably solved this by now, but in case someone else has this problem: you don't need to use the 3045 code, just the ID of the platform itself, so filter=platform:145.

Also to filter by more than one platform you would do, for example: filter=platform:145|146|94

Avatar image for objectivecaio
ObjectiveCaio

35

Forum Posts

5268

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

I thought /search requests took care of special characters, as I don't recall having a problem with it. Anyway, this is great, as I search with /games (to filter by platform) and it doesn't have any special character filtering and I currently filter the string myself. This will make search much better in my app. Thanks!

Avatar image for objectivecaio
ObjectiveCaio

35

Forum Posts

5268

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

@vickychijwani: I can't believe I've never seen that, it might have come out after I made my own solution last year. It was great to learn a bit of scraping and regex, but that part of my code is not very clean and always bothered me, as well as the problem with reliability. I'll look into it right away, thanks!!

Avatar image for objectivecaio
ObjectiveCaio

35

Forum Posts

5268

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

#7  Edited By ObjectiveCaio
Avatar image for objectivecaio
ObjectiveCaio

35

Forum Posts

5268

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

@mrpibb: Alright no problem, just give us a heads up before the change if you can. Dates are the most important and complex part of my app so I'll need to make the changes quickly. For now I'll just ignore the january 1st 2014 original_release_date.

Avatar image for objectivecaio
ObjectiveCaio

35

Forum Posts

5268

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

Avatar image for objectivecaio
ObjectiveCaio

35

Forum Posts

5268

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

#10  Edited By ObjectiveCaio

@mrpibb: That's the problem, the expected release fields are all null for the games with original release dates filled, so even if I ignore the original release date (which, as you said, is only showing for these games because of a bug), I still won't be able to get release dates for these games. There seems to be a lot of games affected by this and it really screws up my app:

No Caption Provided

Only temporary solution I can think of now is to just ignore the original release dates for january 1st 2014, so the app will set them to TBA instead of a wrong date.

  • 30 results
  • 1
  • 2
  • 3