rikray_ Posted July 25, 2023 Report Posted July 25, 2023 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? Quote
nickmura aka bobby Posted July 27, 2023 Report Posted July 27, 2023 (edited) 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); }) EDIT: I updated my packages, and it's back to working normally. Fixed. Thanks! Edited July 27, 2023 by nickmura aka bobby Fixed the issue. Quote
Recommended Posts
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.