Jump to content
McKay Development

Recommended Posts

Posted

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? 

Posted (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 by darkwar123
Posted

 

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).  :D

Posted (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 by Soska
Posted

I try this. The problem is that no exchange work offers. Bot 2 weeks gets a 429 error. Help

Trade 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

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