darkwar1234 Posted June 24, 2016 Report Posted June 24, 2016 when I tried getReceivedItems function there was error 429, I setTimeout 10 seconds, but error still exist: offer.getReceivedItems(function(err, items){ if(err){ setTimeout(function(){ self.getReceivedItems(offer); }, 10000); return; } self.getPrices(items, function(totalPrice, itemsWithPrices){ self.updateBotInventory(self.clearItems(itemsWithPrices)); }); }); Quote
darkwar1234 Posted June 25, 2016 Author Report Posted June 25, 2016 10 seconds is not long enough.Is 1 min enough? Quote
Dr. McKay Posted June 25, 2016 Report Posted June 25, 2016 If you're currently being 429'd, you need to wait at least a couple minutes. And you need to slow down to avoid it in the future. 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.