3urobeat / steam-comment-service-bot

📡 The most advanced Steam Account Manager Bot with mass coordinated comments/likes/favs/follows and plugin support
https://steamcommunity.com/id/3urobeatscommentbot
GNU General Public License v3.0
274 stars 40 forks source link

HTTP 429 error #187

Closed anedely closed 1 year ago

anedely commented 1 year ago

Describe the bug What happened?

Full error Please post the complete error here!

Additional context Please add any other information here if you have some.

https://prnt.sc/6GdZlHr0uveA

3urobeat commented 1 year ago

Hey, thanks for opening an issue.

As described in the wiki and on Wikipedia, HTTP 429 is a rate limit error returned by Steam.
It means that the IP that account uses has made too many requests in a short period of time and needs to wait a bit before trying again. This is intended behavior from Steam and not a bug.
Since you are not using proxies based on the screenshot, and therefore all accounts are using the same IP, the bot aborted the request because all further comments will fail too.

The only thing you can do is either request less, increase the commentdelay set in the config or use proxies (which is the most effective).

I hope this clears things up for you :)