-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reddit API Changes #9256
Comments
I had read a bunch of stuff about this but totally forgotten we have reddit badges. Having a quick scan over the links you posted, I think the relevant limits are
Having had a quick look at the stats from the last hour on metrics.shields.io we are making more than 10 queries per min but less than 100 but it probably varies a bit. I guess there's 2 options:
Might be worth doing 1 as a stop-gap anyway while we see if someone wants to work on 2. |
Confirmed we are now starting to hit the rate limits on reddit badges |
@ReenigneArcher - we are sometimes hitting the rate limits. In that case, we get a 429 from reddit and we would return a badge with The error you're seeing would be thrown if we get a 403 response from reddit:
Can you:
Thanks |
I've just seen some of the noise around the upcoming Reddit API changes so sharing for awareness and discussion as I think there's a decent chance we could be impacted
https://www.reddit.com/r/reddit/comments/12qwagm/an_update_regarding_reddits_api/
https://www.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/
I've not had a chance to really dig into the specifics of which API(s) are changing nor cross reference them against our own context of whether we're using such APIs and what our request volume looks like. However, my impression from a cursory review is that this is a similar change to the one Twitter rolled out not too long ago: introducing monetization gates around API access in a manner that would almost certainly be cost prohibitive for us
The text was updated successfully, but these errors were encountered: