Jump to content
McKay Development

Recommended Posts

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? 

Link to comment
Share on other sites

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
Link to comment
Share on other sites

 

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

Link to comment
Share on other sites

 

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
Link to comment
Share on other sites

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