Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Suddenly getting 429 Too Many Requests?

A topic by gingerbeardman created 36 days ago Views: 279 Replies: 9
Viewing posts 1 to 3
(2 edits)

I have had a small script running hourly for years, it only exists on my local machine. It simply gets the data for all my games (views, downloads, purchases)

Recently (I noticed today but it seems to have been happening all weekend) it started returning 429 Too Many Requests from openresty.

I revoked my API key and generated a new one, and the script worked one time, and an hour later when it fired again it returned 429 Too Many Requests.

Have there been some changes?

Moderator(+1)

The site was under a DDoS attack yesterday. That might have something to do with it.

Thanks for the heads up!

(2 edits)

Could be.

Though 429 error still happening for me as of right now, so is this site still being DDoSed?

429 happens occasionally without ddos. If you wait 10 seconds and reload and it does not go away, wait a bit longer before retry.

(3 edits)

I’m getting 429 when I make my hourly request, and I don’t make any requests outside of that. I’m seeing wider reports of 429 error.

That’s to say my experience does not align with yours.

And before last week it worked just fine.

If it’s not DDoS something has changed.

ddos counter measures can have longer side effects. And when I say that 429 does happen occasionally without ddos, read that as: it happened but I did not notice any ddos statement. Might as well have been a ddos every time. But what is a ddos? It is literally what the error message says. Too many requests. That can happen for other reasons as well. Like when there is a sale or some games get viral or whatever.

Please, let’s stick to hard facts.

(1 edit)

https://itch.io/t/3529420/http-429-due-to-an-oversight-in-item-updates

Relevant post from early this year if this happens to be the case still.

(1 edit)

In my situation I do not use the itch app.

My own script only makes one single call every hour.

Anyway, the 429 issue has been fixed for a week or so for me. No changes my end.