NO TITLE

NO TITLE

tournqat huginn

I use a Java app (inside Eclipse for now) to fetch the title, subreddit, author etc of each post of /r/all.



For that I connect to /r/all.json and parse the json. However it almost always returns me a 429 error (too many requests), even after 10 minutes spent waiting.



Why does it do that behavior? I am far under the 30 requests/minute.


Report Page