Drepic Posted August 22, 2017 Report Posted August 22, 2017 Hi, I'm getting a duplicate response error (EResult: 29), when I call the following code. manager.getInventoryContents(730, 2, true, (err, inventory) => { if (err) { console.log(err); }else{ //other code here, never reached } }); This is run multiple times, but I need to be able to run it multiple times as the inventory is changing. How do I resolve this error ? Do I need a delay between requests ? Quote
Dr. McKay Posted August 22, 2017 Report Posted August 22, 2017 That's just one of those Steam errors that happens. Slowing down may help, and it may not. Quote
Drepic Posted August 22, 2017 Author Report Posted August 22, 2017 That's just one of those Steam errors that happens. Slowing down may help, and it may not.Thanks, I'll see what happens. 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.