Jump to content
McKay Development

viktor

Member
  • Posts

    2
  • Joined

  • Last visited

viktor's Achievements

  1. yeah, but I'm using this account only for logging via nodejs, I guess steam was lagged and tried to double login or something should I use .relog function, random logonId or just trying to do event 'error' and do console log for this error to prevent crash? (this case is very rare, 1st time it crashed since 1 month)
  2. Hello, I'm using this code to keep me logged (to avoid session expired) setInterval(function() { if (client.steamID) { client.webLogOn(); } else { client.logOn(account); } }, 1800000); but sometimes I'm getting crash with LogonSessionReplaced, should I use relog() instead?
×
×
  • Create New...