Jump to content
McKay Development

viktor

Recommended Posts

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?

Link to comment
Share on other sites

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)

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