Jump to content
McKay Development

HTTP ERROR 429 - when using the method .respondToAllConfirmations()


rikray_

Recommended Posts

My bot goes through the accounts and confirms all offers/confirmations (respondToAllConfirmations). There were no problems for just a couple of weeks. But now the error 429 error has started to appear periodically. Could it be because Steam has introduced new limits?

Link to comment
Share on other sites

I'm getting a similar issue but it's a 404 error. is the identity secret a bit ephemeral? Don't know exactly what it represents but, getting a 404 error.

This code was approving confirmations just fine a month ago.

 

client.on('webSession', (sessionid, cookies) => {
manager.setCookies(cookies);
community.setCookies(cookies);
community.startConfirmationChecker(30000, process.env.STEAM_IDENTITY)
community.on('debug', console.log);
 
})

Screenshot 2023-07-27 at 10.21.21 AM.png

Screenshot 2023-07-27 at 10.24.22 AM.png

EDIT: I updated my packages, and it's back to working normally. Fixed. Thanks!

Edited by nickmura aka bobby
Fixed the issue.
Link to comment
Share on other sites

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...