Jump to content
McKay Development

Soska

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Soska

  1. Hello. There was such problem: when the bot sends two DIFFERENT trades at the same time, for example where there are two or three of the same case. One trade is accepted, the other gets the status "Items unavailable for trade"

     

    Items are sent by Market name (the classid and instanceid is always the same. they do not have sense). assetid in the offer and the inventory are different.

     

    The task such: to send items that are not currently in other trades of the account.

  2. Good afternoon. About 2 weeks ago, there was a problem of melting. Boat started getting 429 error when manager.setCookies (). Every day I tried to run it but the problem does not go away. I changed the IP address is given, the server, and even tried to run it on a PC. All the same. Help solve this problem. Restrictions on the account no. $ 5, too, threw.

    CYjl974.png

  3.  

    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

×
×
  • Create New...