Jump to content
McKay Development

Recommended Posts

Posted

Hello gyz!

i have problem with my bot js 

Error: HTTP error 429
    at SteamCommunity._checkHttpError (C:\Program Files (x86)\Common Files\Servi
ces\b\node_modules\steamcommunity\components\http.js:108:9)
    at Request._callback (C:\Program Files (x86)\Common Files\Services\b\node_mo
dules\steamcommunity\components\http.js:50:61)
    at Request.self.callback (C:\Program Files (x86)\Common Files\Services\b\nod
e_modules\request\request.js:188:22)
    at Request.emit (events.js:210:5)
    at Request.<anonymous> (C:\Program Files (x86)\Common Files\Services\b\node_
modules\request\request.js:1171:10)
    at Request.emit (events.js:210:5)
    at Gunzip.<anonymous> (C:\Program Files (x86)\Common Files\Services\b\node_m
odules\request\request.js:1091:12)
    at Object.onceWrapper (events.js:299:28)
    at Gunzip.emit (events.js:215:7)
    at endReadableNT (_stream_readable.js:1183:12) {
  code: 429
my bot can sending offer but confirm not working ! 
i can not  Loading inventory 

Help me ty

Posted
9 minutes ago, behzadpp said:

Hello gyz!

i have problem with my bot js 

Error: HTTP error 429
    at SteamCommunity._checkHttpError (C:\Program Files (x86)\Common Files\Servi
ces\b\node_modules\steamcommunity\components\http.js:108:9)
    at Request._callback (C:\Program Files (x86)\Common Files\Services\b\node_mo
dules\steamcommunity\components\http.js:50:61)
    at Request.self.callback (C:\Program Files (x86)\Common Files\Services\b\nod
e_modules\request\request.js:188:22)
    at Request.emit (events.js:210:5)
    at Request.<anonymous> (C:\Program Files (x86)\Common Files\Services\b\node_
modules\request\request.js:1171:10)
    at Request.emit (events.js:210:5)
    at Gunzip.<anonymous> (C:\Program Files (x86)\Common Files\Services\b\node_m
odules\request\request.js:1091:12)
    at Object.onceWrapper (events.js:299:28)
    at Gunzip.emit (events.js:215:7)
    at endReadableNT (_stream_readable.js:1183:12) {
  code: 429
my bot can sending offer but confirm not working ! 
i can not  Loading inventory 






Help me ty

 

Untitled.jpg

Posted (edited)
58 minutes ago, Dr. McKay said:

Yes, Steam's rate limiting is more strict now. You need to make fewer requests or use more IPs.

Is it limit 500 requeests per day now? It was like 5000-7000 requests from one IP on previous week. Is it 500 request from one IP now?

Edited by schizophrenia
Posted
2 hours ago, schizophrenia said:

Can you help us to calculate how much requests to inventory you can get from 1 ip  and with what delays please?

hy i think 500 per day . Steam limited i think i have . set on your website 1 load 1.20 30 sec . if u load more inventory 1 day ban and show to i 429 Error 

Posted (edited)
19 hours ago, behzadpp said:

hy i think 500 per day . Steam limited i think i have . set on your website 1 load 1.20 30 sec . if u load more inventory 1 day ban and show to i 429 Error 

So 1 request per 30 seconds = aprox. 2 requests per 1 minute.
And with this delay (1 request per 30 seconds) I can open 500 inventories per 24 hours only. Right?

 

Edited by schizophrenia
Posted
14 hours ago, behzadpp said:

i do this and working . carful if u send more than 500 per day your account lock for 1 day . and show 429 Error

Okay. They changed delays again. I made 5 requests per 1 minute today. Do you know if they change daily limit too?

Posted (edited)
13 hours ago, schizophrenia said:

Okay. They changed delays again. I made 5 requests per 1 minute today. Do you know if they change daily limit too?

In my experience it seems to be 10 loads and then you're ratelimited for over 6 hours. I have tried with 1 request per 5 minutes and 1 request per 1 minute, both of those got ratelimited on the 11th request. I'm using a count of 75 (to mimick the browser). Still trying to figure out how long this ratelimit is, last night I waited 14 hours and the ratelimit had disappeared (but previous tests of only 6 hours failed - so its somewhere between 6 and 14 hours). Also worth noting that the limit seems to be rolling, that is, if you make a call 6 hours after getting limited, your cooldown resets and you have to wait the full time again (much like how the Steam Login cooldown works)

Edited by SpacePumpkin
Posted

For me it is even more strict. Even when I change IP address I get around 5 requests and then 429. I am using

community.getSteamUser(sid, (err, user) => {
    user.getInventoryContents(

I am not logged in to community so it can't be because of lock on my account. Do anybody know how to fix this? Thank you.

Posted
6 hours ago, SpacePumpkin said:

In my experience it seems to be 10 loads and then you're ratelimited for over 6 hours. I have tried with 1 request per 5 minutes and 1 request per 1 minute, both of those got ratelimited on the 11th request. I'm using a count of 75 (to mimick the browser). Still trying to figure out how long this ratelimit is, last night I waited 14 hours and the ratelimit had disappeared (but previous tests of only 6 hours failed - so its somewhere between 6 and 14 hours). Also worth noting that the limit seems to be rolling, that is, if you make a call 6 hours after getting limited, your cooldown resets and you have to wait the full time again (much like how the Steam Login cooldown works)

10 requests per 6 hours? Really? How others getting 500 requests daily then?

16 hours ago, behzadpp said:

i dont know  sir . mybe Dr mckay know this 

@Dr. McKay  Can you help us please?

Posted
5 hours ago, Dr. McKay said:

It probably has something to do with the reputation of your IP, dunno.

Hello Dr. McKay. Can you tell me please if there is difference in quantity of requests, between request in browser and request from logged account in Steam (real user) ??? ty

Posted
On 11/18/2022 at 8:05 PM, Dr. McKay said:

Figure it out, I'm not going to do your job for you. If you're using node-steamcommunity, the requests it's sending are well-formed. If you aren't, then I can't really help you.

uhm, I'm not using node-steamcommunity. I don't know what are you talking about. I just found this forum as a part of Steam theme. What is node-steamcommunity?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...