Thirtieth Posted July 30, 2016 Report Posted July 30, 2016 I've read posts below but. I have 429 error while retrieving a apiKey (setting it manually doesn't really work (btw why?)). Interesting thing that I did change IP, vps and waited about a week and it seems like this bot still doesn't work. is my account banned or what? Quote
Dr. McKay Posted July 30, 2016 Report Posted July 30, 2016 I have never seen an account ban result in a 429. If you can make a request from that IP from a real browser, what do you get? Quote
Thirtieth Posted August 1, 2016 Author Report Posted August 1, 2016 (edited) Apikey Sound weard, but that's it. Edited August 1, 2016 by Thirtieth Quote
Dr. McKay Posted August 1, 2016 Report Posted August 1, 2016 You're sure you're using the same IP as your bot is using? Quote
Thirtieth Posted August 2, 2016 Author Report Posted August 2, 2016 You're sure you're using the same IP as your bot is using?Yeah Quote
Dr. McKay Posted August 2, 2016 Report Posted August 2, 2016 Then I don't know what to tell you. Try another IP. Quote
darkwar123 Posted August 3, 2016 Report Posted August 3, 2016 (edited) Same problem even if I changed IP. Maybe screenshot will be usefull Edited August 3, 2016 by darkwar123 Quote
Dr. McKay Posted August 4, 2016 Report Posted August 4, 2016 I guess all I can say is make sure you aren't spamming Steam anywhere. Quote
darkwar123 Posted August 4, 2016 Report Posted August 4, 2016 I guess all I can say is make sure you aren't spamming Steam anywhere.The problem is that this error does not occur on all accounts, and only a few. Quote
darkwar123 Posted August 4, 2016 Report Posted August 4, 2016 (edited) Apikey Sound weard, but that's it. If you know your apiKey you can insert it manually, it works: self.manager.setCookies(cookies, function(err) { if(err) { if(err.message.indexOf('429') != -1){ self.manager.apiKey = "***"; self.manager.doPoll(); }else{ self.relogin(err, callback); return; } } self.apiKey = self.manager.apiKey; self.steam.chatLogon(); self.online = true; if (typeof(callback) === 'function') { callback(); } }); Edited August 7, 2016 by darkwar123 darkwar123 1 Quote
Thirtieth Posted August 9, 2016 Author Report Posted August 9, 2016 If you know your apiKey you can insert it manually, it works: self.manager.setCookies(cookies, function(err) { if(err) { if(err.message.indexOf('429') != -1){ self.manager.apiKey = "***"; self.manager.doPoll(); }else{ self.relogin(err, callback); return; } } self.apiKey = self.manager.apiKey; self.steam.chatLogon(); self.online = true; if (typeof(callback) === 'function') { callback(); } }); I don't know why, but then it can see Inventory, but can't see trade offers (Error: 403). Quote
Soska Posted August 10, 2016 Report Posted August 10, 2016 Same problem. Block 2 is already registered. Way above everything is fine, but do not work trades. What to do? Quote
Soska Posted August 10, 2016 Report Posted August 10, 2016 (edited) If you know your apiKey you can insert it manually, it works: self.manager.setCookies(cookies, function(err) { if(err) { if(err.message.indexOf('429') != -1){ self.manager.apiKey = "***"; self.manager.doPoll(); }else{ self.relogin(err, callback); return; } } self.apiKey = self.manager.apiKey; self.steam.chatLogon(); self.online = true; if (typeof(callback) === 'function') { callback(); } }); I try this. The problem is that no exchange work offers. Bot 2 weeks gets a 429 error. Help Edited August 10, 2016 by Soska Quote
darkwar123 Posted August 12, 2016 Report Posted August 12, 2016 I try this. The problem is that no exchange work offers. Bot 2 weeks gets a 429 error. HelpTrade offers should work, if you insert right api key. I have the same problem and I solve it for me. I can help you tell me where are you from and your skype Quote
darkwar123 Posted August 12, 2016 Report Posted August 12, 2016 I don't know why, but then it can see Inventory, but can't see trade offers (Error: 403). It works for me. idk what you should do, sorry 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.