Jump to content
McKay Development

trzyrazyzero

Member
  • Posts

    22
  • Joined

  • Last visited

Posts posted by trzyrazyzero

  1. Hi,

    after 5 minutes when bots logged in then get error when trying to send offer Error: HTTP error 401.

    self.steamCommunity.on('sessionExpired', function() {
    	self.steamClient.webLogOn();
    });
    
    setInterval(function() {
        self.steamClient.webLogOn();
    }, 1800000);
    

    I have this to make sure that bot didint logged out. When i restart bots and they logged in its works again for another 5 minutes and http error 401. Whats wrong?

  2. Hi, sometimes this happens:

    Offer #1248497400 changed: CreatedNeedsConfirmation -> Active
    /home/nodebots/node_modules/steam-user/components/web.js:9
      if (this.steamID.type === SteamID.Type.ANON_USER) {
                      ^
    
    TypeError: Cannot read property 'type' of null
        at SteamUser.webLogOn (/home/nodebots/node_modules/steam-user/components/web.js:9:18)
        at tryOnTimeout (timers.js:224:11)
        at Timer.listOnTimeout (timers.js:198:5)
    

    Whats wrong?

  3. Hi, i have question about data method.

    If i apply data before accepting offer and if this offer was escrowed, data will be available after 15 days in receivedOfferChanged?

    I want to save prices and some informations before accept and read it in receivedOfferChanged.

×
×
  • Create New...